A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation

Size: px
Start display at page:

Download "A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation"

Transcription

1 Avalable onlne European Journal of Advances n Engneerng and Technology, 2015, 2(1): Research Artcle ISSN: X A New Machne Learnng Algorthm for Breast and Pectoral Muscle Segmentaton Huda Al-Ghab, Y Wang and Reza Adham Department of Electrcal and Computer Engneerng, The Unversty of Alabama n Huntsvlle, Alabama, USA hag0002@uah.edu ABSTRACT Automatc mammogram regstraton provdes nformaton about gradual changes n temporal mammograms. Segmentaton of landmarks such as the breast, breast skn lne, and pectoral muscle are requred for ths process. Ths paper presents a new machne learnng algorthm, known as margn settng algorthm (MSA), to segment the breast and pectoral muscle. MSA creates multple prototypes to enclose patterns belongng to dfferent classes. In ths research, we appled MSA to segment the breast and pectoral muscle. The performance of our algorthm s compared wth four dfferent algorthms; neural network (NN), and three thresholdng algorthms; ant colony optmzaton (ACO), global, and Otsu. These algorthms were tested on 554 mammograms from 125 patents. Subjectve evaluaton, by four researchers n the area of pattern recognton, was used to compare the outcomes. MSA outperformed NN algorthm n 84.21% of the mammograms. Also, MSA outperformed the other three algorthms n 98.12% of the mammograms. Key words: Margn settng algorthm, machne learnng, hyperspheres, thresholdng and mammogram regstraton INTRODUCTION Image segmentaton s the process of extractng meanngful nformaton from an mage for a specfc task or applcaton. It parttons the mage nto dfferent portons or segments usng dfferent technques [1-3]. Segmentaton algorthms can vary from a smple algorthm that uses the range of the mage ntenstes to compute a threshold value to a complex algorthm that utlzes varous mage processng tools and algorthms. Usually, the mage type and the nformaton needed to be extracted determne the segmentaton method. Segmentaton algorthms can be subdvded nto three categores; thresholdng, boundary detecton, and regon mergng. In the thresholdng category, a threshold value s computed to separate an object of nterest from the background. Image hstogram can be used for ths purpose to determne the value that subdvdes the mage nto two classes,.e., object and background classes. These two classes contan all the pxel values that are below and above a threshold value. Ths algorthm s known as global thresholdng wth one threshold value appled to the entre mage. When the threshold value vares n dfferent mage regons t s known as local or varable thresholdng [1]. Thresholdng provdes good results when the object s easly separable from the background. Boundary detecton segmentaton algorthms attempt to detect an object usng ts boundary. Ths can be done by computng the local maxmum gradent or the zero-crossng of the second dervatve. Algorthms such as Laplacan or Canny can be used for ths category. In the thrd category, adjacent smlar ntensty values are combned together to merge smlar regons and detect objects. Watershed and morphologcal algorthms can be used for ths purpose [1]. Segmentaton s wdely used n many real tme applcatons. Ths paper explores the applcatons of segmentaton n mammography. Mammogram segmentaton s used for leson detecton and landmark detecton for the purpose of mammogram regstraton. Also, segmentaton can be used to remove or dscard unnecessary nformaton such as background, labels, or even some breast tssues. Lesons n mammograms nclude masses, calcfcatons, and archtectural dstortons [4-6]. Segmentaton s the only avalable tool for detectng these lesons. Some mammogram nformaton such as breast boundary, tssues, npple, and pectoral muscle can be used to regster 21

2 Huda Al-Ghab et al sequence of mammograms. Image regstraton attempts to map nformaton n a seres of mages usng these landmarks [2-3]. The focus of ths paper s to use supervsed machne learnng algorthm for the detecton of these landmarks as nputs for mammogram regstraton. A machne learnng algorthm classfes nput data to ts proper class based on prevous knowledge learned from a tranng set. Ths s done by determnng the boundares or margns that best separate the classes. Decson boundares are defned usng the ponts that are close to the margns. In a support vector machne (SVM) algorthm these ponts are known as support vectors. In ths paper, we present a relatvely new machne learnng algorthm that s known as margn settng algorthm (MSA). MSA uses prototypes to determne the decson boundares [9-12]. MSA has been appled to applcatons such as artfcal colours segmentaton, nose estmaton, and hyperspectral [7], [15], [17-18]. Recently, a Fourer-based MSA was proposed to recognze the shape, sze, pose, and locaton of a target n a scene [13]. MSA appears to provde better results for classfyng nonlnear patterns compared wth other machne learnng algorthms such as SVM and neural network (NN) [17-18]. MARGIN SETTING ALGORITHM Margn settng algorthm (MSA) s consdered as a machne-learnng algorthm. A machne-learnng algorthm conssts of two phases: learnng and classfcaton. The learnng phase uses a set of nput patterns wth a known class (tranng dataset). In ths phase, features such as length, shape, colour, or ntensty values, are extracted from each pattern. Only the features that classfy the patterns to ther classes are selected. Decson boundary s defned between patterns of dfferent classes. The decson boundares are used n the classfcaton phase to classfy the testng patterns to ther correspondng classes. When a machne learnng algorthm s desgned to segment an object n a gray scale mage, the nput features may be the ntensty values and the output classes are the object and background. MSA creates number of prototypes of normal dstrbuton to compute the decson boundares. TRAINING PHASE - PARTITION PROCESS The partton process starts by subdvdng the orgnal tranng set, S, nto number of smaller subsets. Ths s manly done to search for a prototype for each subset. The subsets should not overlap and should cover the entre set as gven n the followng equaton: S = U S (1) where >1 S s a non-empty subset and j S I S = for j. For each subset, a prototype G s generated. G has a decson boundary that s dentfed by a radus and a centre. G s defned as: G = {(, r, ), 1 k M, 1 m P} (2) δ η k k m δ and r k k are the center and radus of G, respectvely, ηm s the class label wth P total number of classes, and M s the number of prototypes that belong to class η m. In the begnnng, N random ponts are selected as ntal prototypes. The random prototypes are selected wthn the same range of the ponts n the tranng set usng normal dstrbuton. The Eucldean dstance between each prototype and the ponts n the tranng set s computed. Fg. 1 a) shows a tranng set of two classes, class and non-class sets, wth 10 ponts for the class set that are shown as red * symbol and 10 ponts for the non-class set that are shown as blue + symbol. Four prototypes are shown as cyan o symbol. TRAINING PHASE - EVOLUTION PROCESS The evoluton process computes the optmal prototypes usng the ntal ones constructed durng the partton process. Prototypes wth a mnmum dstance to a pont n the class set and of maxmzed zero-margn radus are consdered as potental prototypes. Zero-margn s defned as the dstance from the centre of the prototype to the closest non-class pont. In Fg. 1 a), only two prototypes satsfy these condtons and consdered as potental prototypes for mutaton 0 as seen n Fg. 1 b). The dstance between each potental prototype and the closest class pont and the zero-margn radus are shown n Fg. 1 b). Fgure of mert s defned as the number of ponts from the class set around a potental prototype that are wthn the zero-margn radus. Fgure of mert s a measurement of true postve rate for a gven prototype. Each prototype has ts own fgure of mert. The fgure of merts for the two prototypes gven n Fg. 1 b) are enclosed by green and purple hyper-planes and are equal to 3 and 6, respectvely. The maxmum value for the fgure of mert s called the generatonal characterstc value, prototype wth MFm s consdered as the best prototype. MF m. A potental 22

3 Huda Al-Ghab et al Fg. 1 a) Constructng ntal prototypes, and b) potental prototypes wth ther correspondng fgure of merts If the potental prototypes for the zero mutaton do not cover all the ponts wthn the class set, then a new mutaton s started to compute new prototypes for the unclassfed ponts. The magntude of the new mutaton s computed as: τ = εαµ (3) where ε s a random sgn symbol, α [0,1], and µ s the maxmum perturbaton that s computed as: Mx+Mn Mx + δk, f δk > µ = 2 (4) δ, otherwse k Mx and Mn are the maxmum and mnmum values n the tranng set, respectvely. The potental prototypes for the new mutaton are computed usng the equaton: N = δ + +τ (5) n1 k 0 where N n1 s the random ponts for frst mutaton and δ k 0 s the centre of a potental prototype n mutaton 0 that s chosen as: k 1 b= 1 f b < ς ς s a random number [0,1] and f m = F m gm F m m= 1 gm s the total number of potental prototypes for a gven mutaton. The mutaton process s contnued untl all ponts n the class set are traned usng a potental prototype or when the maxmum number of mutatons (MM) s reached. There s MG number of generatons for the tranng phase and for each generaton there s MM mutaton. The same procedure can be carred out to select prototypes for the non-class set. Classfcaton Phase Durng the classfcaton phase the Eucldean dstance between the selected prototypes and all the ponts n the testng set, T = { γ, γ,..., γ } 1 2, s computed. γ, s a pont from the testng set and t s assgned to the class wth the smallest Eucldean dstance. MSA for Image Segmentaton Fg. 2 graphs MSA for mage segmentaton. The steps nvolved n the algorthm can be summarzed as the followng: Step 1, Constructon of the tranng set: Select M random ponts from the test mage to construct the tranng set t = { x, for = 1 to M }. t s a 1-D vector wth ntensty values that are correspondng to both object and background classes. k fb b= 1 f s the normalzed fgure of mert computed as: b (6) (7) 23

4 Huda Al-Ghab et al Step 2, Constructon of ntal prototypes: Create the ntal prototypes wthn the tranng set ntensty range and usng normal dstrbuton. The ntal prototypes are represented mathematcally usng Equaton (2). Step 3, Select potental prototypes from ntal prototypes: Examne each prototype to select the potental prototypes of mnmum Eucldean dstance to the object ponts and of maxmzed zero-margn radus. Step 4, Select fnal prototype for current mutaton: Compute the fgure of mert for each potental prototype. The prototype wth MF s selected as the fnal prototype for a gven mutaton. m Step 5, Mutaton to N ponts: Mutate δ of prototype G usng Equaton (5). k Step 6, Comparson: Repeat Steps 2 through 5 untl all the tranng ponts are traned or when the maxmum number of mutatons, MM, s reached. Based on expermental results, MM=20 provded good outcome for our dataset. Step 7, Start new generaton: If at least one pont n the tranng set s not classfed, then start a new generaton and reset the mutaton to mutaton 0. Step 8, Stop condton: Proceed to the classfcaton step f all the ponts n the tranng set are classfed or when the maxmum generaton, MG, s reached. Based on expermental results, MG=20 provded good outcome for our dataset. Step 9, Object classfcaton: Classfy each pxel n the mage, γ, to ts correspondng class usng the saved prototypes. γ s consdered as object pont f t has mnmum Eucldean dstance wthn the zero-margn radus. Fg. 2 MSA for mage segmentaton RESULTS AND DISCUSSION Dataset The segmentaton algorthm s mplemented on 554 full feld dgtal mammography mages for 125 patents. The mammograms are of CC and MLO vews. The pectoral muscle segmentaton algorthm s mplemented on the mammograms wth MLO vews only, wth total number of 284 mammograms. Four mammograms wth MLO vew have no pectoral muscle and elmnated from pectoral muscle segmentaton evaluaton step. The dataset s a prvate one provded by two radologsts who perform screenng mammography n USA and Europe. The two radologsts provded the annotaton for ther datasets. All malgnant cases are bopsy proven. Of the cases, 40 were of malgnant nature; four cases have lesons of dfferent shapes, seven wth masses, eght wth calcfcatons, three wth archtectural dstortons, fourteen wth asymmetrc denstes, and four wth asymmetrc denstes and archtectural dstortons. The cancer free cases consst of 39 normal cases, three cases wth masses, 41 cases wth calcfcatons, one case wth archtectural dstorton, and one case wth asymmetrc densty. The dataset ncluded two cases wth mplants. The densty dstrbuton for the cases s determned usng BI-RADS classfcaton. 36 of the cases s are almost fatty, 26 are wth scattered fbroglandular tssue, 45 are heterogeneously dense, and 18 are extremely dense. 24

5 Huda Al-Ghab et al Expermental Results MSA algorthm s used to separate the breast from the background n the full feld dgtal mammography mages. Durng the tranng phase of MSA algorthm, the decson boundares are computed usng ntensty values. Random ponts from the object and the background are selected for that purpose. The object s defned as the breast and the rest of the mage nformaton s the background. 20 ponts have been shown as a suffcent number to segment the object regardless of ts degree of non-unformty. As the background s more unform, fewer ponts are needed. In the classfcaton phase, the breast s classfed usng the computed decson boundares. All the ntensty values n the mammogram are the nput for the classfcaton phase. A post-processng operaton usng a medan flter of sze 5x5 s used to remove mpulse nose. MSA performance s subjectvely compared wth NN and several thresholdng algorthms: ACO, global, and Otsu [1], [8], [16], [19]. The nput mages for each algorthm are DICOM format of raw data and of sze approxmately 4000x3328. NN algorthm uses the same tranng and testng data ponts used for the MSA algorthm. For the thresholdng technques, hgh ntensty values, 15% of the maxmum ntensty values for each mammogram, are removed to reduce the varaton n the gray scale level and ncrease the accuracy of the segmentaton step. A smlar approach s appled for the detecton of pectoral muscle. Agan, the problem nvolves two classes; the pectoral muscle regon and background classes. The background class conssts of the rest of the breast regon,.e., parenchymal fatty tssues and the mammogram background. Frst, MSA s compared wth ACO, global, and Otsu thresholdng. The subjectve evaluaton s done by four experts n the area of pattern recognton usng GUI software. One expert s the developer of the algorthm. The other three experts are a Ph.D. and two Ph.D. canddates. The segmented mages are postoned randomly n the GUI wth no ttle and are shown sde by sde on the same page. The order of the segmented mages s scrambled so they would not appear at the same poston for dfferent cases. The experts compared them wth the orgnal mammogram to determne whch method provded better results. Table 1 and 2 show the results of subjectve evaluaton for breast segmentaton n MLO and CC vews, respectvely. Note that when at least two algorthms provded smlar results the output was consdered to be the same. Fg. 3 shows the results of breast segmentaton usng the dfferent thresholdng technques and MSA for four dfferent mammograms. MSA performance was superor n comparson to the other thresholdng algorthms. As the breast densty decreases, t has been noted that Otsu and global thresholdng faled to detect the fatty tssues wthn the parenchyma. When the mammogram has a gradual change n the gray scale level wth no sharp edges that separate the background from the skn lne, ACO faled to detect the skn lne and the fatty regon behnd t. Table -1 Subjectve Evaluaton of Breast Segmentaton n MLO Vew usng Four Algorthms Researcher\Algorthm ACO Global MSA Otsu Same Developer Ph.D. Professor Ph.D. Canddate Ph.D. Canddate Average Table -2 Subjectve Evaluaton of Breast Segmentaton n CC Vew usng Four Algorthms Researcher\Algorthm ACO Global MSA Otsu Same Developer Ph.D. Professor Average Table -3 Subjectve Evaluaton of Breast Segmentaton n MLO Vew usng MSA and NN Researcher\Algorthm MSA NN Same Developer Ph.D. Professor Ph.D. Canddate Average Table -4 Subjectve Evaluaton of Breast Segmentaton n CC Vew usng MSA and NN Researcher\Algorthm MSA NN Same Developer Ph.D. Professor Average

6 Huda Al-Ghab et al Fg. 3 Breast segmentaton, a) orgnal mammogram, b) ACO, c) global, d) MSA, and e) Otsu thresholdng, respectvely Fg. 4 Breast segmentaton n MLO vew for three mammogram, a) orgnal mammogram, b) MSA, and c) NN, respectvely 26

7 Huda Al-Ghab et al To overcome the bg dfference n performance between MSA and the thresholdng technques, MSA output s compared wth NN output. The outputs of the comparson are gven Tables 3 and 4 for MLO and CC vews, respectvely. Fg. 4 dsplays the segmented breast usng MSA and NN algorthms for three mammograms wth MLO vew. NN detected the breast n most cases but dd not provde smooth edges, especally when the breast s not well separable from the background wth no vsble sharp edge. Also, t dd not provde good segmentaton for almost fatty breasts. On the other hand, MSA provded better segmentaton for the breast regardless of the breast type. Detecton of the npple when t s shown n the profle was also not fully accomplshed by NN algorthm. MSA algorthm provded better results n detectng the npple, even when t s wth small ntensty values that are close to the background ntensty value. For pectoral muscle segmentaton, the segmented mages usng ACO, global, MSA, and Otsu are subjectvely evaluated to determne whch algorthm provded a better result n solatng the pectoral muscle from the rest of the mammogram nformaton. A protocol smlar to the one used n evaluatng the breast segmentaton s appled here. The results are gven n Table 5. Fg. 5 llustrates the results of the segmented mages usng ACO, global, MSA, and Otsu, respectvely, for four mammograms. The performance of MSA algorthm n detectng the pectoral muscle hghly depends on the breast type,.e., almost fatty, scattered fbroglandular, heterogeneously dense, and extreme dense. When the breast type s almost fatty or fbroglandular tssue, then the parenchymal tssue s completely separable from the pectoral muscle. In ths case, MSA provded excellent results. Also, MSA provded good results for heterogeneously dense breasts. The challenge s the extreme dense breast n whch the breast mostly conssts of fbroglandular r tssue and t s not separable from the pectoral muscle. Comparng the performance of the other three algorthms,.e., ACO, global, and Otsu, n detectng the pectoral muscle llustrated that Otsu provded better segmentaton followed by global and then ACO. The three algorthms provded acceptable results for mammograms of scattered fbroglandular ar and heterogeneously dense breasts. The correspondng mammogram has parencyhmal tssue that s well separable from the pectoral muscle wth fatty tssue n the regon between the pectoral muscle and parenchymal tssue. However, the three algorthms provded bad detecton of pectoral muscle when the breast type s extreme dense or almost fatty. When the breast type s almost fatty, lots of fatty tssues are falsely detected as part of pectoral muscle. Fg. 5 Separaton of pectoral muscle from the rest of breast tssues and background, a) orgnal mammogram, b) ACO, c) global, d) MSA, and e) Otsu thresholdng, respectvely 27

8 Huda Al-Ghab et al Table -5 Subjectve Evaluaton of Pectoral Muscle Detecton n MLO usng Four Dfferent Algorthms Researcher\Algorthm Developer Ph.D. Professor Ph.D. Canddate 1 Ph.D. Canddate 2 Average ACO Global MSA Otsu Same MSA for pectoral muscle segmentaton s also compared wth NN algorthm. The results of subjectve evaluaton are gven n Table 6. NN algorthm provdes good segmentaton results for almost fatty breast types. However, for scattered fbroglandular breasts, the fbroglandular tssue located next to the pectoral muscle are falsely detected as pectoral muscle as seen n Fg. 6. Also, NN dd not provde good detecton for extreme dense breast types. Table -6 Subjectve Evaluaton Pectoral Muscle Detecton n MLO usng MSA and NN Researcher\Algorthm Developer Ph.D. Professor Average MSA NN Same Fg. 6 Pectoral muscle segmentaton usng MSA and NN CONCLUSION A machne learnng algorthm to detect the breast and pectoral muscle s presented. Ths algorthm s known as the margn settng algorthm (MSA). MSA s a relatvely new supervsed algorthm that utlzes prototypes to determne decson boundares that best separate nonlnear nput patterns. We tested the algorthm on 554 mammograms for MLO and CC vews from 125 patents. The algorthm performance has been compared wth four algorthms; neural network, ant colony optmzaton, global, and Otsu thresholdng. For the detecton of breast, the new algorthm provded better results for 84.21% of the mammograms compared wth 15.79% for NN algorthm. For the detecton and separaton of the pectoral muscle from the rest of the breast tssues, MSA provded better results for 52.52% compared wth 47.48% for NN algorthm. Also, MSA accuracy was 64.97% compared wth 3.55%, 5.85%, and 25.89% for ACO, global, and Otsu thresholdng, respectvely. 28

9 Huda Al-Ghab et al Acknowledgements The authors are grateful to Dr. Melane Scott for her gudance to have better understandng for mammogram analyss and the current challenges n computer-aded dagnoss systems. REFERENCES [1] R C Gonzalez and R E Woods, Dgtal Image Processng, 3 rd edton, Prentce Hall, [2] A Goshtasby, 2-D and 3-D Image Regstraton for Medcal, Remote Sensng, and Industral Applcatons, John Wley & Sons, Hoboken, New Jersey, [3] J Hajnal and D Hll, Medcal mage regstraton, CRC press, [4] L C Hartmann and C L Loprnz, The Mayo Clnc Breast Cancer Book, 1 st edton, Good Books, Intercourse, Phladelpha, [5] O J Peart, Lange Q & A, McGraw-Hll, New York, [6] L Tabar, T Tot and P Dean, Understandng the Breast n Health and Dsease, 1 st edton, C&C Offset. [7] J H Caulfeld, K Hedary, Explorng Margn Settng for Good Generalzaton n Multple Class Dscrmnaton, Pattern Recognton, 2005, vol 38, ssue 8, p [8] J Tan, W Yu and L Ma, Antshrnk, Ant Colony Optmzaton for Image Shrnkage, Pattern Recognt Lett, 2010, vol. 13, p [9] J Fu, J H Caulfeld and A Bandyopadhyay, Parng Mathematcal Morphology wth Artfcal Color to Extract Targets from Clutter, Journal of Imagng Sc and Tech, 2007, vol. 51, no 2, p [10] J Fu and J H Caufeld, Desgnng Spectral Senstvty Curves for use wth Artfcal Color, Pattern Recognton, 2007, vol. 40, ssue 8, p [11] J Fu, J H Caulfeld, D Wu and W Tadesse, Hyperspectral Image Analyss usng Artfcal Color, Journal of Appled Remote Sensng, 2010, vol. 4. [12] J Fu, J H Caulfeld, D Wu and T Montgomery, Effects of Hyperellpsodal Decson Surfaces on Image Segmentaton n Artfcal Color, Journal of Electronc Image, 2010, vol. 19. [13] J Fu, J H Caulfeld and C Gelnn, Prmtve Attempt to Turn Images to Precepts, Internatonal Journal of Machne Learnng and Cybernetcs, 2014, Vol. 5. [14] H Caulfeld, F Jan and Y Seong Moo, Artfcal Color Image Logc, Informaton Scences, 2004,167,p.1-7. [15] H Al-Ghab, R Adham and H Dnh, An Improved Image Compresson Technque Based on Dagonal Edge Estmaton, Proc Of the 5 th Internatonal Mult-Conference on Engneerng and Technologcal Innovaton (IMETI), Orlando, Florda,2012. [16] J Fu, H Caulfeld and T Mzell, Applyng Medan Flterng wth Artfcal Color, Journal of Imagng Scence and Technology, 2005, 49(5), [17] Y Wang, R Adham, and J Fu, A Novel Machne Learnng Algorthm for Salt and Pepper Nose Removal, IEEE Conference, SSP, [18] H Al-Ghab and R Adham, On the Dgtal Image Addtve Whte Gaussan Nose Estmaton, Internatonal Conference on Industral Automaton, Informaton and Communcatons Technology (IAICT),Bal, Indonesa, 2014, p

Study and Comparison of Various Techniques of Image Edge Detection

Study and Comparison of Various Techniques of Image Edge Detection Gureet Sngh et al Int. Journal of Engneerng Research Applcatons RESEARCH ARTICLE OPEN ACCESS Study Comparson of Varous Technques of Image Edge Detecton Gureet Sngh*, Er. Harnder sngh** *(Department of

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew 11 (2) (2018) 8-12 Research Artcle Detecton Lung Cancer Usng Gray Level Co-Occurrence Matrx (GLCM) and Back Propagaton Neural Network Classfcaton

More information

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia 38 A Theoretcal Methodology and Prototype Implementaton for Detecton Segmentaton Classfcaton of Dgtal Mammogram Tumor by Machne Learnng and Problem Solvng *VALLIAPPA Raman, PUTRA Sumar 2 and MADAVA Rajeswar

More information

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION computng@tanet.edu.te.ua www.tanet.edu.te.ua/computng ISSN 727-6209 Internatonal Scentfc Journal of Computng FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION Gábor Takács ), Béla Patak

More information

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework I.J.Modern Educaton and Computer Scence, 2011, 5, 33-39 Publshed Onlne August 2011 n MECS (http://www.mecs-press.org/) A New Dagnoss Loseless Compresson Method for Dgtal Mammography Based on Multple Arbtrary

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 46 (215 ) 1762 1769 Internatonal Conference on Informaton and Communcaton Technologes (ICICT 214) Automatc Characterzaton of Bengn

More information

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM Wewe Gao 1 and Jng Zuo 2 1 College of Mechancal Engneerng, Shangha Unversty of Engneerng Scence, Shangha,

More information

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp )

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp ) Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 6-8, 2005 (pp285-20) Novel Intellgent Edge Detector for Sonographcal Images Al Rafee *, Mohammad Hasan Morad **,

More information

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care IJSRD - Internatonal Journal for Scentfc Research & Development Vol. 3, Issue 4, 15 ISSN (onlne): 31-613 Detecton of Lung Cancer at Early Stage usng Neural Network echnques for Preventng Health Care Megha

More information

Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning

Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning Amercan Journal of Appled Scences Orgnal Research Paper Classfcaton of Breast Tumor n Mammogram Images Usng Unsupervsed Feature Learnng 1 Adarus M. Ibrahm, 1 Baharum Baharudn, 1 Abas Md Sad and 2 P.N.

More information

Prognosis and Diagnosis of Breast Cancer Using Interactive Dashboard Through Big Data Analytics

Prognosis and Diagnosis of Breast Cancer Using Interactive Dashboard Through Big Data Analytics Prognoss and Dagnoss of Breast Cancer Usng Interactve Dashboard Through Bg Data Analytcs Gomath N, and Sandhya P 2 * Department of Computer Scence and Engneerng, Veltech Dr. RR & Dr. SR Unversty, Avad,

More information

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering*

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering* A Computer-aded System for Dscrmnatng Normal from Cancerous Regons n IHC Lver Cancer Tssue Images Usng K-means Clusterng* R. M. CHEN 1, Y. J. WU, S. R. JHUANG, M. H. HSIEH, C. L. KUO, Y. L. MA Department

More information

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures Usng the Perpendcular Dstance to the Nearest Fracture as a Proxy for Conventonal Fracture Spacng Measures Erc B. Nven and Clayton V. Deutsch Dscrete fracture network smulaton ams to reproduce dstrbutons

More information

Optimal Planning of Charging Station for Phased Electric Vehicle *

Optimal Planning of Charging Station for Phased Electric Vehicle * Energy and Power Engneerng, 2013, 5, 1393-1397 do:10.4236/epe.2013.54b264 Publshed Onlne July 2013 (http://www.scrp.org/ournal/epe) Optmal Plannng of Chargng Staton for Phased Electrc Vehcle * Yang Gao,

More information

Improvement of Automatic Hemorrhages Detection Methods using Brightness Correction on Fundus Images

Improvement of Automatic Hemorrhages Detection Methods using Brightness Correction on Fundus Images Improvement of Automatc Hemorrhages Detecton Methods usng Brghtness Correcton on Fundus Images Yuj Hatanaka *a, Toshak Nakagawa *b, Yoshnor Hayash *c, Masakatsu Kakogawa *c, Akra Sawada *d, Kazuhde Kawase

More information

Research Article Statistical Segmentation of Regions of Interest on a Mammographic Image

Research Article Statistical Segmentation of Regions of Interest on a Mammographic Image Hndaw Publshng Corporaton EURASIP Journal on Advances n Sgnal Processng Volume 2007, Artcle ID 49482, 8 pages do:10.1155/2007/49482 Research Artcle Statstcal Segmentaton of Regons of Interest on a Mammographc

More information

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities Hndaw Publshng Corporaton Internatonal Journal of Bomedcal Imagng Volume 2015, Artcle ID 267807, 7 pages http://dx.do.org/10.1155/2015/267807 Research Artcle Statstcal Analyss of Haralck Texture Features

More information

EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF SPERM CELL MOVEMENT. 1. INTRODUCTION

EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF SPERM CELL MOVEMENT. 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol.3/00, ISSN 64-6037 Łukasz WITKOWSKI * mage enhancement, mage analyss, semen, sperm cell, cell moblty EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF

More information

Balanced Query Methods for Improving OCR-Based Retrieval

Balanced Query Methods for Improving OCR-Based Retrieval Balanced Query Methods for Improvng OCR-Based Retreval Kareem Darwsh Electrcal and Computer Engneerng Dept. Unversty of Maryland, College Park College Park, MD 20742 kareem@glue.umd.edu Douglas W. Oard

More information

IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM

IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM IDENTIFICATION AND DELINEATION OF QRS COMPLEXES IN ELECTROCARDIOGRAM USING FUZZY C-MEANS ALGORITHM S.S. MEHTA 1, C.R.TRIVEDI 2, N.S. LINGAYAT 3 1 Electrcal Engneerng Department, J.N.V, Unversty, Jodhpur.

More information

Comparative Analysis of Feature Extraction Methods for Optic Disc Detection

Comparative Analysis of Feature Extraction Methods for Optic Disc Detection IOSR Journal of Computer Engneerng (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 3, Ver. III (May-Jun. 2014), PP 49-54 Comparatve Analyss of Feature Extracton Methods for Optc Dsc Detecton

More information

Copy Number Variation Methods and Data

Copy Number Variation Methods and Data Copy Number Varaton Methods and Data Copy number varaton (CNV) Reference Sequence ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA Populaton ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA ACCTGCAATGAT TTGCAACGTTAGGCA

More information

A Geometric Approach To Fully Automatic Chromosome Segmentation

A Geometric Approach To Fully Automatic Chromosome Segmentation A Geometrc Approach To Fully Automatc Chromosome Segmentaton Shervn Mnaee ECE Department New York Unversty Brooklyn, New York, USA shervn.mnaee@nyu.edu Mehran Fotouh Computer Engneerng Department Sharf

More information

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram Detecton Of Myocardal Ischema In ECG Sgnals Usng Support Vector Machne Dr.S.Sumath 1, Mrs.V.Agalya Mahendra Engneerng College, Mahendhrapur, Mallasamudram Abstract--Ths paper presents an ntellectual dagnoss

More information

Detection of Cancer Metastasis Using a Novel Macroscopic Hyperspectral Method

Detection of Cancer Metastasis Using a Novel Macroscopic Hyperspectral Method Detecton of Cancer Metastass Usng a Novel Macroscopc Hyperspectral Method Hamed Akbar a, Luma V. Halg a, Hongzheng Zhang b, Dongsheng Wang b, Zhuo Georga Chen b, Baowe Fe a,c,d,* a Department of Radology

More information

Physical Model for the Evolution of the Genetic Code

Physical Model for the Evolution of the Genetic Code Physcal Model for the Evoluton of the Genetc Code Tatsuro Yamashta Osamu Narkyo Department of Physcs, Kyushu Unversty, Fukuoka 8-856, Japan Abstract We propose a physcal model to descrbe the mechansms

More information

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach Internatonal OEN ACCESS Journal Of Modern Engneerng esearch (IJME) Survval ate of atents of Ovaran Cancer: ough Set Approach Kamn Agrawal 1, ragat Jan 1 Department of Appled Mathematcs, IET, Indore, Inda

More information

Using Past Queries for Resource Selection in Distributed Information Retrieval

Using Past Queries for Resource Selection in Distributed Information Retrieval Purdue Unversty Purdue e-pubs Department of Computer Scence Techncal Reports Department of Computer Scence 2011 Usng Past Queres for Resource Selecton n Dstrbuted Informaton Retreval Sulleyman Cetntas

More information

Arrhythmia Detection based on Morphological and Time-frequency Features of T-wave in Electrocardiogram ABSTRACT

Arrhythmia Detection based on Morphological and Time-frequency Features of T-wave in Electrocardiogram ABSTRACT Orgnal Artcle Arrhythma Detecton based on Morphologcal and Tme-frequency Features of T-wave n Electrocardogram Elham Zeraatkar, Saeed Kerman, Alreza Mehrdehnav 1, A. Amnzadeh 2, E. Zeraatkar 3, Hamd Sane

More information

Towards Automated Pose Invariant 3D Dental Biometrics

Towards Automated Pose Invariant 3D Dental Biometrics Towards Automated Pose Invarant 3D Dental Bometrcs Xn ZHONG 1, Depng YU 1, Kelvn W C FOONG, Terence SIM 3, Yoke San WONG 1 and Ho-lun CHENG 3 1. Mechancal Engneerng, Natonal Unversty of Sngapore, 117576,

More information

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 310 Int'l Conf. Par. and Dst. Proc. Tech. and Appl. PDPTA'16 Akra Sasatan and Hrosh Ish Graduate School of Informaton and Telecommuncaton Engneerng, Toka Unversty, Mnato, Tokyo, Japan Abstract The end-to-end

More information

DETECTION AND CLASSIFICATION OF BRAIN TUMOR USING ML

DETECTION AND CLASSIFICATION OF BRAIN TUMOR USING ML DOI: http://dx.do.org/0.26483/arcs.v92.5807 Volume 9, No. 2, March-Aprl 208 Internatonal Journal of Advanced Research n Computer Scence RESEARCH PAPER Avalable Onlne at www.arcs.nfo ISSN No. 0976-5697

More information

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer Gene Selecton Based on Mutual Informaton for the Classfcaton of Mult-class Cancer Sheng-Bo Guo,, Mchael R. Lyu 3, and Tat-Mng Lok 4 Department of Automaton, Unversty of Scence and Technology of Chna, Hefe,

More information

Recognition of ASL for Human-robot Interaction

Recognition of ASL for Human-robot Interaction 66 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.17 No.7, July 2017 Recognton of ASL for Human-robot Interacton Md. Al-Amn Bhuyan College of Computer Scences & Informaton Technology,

More information

1 INTRODUCTION 2 HEART-BEAT CYCLE DETECTION

1 INTRODUCTION 2 HEART-BEAT CYCLE DETECTION Abstract: Ths artcle ntrouces a metho for constructng a heart-beat sgnal from a long recor of phonocarogram (PCG). The metho comprses a seres of algorthms that ecompose a long ata recor of heart soun to

More information

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of Appled Mathematcal Scences, Vol. 7, 2013, no. 41, 2047-2053 HIKARI Ltd, www.m-hkar.com Modelng Mult Layer Feed-forward Neural Network Model on the Influence of Hypertenson and Dabetes Melltus on Famly

More information

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION www.arpapress.com/volumes/vol8issue2/ijrras_8_2_02.pdf AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION I. Jule 1 & E. Krubakaran 2 1 Department

More information

CLUSTERING is always popular in modern technology

CLUSTERING is always popular in modern technology Max-Entropy Feed-Forward Clusterng Neural Network Han Xao, Xaoyan Zhu arxv:1506.03623v1 [cs.lg] 11 Jun 2015 Abstract The outputs of non-lnear feed-forward neural network are postve, whch could be treated

More information

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification Fast Algorthm for Vectorcardogram and Interbeat Intervals Analyss: Applcaton for Premature Ventrcular Contractons Classfcaton Irena Jekova, Vessela Krasteva Centre of Bomedcal Engneerng Prof. Ivan Daskalov

More information

Pattern Recognition for Robotic Fish Swimming Gaits Based on Artificial Lateral Line System and Subtractive Clustering Algorithms

Pattern Recognition for Robotic Fish Swimming Gaits Based on Artificial Lateral Line System and Subtractive Clustering Algorithms Sensors & Transducers, Vol. 18, Issue 11, November 14, pp. 7-16 Sensors & Transducers 14 by IFSA Publshng, S. L. http://www.sensorsportal.com Pattern Recognton for Robotc Fsh Swmmng Gats Based on Artfcal

More information

Automatic Labelling and BI-RADS Characterisation of Mammogram Densities

Automatic Labelling and BI-RADS Characterisation of Mammogram Densities Lmted crculaton. For revew only. Automatc Labellng and BI-RADS Charactersaton of ammogram Denstes K. aras,. G. Lnguraru 3,. G. Ballester 4, S. Petroud,. Tsknaks and Sr. Brady Insttute of Computer Scence,

More information

PERFORMANCE EVALUATION OF DIVERSIFIED SVM KERNEL FUNCTIONS FOR BREAST TUMOR EARLY PROGNOSIS

PERFORMANCE EVALUATION OF DIVERSIFIED SVM KERNEL FUNCTIONS FOR BREAST TUMOR EARLY PROGNOSIS AR Journal of Engneerng and Appled Scences 2006-2014 Asan Research ublshng etwork (AR). All rghts reserved. ERFORMACE EVALUAIO OF DIVERSIFIED SVM KEREL FUCIOS FOR BREAS UMOR EARLY ROGOSIS Khondker Jahd

More information

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago Jont Modellng Approaches n dabetes research Clncal Epdemology Unt, Hosptal Clínco Unverstaro de Santago Outlne 1 Dabetes 2 Our research 3 Some applcatons Dabetes melltus Is a serous lfe-long health condton

More information

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores Parameter Estmates of a Random Regresson Test Day Model for Frst Three actaton Somatc Cell Scores Z. u, F. Renhardt and R. Reents Unted Datasystems for Anmal Producton (VIT), Hedeweg 1, D-27280 Verden,

More information

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm Receved: March 20, 2017 401 Bomarker Selecton from Gene Expresson Data for Tumour Categorzaton Usng Bat Algorthm Gunavath Chellamuthu 1 *, Premalatha Kandasamy 2, Svasubramanan Kanagaraj 3 1 School of

More information

A Novel artifact for evaluating accuracies of gear profile and pitch measurements of gear measuring instruments

A Novel artifact for evaluating accuracies of gear profile and pitch measurements of gear measuring instruments A Novel artfact for evaluatng accuraces of gear profle and ptch measurements of gear measurng nstruments Sonko Osawa, Osamu Sato, Yohan Kondo, Toshyuk Takatsuj (NMIJ/AIST) Masaharu Komor (Kyoto Unversty)

More information

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field Subject-Adaptve Real-Tme Sleep Stage Classfcaton Based on Condtonal Random Feld Gang Luo, PhD, Wanl Mn, PhD IBM TJ Watson Research Center, Hawthorne, NY {luog, wanlmn}@usbmcom Abstract Sleep stagng s the

More information

Evaluation of the generalized gamma as a tool for treatment planning optimization

Evaluation of the generalized gamma as a tool for treatment planning optimization Internatonal Journal of Cancer Therapy and Oncology www.jcto.org Evaluaton of the generalzed gamma as a tool for treatment plannng optmzaton Emmanoul I Petrou 1,, Ganesh Narayanasamy 3, Eleftheros Lavdas

More information

OPTIMIZE THE POSITION OF MECHANICAL COMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETIC ALGORITHMS

OPTIMIZE THE POSITION OF MECHANICAL COMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETIC ALGORITHMS SYMOMP 2013 Lsbon, 9-10 September 2013 EOMAS, Portugal OPTIMIZE THE POSITION OF MEHANIAL OMPONENTS OF AN EXTERNAL FIXATOR USING NEURAL NETWORKS AND GENETI ALGORITHMS Mguel Samarra 1,3, Lus Rosero 2,3 *,

More information

Semantics and image content integration for pulmonary nodule interpretation in thoracic computed tomography

Semantics and image content integration for pulmonary nodule interpretation in thoracic computed tomography Semantcs and mage content ntegraton for pulmonary nodule nterpretaton n thoracc computed tomography Danela S. Racu a, Ekarn Varutbangkul a, Jane G. Csneros a, Jacob D. Furst a, Davd S. Channn b, Samuel

More information

Algorithms 2009, 2, ; doi: /a OPEN ACCESS

Algorithms 2009, 2, ; doi: /a OPEN ACCESS Algorthms 009,, 350-367; do:0.3390/a04350 OPEN ACCESS algorthms ISSN 999-4893 www.mdp.com/journal/algorthms Artcle CADrx for GBM Bran Tumors: Predctng Treatment Response from Changes n Dffuson-Weghted

More information

Lymphoma Cancer Classification Using Genetic Programming with SNR Features

Lymphoma Cancer Classification Using Genetic Programming with SNR Features Lymphoma Cancer Classfcaton Usng Genetc Programmng wth SNR Features Jn-Hyuk Hong and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty, 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749, Korea hjnh@candy.yonse.ac.kr,

More information

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA 1 SUNGMIN

More information

Automated and ERP-Based Diagnosis of Attention-Deficit Hyperactivity Disorder in Children

Automated and ERP-Based Diagnosis of Attention-Deficit Hyperactivity Disorder in Children Orgnal Artcle Automated and ERP-Based Dagnoss of Attenton-Defct Hyperactvty Dsorder n Chldren Abstract Event-related potental (ERP) s one of the most nformatve and dynamc methods of montorng cogntve processes,

More information

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS AUTOMATED CHARACTERIZATIO OF ESOPHAGEAL AD SEVERELY IJURED VOICES BY MEAS OF ACOUSTIC PARAMETERS B. García, I. Ruz, A. Méndez, J. Vcente, and M. Mendezona Department of Telecommuncaton, Unversty of Deusto

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) Internatonal Assocaton of Scentfc Innovaton and Research (IASIR (An Assocaton Unfyng the Scences, Engneerng, and Appled Research Internatonal Journal of Emergng Technologes n Computatonal and Appled Scences

More information

Estimation of System Models by Swarm Intelligent Method

Estimation of System Models by Swarm Intelligent Method Sensors & Transducers 04 by IA Publshng, S. L. http://www.sensorsportal.com Estmaton of System Models by Swarm Intellgent Method,* Xaopng XU, Ququ ZHU, Feng WANG, Fuca QIAN, Fang DAI School of Scences,

More information

Research Article Segmentation of Bone with Region Based Active Contour Model in PD Weighted MR Images of Shoulder

Research Article Segmentation of Bone with Region Based Active Contour Model in PD Weighted MR Images of Shoulder Computatonal and Mathematcal Methods n Medcne Volume 2015, Artcle ID 754894, 13 pages http://dx.do.org/10.1155/2015/754894 Research Artcle Segmentaton of Bone wth Regon Based Actve Contour Model n PD Weghted

More information

Project title: Mathematical Models of Fish Populations in Marine Reserves

Project title: Mathematical Models of Fish Populations in Marine Reserves Applcaton for Fundng (Malaspna Research Fund) Date: November 0, 2005 Project ttle: Mathematcal Models of Fsh Populatons n Marne Reserves Dr. Lev V. Idels Unversty College Professor Mathematcs Department

More information

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana Internatonal Journal of Appled Scence and Technology Vol. 5, No. 6; December 2015 Modelng the Survval of Retrospectve Clncal Data from Prostate Cancer Patents n Komfo Anokye Teachng Hosptal, Ghana Asedu-Addo,

More information

Myocardial Motion Analysis of Echocardiography Images using Optical Flow Radial Direction Distribution

Myocardial Motion Analysis of Echocardiography Images using Optical Flow Radial Direction Distribution Journal of Computer Scence 7 (7): 1046-1051, 011 ISSN 1549-3636 011 Scence Publcatons Myocardal Moton Analyss of Echocardography Images usng Optcal Flow Radal Drecton Dstrbuton Slamet Ryad, Mohd Marzuk

More information

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients Control n Dabetc Patents Assst. Prof. Dr. Control and Systems Engneerng Department, Unversty of Technology, Baghdad-Iraq hazem..al@uotechnology.edu.q Receved: /6/3 Accepted: //3 Abstract In ths paper,

More information

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang Shape-based Retreval of Heart Sounds for Dsease Smlarty Detecton Tanveer Syeda-Mahmood, Fe Wang 1 IBM Almaden Research Center, 650 Harry Road, San Jose, CA 95120. {stf,wangfe}@almaden.bm.com Abstract.

More information

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION Je Zhang, Je Lu, Guangquan Zhang Centre for Quantum Computaton & Intellgent Systems Faculty of Engneerng and

More information

A Belief Rule-Based (BRB) Decision Support System for Assessing Clinical Asthma Suspicion

A Belief Rule-Based (BRB) Decision Support System for Assessing Clinical Asthma Suspicion A Belef Rule-Based (BRB) Decson Support System for Assessng Clncal Asthma Suspcon Mohammad Shahadat Hossan a, Md. Emran Hossan b, Md. Safuddn Khald c, Mohammad A. Haque d a, b Department of Computer Scence

More information

Price linkages in value chains: methodology

Price linkages in value chains: methodology Prce lnkages n value chans: methodology Prof. Trond Bjorndal, CEMARE. Unversty of Portsmouth, UK. and Prof. José Fernández-Polanco Unversty of Cantabra, Span. FAO INFOSAMAK Tangers, Morocco 14 March 2012

More information

arxiv: v1 [cs.ne] 28 Nov 2017

arxiv: v1 [cs.ne] 28 Nov 2017 Adversaral Networks for Prostate Cancer Detecton arxv:1711.10400v1 [cs.ne] 28 Nov 2017 Smon Kohl Medcal Image Computng German Cancer Research Center (DKFZ) Hedelberg, Germany smon.kohl@dkfz.de Henz-Peter

More information

Using a Wavelet Representation for Classification of Movement in Bed

Using a Wavelet Representation for Classification of Movement in Bed Usng a Wavelet Representaton for Classfcaton of Movement n Bed Adrana Morell Adam Depto. de Matemátca e Estatístca Unversdade de Caxas do Sul Caxas do Sul RS E-mal: amorell@ucs.br André Gustavo Adam Depto.

More information

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique A Classfcaton Model for Imbalanced Medcal Data based on PCA and Farther Dstance based Synthetc Mnorty Oversamplng Technque NADIR MUSTAFA School of Computer Scence and Engneerng Unversty of Electronc Scence

More information

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters Tenth Internatonal Conference on Computatonal Flud Dynamcs (ICCFD10), Barcelona, Span, July 9-13, 2018 ICCFD10-227 Predcton of Total Pressure Drop n Stenotc Coronary Arteres wth Ther Geometrc Parameters

More information

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment Advances n Engneerng Research (AER), volue 48 3rd Workshop on Advanced Research and Technology n Industry Applcatons (WARTIA 27) Nonlnear Modelng Method Based on RBF Neural Network Traned by AFSA wth Adaptve

More information

ARTICLE IN PRESS. computer methods and programs in biomedicine xxx (2007) xxx xxx. journal homepage:

ARTICLE IN PRESS. computer methods and programs in biomedicine xxx (2007) xxx xxx. journal homepage: computer methods and programs n bomedcne xxx (2007) xxx xxx journal homepage: www.ntl.elseverhealth.com/journals/cmpb Improvng bran tumor characterzaton on MRI by probablstc neural networks and non-lnear

More information

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice Amercan Journal of Appled Scences 9 (1): 93-102, 2012 ISSN 1546-9239 2012 Scence Publcatons An Improved Tme Doman Ptch Detecton Algorthm for Pathologcal Voce Mohd Redzuan Jamaludn, Shekh Hussan Shakh Salleh,

More information

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy Appendx for Insttutons and Behavor: Expermental Evdence on the Effects of Democrac 1. Instructons 1.1 Orgnal sessons Welcome You are about to partcpate n a stud on decson-makng, and ou wll be pad for our

More information

Perceptual image quality: Effects of tone characteristics

Perceptual image quality: Effects of tone characteristics Journal of Electronc Imagng 14(2), 023003 (Apr Jun 2005) Perceptual mage qualty: Effects of tone characterstcs Peter B. Delahunt Exponent Inc. 149 Commonwealth Drve Menlo Park, Calforna 94025 Xueme Zhang

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew () (08) 5 - Research Artcle Prognoss Evaluaton of Ovaran Granulosa Cell Tumor Based on Co-forest ntellgence Model Xn Lao Xn Zheng Juan Zou Mn Feng

More information

Analysis of the QRS Complex for Apnea-Bradycardia Characterization in Preterm Infants

Analysis of the QRS Complex for Apnea-Bradycardia Characterization in Preterm Infants Author manuscrpt, publshed n "Conference proceedngs : Annual Internatonal Conference of the IEEE Engneerng n Medcne and Bology Socety. 2009;:946-9" DOI : 0.09/IEMBS.2009.533353 Analyss of the QRS Complex

More information

VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ

VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA ELEKTROTECHNIKY A KOMUNIKAČNÍCH TECHNOLOGIÍ ÚSTAV BIOMEDICÍNSKÉHO INŽENÝRSTVÍ FACULTY OF ELECTRICAL ENGINEERING AND COMMUNICATION DEPARTMENT

More information

An expressive three-mode principal components model for gender recognition

An expressive three-mode principal components model for gender recognition Journal of Vson (4) 4, 36-377 http://journalofvson.org/4/5// 36 An expressve three-mode prncpal components model for gender recognton James W. Davs Hu Gao Department of Computer and Informaton Scence,

More information

Muscle Activating Force Detection Using Surface Electromyography

Muscle Activating Force Detection Using Surface Electromyography Muscle force, F v (v m ) (Fracton of maxmum sometrc force) Muscle force, F l (l m ) (Fracton of maxmum sometrc force) Muscle Actvatng Force Detecton Usng Surface Electromyography Saran KEERATIHATTAYAKORN

More information

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx Bomedcal Sgnal Processng and Control xxx (2011) xxx xxx Contents lsts avalable at ScenceDrect Bomedcal Sgnal Processng and Control journa l h omepage: www.elsever.com/locate/bspc Dscovery of multple level

More information

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE JOHN H. PHAN The Wallace H. Coulter Department of Bomedcal Engneerng, Georga Insttute of Technology, 313 Ferst Drve Atlanta,

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Ths artcle appeared n a journal publshed by Elsever. The attached copy s furnshed to the author for nternal non-commercal research and educaton use, ncludng for nstructon at the authors nsttuton and sharng

More information

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP 1 AKASH RAMESHWAR LADDHA, 2 RAHUL RAGHVENDRA JOSHI, 3 Dr.PEETI MULAY 1 M.Tech, Department of Computer

More information

NHS Outcomes Framework

NHS Outcomes Framework NHS Outcomes Framework Doman 1 Preventng people from dyng prematurely Indcator Specfcatons Verson: 1.21 Date: May 2018 Author: Clncal Indcators Team NHS Outcomes Framework: Doman 1 Preventng people from

More information

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex 1 Sparse Representaton of HCP Grayordnate Data Reveals Novel Functonal Archtecture of Cerebral Cortex X Jang 1, Xang L 1, Jngle Lv 2,1, Tuo Zhang 2,1, Shu Zhang 1, Le Guo 2, Tanmng Lu 1* 1 Cortcal Archtecture

More information

econstor Make Your Publications Visible.

econstor Make Your Publications Visible. econstor Make Your Publcatons Vsble. A Servce of Wrtschaft Centre zbwlebnz-informatonszentrum Economcs Chang, Huan-Cheng; Chang, Pn-Hsang; Tseng, Sung-Chn; Chang, Ch- Chang; Lu, Yen-Chao Artcle A comparatve

More information

Reconstruction of gene regulatory network of colon cancer using information theoretic approach

Reconstruction of gene regulatory network of colon cancer using information theoretic approach Reconstructon of gene regulatory network of colon cancer usng nformaton theoretc approach Khald Raza #1, Rafat Parveen * # Department of Computer Scence Jama Mlla Islama (Central Unverst, New Delh-11005,

More information

Computing and Using Reputations for Internet Ratings

Computing and Using Reputations for Internet Ratings Computng and Usng Reputatons for Internet Ratngs Mao Chen Department of Computer Scence Prnceton Unversty Prnceton, J 8 (69)-8-797 maoch@cs.prnceton.edu Jaswnder Pal Sngh Department of Computer Scence

More information

Introduction ORIGINAL RESEARCH

Introduction ORIGINAL RESEARCH ORIGINAL RESEARCH Assessng the Statstcal Sgnfcance of the Acheved Classfcaton Error of Classfers Constructed usng Serum Peptde Profles, and a Prescrpton for Random Samplng Repeated Studes for Massve Hgh-Throughput

More information

Statistically Weighted Voting Analysis of Microarrays for Molecular Pattern Selection and Discovery Cancer Genotypes

Statistically Weighted Voting Analysis of Microarrays for Molecular Pattern Selection and Discovery Cancer Genotypes IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.6 No.2, December 26 73 Statstcally Weghted Votng Analyss of Mcroarrays for Molecular Pattern Selecton and Dscovery Cancer Genotypes

More information

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS, VOL. 5, NO. 1, MARCH 2012 A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS 1 Mehd Neshat, 2 Al Adel, 3 Ghodrat Sepdnam,

More information

INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER

INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER LI CHEN 1,2, JIANHUA XUAN 1,*, JINGHUA GU 1, YUE WANG 1, ZHEN ZHANG 2, TIAN LI WANG 2, IE MING SHIH 2 1The Bradley Department

More information

Adaptive Neuro Fuzzy Inference System (ANFIS): MATLAB Simulation of Breast Cancer Experimental Data

Adaptive Neuro Fuzzy Inference System (ANFIS): MATLAB Simulation of Breast Cancer Experimental Data IOSR Journal of Computer Engneerng (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. V. (Jul.-Aug. 2017), PP 53-60 www.osrjournals.org Adaptve Neuro Fuzzy Inference System (ANFIS):

More information

The Effect of Fish Farmers Association on Technical Efficiency: An Application of Propensity Score Matching Analysis

The Effect of Fish Farmers Association on Technical Efficiency: An Application of Propensity Score Matching Analysis The Effect of Fsh Farmers Assocaton on Techncal Effcency: An Applcaton of Propensty Score Matchng Analyss Onumah E. E, Esslfe F. L, and Asumng-Brempong, S 15 th July, 2016 Background and Motvaton Outlne

More information

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE Wang Yng, Lu Xaonng, Ren Zhhua, Natonal Meteorologcal Informaton Center, Bejng, Chna Tel.:+86 684755, E-mal:cdcsjk@cma.gov.cn Abstract From, n Chna meteorologcal

More information

Towards Prediction of Radiation Pneumonitis Arising from Lung Cancer Patients Using Machine Learning Approaches

Towards Prediction of Radiation Pneumonitis Arising from Lung Cancer Patients Using Machine Learning Approaches Towards Predcton of Radaton Pneumonts Arsng from Lung Cancer Patents Usng Machne Learnng Approaches Jung Hun Oh, Adtya Apte, Rawan Al-Loz, Jeffrey Bradley, Issam El Naqa * Dvson of Bonformatcs and Outcomes

More information

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity Internatonal Journal of Intellgent Systems and Applcatons n Engneerng Advanced Technology and Scence ISSN:2147-67992147-6799 http://jsae.atscence.org/ Orgnal Research Paper Comparson among Feature Encodng

More information

The Study of Gearing Line Limits of the Cycloid Gear With Roller Teeth

The Study of Gearing Line Limits of the Cycloid Gear With Roller Teeth ISSN 1224-3264, Volume 2013 No.XXVII The Study o Gearng Lne Lmts o the Cyclod Gear Wth Roller Teeth Dăscălescu, Anamara Abstract: From dynamc pont o vew, at the cyclod gear transmsson s not ratonal to

More information

administration neural network vs. induction methods for knowledge classification

administration neural network vs. induction methods for knowledge classification Decson support methods n dabetc patent management by nsuln admnstraton neural network vs. nducton methods for knowledge classfcaton Ambrosadou, B, Vadera, S, Shankararaman, V and Gouls, D Ttle Authors

More information