Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning

Size: px
Start display at page:

Download "Classification of Breast Tumor in Mammogram Images Using Unsupervised Feature Learning"

Transcription

1 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. Hashmah 1 Department of Computer and Informaton Scences, Faculty of Scence and Informaton Technology, Unverst Teknolog PETRONAS, 31750, Tronoh, Perak, Malaysa 2 Faculty of Computng and Mathematcal Scences, Unverst Teknolog MARA, Malaysa Artcle hstory Receved: Revsed: Accepted: Correspondng Author: Adarus M. Ibrahm Department of Computer and Informaton Scences, Faculty of Scence and Informaton Technology, Unverst Teknolog PETRONAS, 31750,Tronoh, Perak, Malaysa Emal: adarus_g02440@utp.edu.my Abstract: In ths study, we propose a learnng-based approach usng feature learnng to mnmze the manual effort requred to extract features. Frstly, we extracted features from equally spaced sub-patches coverng the nput Regon of Interest (ROI). The dmensonalty of the extracted features s reduced usng max-poolng. Furthermore, sphercal k-means clusterng coupled wth max poolng (k-means-max poolng) s compared wth wellknown feature extracton method namely Bag-of-features. The resultng feature vector s fed to two dfferent classfers: K-Nearest Neghbor (K- NN) and Support Vector Machne (SVM). The performance of these classfers s evaluated to use of Recever Operatng Characterstcs (ROC). Our results show that k-means-max poolng, combned wth K-NN, acheved good performance wth an average classfcaton accuracy of 98.19%, senstvty of 97.09% and specfcty of 99.35%. Keywords: Mammogram, Breast Cancer, K-Means Clusterng, Max- Poolng, Bag-of-Features, Classfer Introducton Breast cancer s dsease that s dagnosed among the women n the world (Marrocco et al., 2010). Mammography s used as early screenng tool for breast cancer. The studes n (Perlmutter et al., 1997; Rawashdeh et al., 2013; Rojas Domínguez and Nand, 2008), reported that the radologst may over look some abnormaltes durng mammogram mage screenng. Hence, Computer Aded (CAD) system helps the radologst to double check the mammogram mages. A lot of lterature has been revewed n the area of CAD systems for breast cancer as well as technques for mprovng classfcaton accuracy (Etehadtavakol et al., 2013; Korkmaz and Korkmaz, 2015; Pak et al., 2015; Ramrez-Vllegas and Ramrez-Moreno, 2012; Wang et al., 2014). Feature representaton s one of the technques that were developed for mprovng the classfcaton accuracy of CAD. Feature representaton contans set of technques that converts the nput data nto more meanngful representaton so that machne learnng algorthms can smply use t. Tradtonal manually desgned feature descrptors n (Yadav et al., 2015), such as gradent operators and flter banks, are not able to capture f complex varaton related n frequency s found n medcal mages (Rose et al., 2010). Ths paves the way for desgnng effcent mage descrptors. The process of learnng features concentrates nto man categores namely supervsed and unsupervsed learnng. In the supervsed learnng algorthms, usually t performs the process of learnng usng classes or targets. However, unsupervsed learnng methods, the process of feature learnng s carred out wthout usng any classes, (Hnton et al., 2006) (Maral et al., 2009), autoencoders (Boureau and Cun, 2008), (Coates et al., 2011). To the best of our knowledge, lmted work has been done on applyng unsupervsed feature learnng to mammogram mages. In ths study, we adopted the unsupervsed feature learnng process based on unlabeled data (Coates and Ng, 2012). Ths approach can learn mportant and subtle features from the statstcs of the mage. By applyng set of learned features coupled wth labels to tran the mammogram mages, the features were extracted from patches of sze 8 8 that represent the ROI of mammogram mages. Moreover, the obtaned features from the patches were pooled together to reduce the dmenson of the features. Fnally, classfcaton s performed to classfy between normal and abnormal usng the features obtaned from the unsupervsed learnng algorthm Adarus M. Ibrahm, Baharum Baharudn, Abas Md Sad and P.N. Hashmah. Ths open access artcle s dstrbuted under a Creatve Commons Attrbuton (CC-BY) 3.0 lcense.

2 Fg. 1. Feature learnng ppelne The man contrbuton of ths paper s the applcaton of k-means-max poolng n mammogram mages for automatc feature representaton to enhance the classfcaton of the mammogram mages nto normal and abnormal, as shown n Fg. 1. Materals and Methods The Dgtal Database for Screenng Mammography (DDSM) s a publcly-avalable resource used by the mage analyss communty (Heath et al., 2000). In ths experment, we used a total of 400 mages, whch represented 200 normal condtons and 200 abnormal (bengn and malgnant) condtons. The croppng operaton was appled to the mages to cut off the unwanted portons. ROIs were cropped to the sze of as shown n Fg. 2. The mammogram mages were cropped manually by selectng the ROI of mammogram mages. All the unnecessary parts such as background whch are out of the tumor area were completely elmnated. Feature Learnng Archtecture The ROIs obtaned from mammogram mages were transformed nto patches. Each patch of sze of 8x8 were collected and stored as feature vector. However, mammogram mages taken durng the breast cancer screenng mght have varatons such as brghtness and contrast. Hence, to elmnate ths ssue mage normalzaton. The learnng archtecture proposed by (Coates and Ng, 2012) uses the followng procedure for feature learnng representaton of an mage patch: Normalze for each patch, subtract out the mean of the ntenstes and dvde by the standard devaton as follows: x x = where, ( ) ( ) ~ ~ mean x ~ ( ) var( ) x + 10 (1) ~ ( ) x are normalzed parches and mean and var are the mean and varance of the elements of Whtenng Transform ~ ( ) x. Prncpal Component Analyss (PCA) s used to reduce the dmensonalty of the data (Kambhatla and Leen, 1997). There s a smlar preprocessng step called ZCA whtenng (Coates and Ng, 2011), whch s requred for some algorthms. If we are tranng on mages, the raw nput s redundant, snce neghborng pxel values are hghly correlated. The am of whtenng s to make the nput less redundant: T [ V, D] : = egh( cov ( x) ); So SDV / / = cov( x) 1 2 T x : = V ( D+ I) V x, zca (2) If VDV T = cov(x) s the egenvalue decomposton of the covarance of the data ponts, x, then the whtenng ponts are decomposed as V(D+ zca I) -1/2 V T x, where zca s constant. In ths study, to normalze the data, we set zca as 0.01 for 8 by 8 pxel patches. Sphercal K-Means Clusterng Coates and Ng (2012), make a convncng case that K-means clusterng s capable of learnng dctonares that can be easly used for classfcaton. The K-means algorthm s partcularly ntrgung and t s very fast compared to standard K-means usng Eucldean dstances. Followng the steps of a sphercal K-means algorthm, whch s much faster than usng the conventonal K-means (Zhong, 2005). 553

3 (a) (b) Fg. 2. Sample mammogram mages: (a) normal mages, (b) abnormal mages Max Poolng Max poolng makes the feature learnng nto new reusable features that keeps sgnfcant nformaton although removng redundant nformaton. The typcal propertes of poolng are the robustness to cluster and compactness of representaton (Boureau et al., 2010). In ths study, the followng poolng steps were appled. Notatons: For nstance, f the unpooled data are a p K matrx of 1-of-k codes taken at P locatons, we extract a sngle P-dmensonal column v of 0s and 1s, ndcatng the absence or presence of the feature at each locaton 554

4 The vector v s reduced by a poolng operaton to a sngle scalar f(v) 1 p = p Max poolng: fa( v) 1 = average poolng : f m (v) = max v Gven two classes C 1 and C 2, we examne the separaton of condtonal dstrbutons: ( m 1) ( m 2), ( a 1) ( a 2) p f C and p f C p f C and p f C (3) In ths expermental desgn, we take the max of the cluster membershps over each 8x8 regon. Max poolng reduces the dependency of the feature vectors on ther exact placement n an mage (each element of each 8x8 block gets treated about the same) and t also mantans a lot of the nformaton that was n each of the feature vectors, especally when the feature vectors are expected to be sparse. Moreover, durng the experment desgn, we have taken dfferent sze of clusters (100 clusters and 150 clusters) to fgure out the performance of the classfers, as shown n secton 3. Bag-of-Features Bag-of-features s s a vector of occurrence counts of a vocabulary of local mage features. The basc steps of bag-of-words when appled to mages are as follows (Cheng et al., 2010): Buldng a codebook for local patches Extractng the local patches from the ROIs of mammogram mages representng an ROIs usng the statstcs of ts quantzed local patches Inference based on the statstcs collected n step 3 The obtaned set of ROI of mammogram mages s represented and dvded nto testng and tranng sets. Then, vsual vocabulary s bult by clusterng the patches from the tranng set followed by representng them as per mage dstrbutons. Moreover, each patch s represented as hstogram of vsual words drawn from vocabulary. In The expermental setup, 100 clusters and 150 clusters based on k-means as clusterng method was appled to evaluate the classfer performance. Classfcaton The learned features were stored as feature vector. The next step s to separate gven classes nto normal and abnormal. Two well know classfers are adopted n ths study as follows: K-Nearest Neghbor The KNN classfer usually apples ether the Eucldean dstance or the cosne smlarty between the v tranng tuples and the test tuples. In ths study, the Eucldean dstance s appled n mplementng the KNN(k = 1) model for feature classfcaton (Cunnngham and Delany, 2007). Support Vector Machne A Support Vector Machne (SVM) s wdely used n mammogram mages classfcaton due to ts performance for the accuracy rate. Ths classfer acheves the classfcaton rate by applyng hyperplane. To see the classfcaton performance of SVM for separatng the two classes (normal Vs abnormal) and t s recommended the hyperplane has the largest dstance to the nearest tranng data pont of the two classes (Chang and Ln, 2011). Performance Measures The performance of the classfer s evaluated usng a ten-fold cross valdaton method (Acharya et al., 2015). The dataset s dvded nto ten equal parts. Each part contans the features from a smlar proporton of mages from normal and abnormal classes. Nne parts are used to tran the classfers. The remanng parts of the mage features are used as a testng set. Ths process s repeated ten tmes usng a dfferent set n each case. In each fold, we apply several classfcaton measures n order to obtan a more relable comparson. Normal and abnormal mammographc mages, respectvely correspond to negatve and postve samples. In ths study, True Postve (TP) and True Negatve (TN), respectvely represent the number of abnormal and normal tests, whch are properly classfed. Smlarly, False Postve (FP) and False Negatve (FN), respectvely, represent the number of normal and abnormal tests, whch are ncorrectly classfed. The mathematcal computaton of performance measures are as follows: TP+ TN Accuracy = 100 (4) N TP Senstvty= TP+ FN TN Specfcty = TN + FP (5) (6) TP+ TN Precson= (7) N Recever Operatng Characterstcs The Recever Operatng Characterstcs (ROC) curve provdes a vsual representaton of the tradeoff between true postve and false postves. They are the 555

5 percentage of correctly classfed features wth respect to the percentage of ncorrectly classfed negatve features (Nascmento et al., 2013). As shown n Fg. 4 to 7, the pont (0,0) along curve represents a classfer that by default classfes all features as beng negatve, where a pont (0,1) represent a classfer that postvely classfes all features. The expermental results s carred out usng wndows 8 and MATLAB R2013a. Some of the tools that were selected were mage processng and statstcal tool box wth applcaton of Laptop of ntel Core U Results Table 1 to 4 presents the classfcaton results usng KNN and SVM classfers for k-means-max poolng and Bag-of-features. We have obtaned the hghest performance for k-means-max poolng as compared to Bag-of-features method wth an average accuracy, senstvty and specfcty of 98.19, and 99.35% respectvely (at 150 clusters). It s also obvous from the results that the KNN classfer performs better than SVM, wth a hgh accuracy of 98.19%. To get the best optmum classfer wth a sngle dataset, the classfer should not only have sgnfcant accuracy, but should also provde good senstvty and specfcty. Such a balance s requred to make certan decsons that classfy two classes (normal Vs. abnormal). Hence, ths K-NN classfer was selected as the optmum classfer for ths dataset manly because t provded the best accuracy, senstvty and specfcty. Fgure 3 vsualzes the resultng 50 clusters centers from k-means-max poolng. We sorted the data based on how often data centers are assgned to each cluster. So, the top left has the most elements and the bottom rght has the least. Fgure 4 to 7 show the ROC curve for k-means-max poolng compared wth Bag-of-features usng KNN and SVM. It can be observed from these fgures that the performance of k-means-max poolng s better n the KNN classfer at the 150 cluster. Furthermore, the ROC curve s more near to the y-axs for the KNN classfer than Bag-of-features, ndcatng a hgher AUC value for KNN. Therefore, k-means-max poolng coupled wth KNN has the hghest dscrmnaton capacty to separate the two classes (normal Vs. abnormal). Table 1. Performance of feature learnng at 100 clusters Performance Classfer Methods Accuracy (%) Senstvty (%) Specfcty (%) AUC (%) KNN K-means-max- poolng Bag-of-features Table 2. Performance of feature learnng at 150 clusters Performance Classfer Methods Accuracy (%) Senstvty (%) Specfcty (%) AUC (%) KNN K-means-max- poolng Bag-of-features Table 3. Performance of feature learnng at 100 clusters Performance Classfer Methods Accuracy (%) Senstvty (%) Specfcty (%) AUC (%) SVM K-means-max- poolng Bag-of-features Table 4. Performance of feature learnng at 150 clusters Performance Classfer Methods Accuracy (%) Senstvty (%) Specfcty (%) AUC (%) SVM K-means-max- poolng Bag-of-features

6 Fg. 3. Vsualzaton cluster centrods Fg. 4. ROC performance of KNN classfer (at 150) 557

7 Fg. 5. ROC performance of KNN classfer (at 100 clusters) Fg. 6. ROC performance of SVM classfer (at 150) clusters 558

8 Fg. 7. ROC performance of SVM classfer (at 100 clusters) Table 5. Summary of studes reportng automated detecton of breast tumors from mammographc mages Authors No. of Images Features Method used Dataset Classfer Accuracy (%) (Rocha et al., 2014) 300 mage Gray Level Co-occurrence Matrxes Gleason and Menhnck DDSM SVM 86 (GLCM), Gray Level Run Length dversty ndexes Matrxes (GLRLM) and Gray Level Gap Length Matrxes (GLGLM) (Lm and Er, 2004) 343 mages Frst-order gradent dstrbuton Frst-order gradent dstrbuton DDSM GDFNN 70 and Gray-level Co-occurrence and gray-level co-occurrence Matrces (GCMs) matrces Our proposed study 400 mages Unsupervsed feature learnng k-means-max poolng DDSM KNN, SVM Dscusson Selectng the sgnfcant features from mammogram mages s mportant for the mammogram mage classfcaton. Sgnfcant features ncreases the accuracy rate of the CAD system n breast cancer. The proposed methods to extract mportant features from mammogram mages vary from one another and they are mplemented ether n supervsed or unsupervsed learnng. In ths study, we take the unsupervsed feature learnng method that wll help n detectng breast tumors. We present the comparson of the results obtaned usng our technque and other technques n the lterature that also am to dagnose mammogram breast tumors. The summary of the studes reported by dfferent authors s shown n Table 5. Rocha et al. (2014) classfed 200 DDSM mammogram mages nto normal and malgnant classes usng Gleason and Menhnck dversty ndexes and the SVM classfer. They have reported senstvty and specfcty of 90 and 83.33%, respectvely. Lm and classfed 343 DDSM mammogram mages nto bengn and malgnant usng frst-order gradent dstrbuton, gray-level co-occurrence matrces and Generalzed Dynamc Neural Networks (GDFNN). They acheved a true-postve and false postve fractons of 95.0 and 52.8%, respectvely. The advantages of our proposed method are as follows: We reported the hghest senstvty of 97.09% and a specfcty of 99.35% n classfyng the normal and abnormal classes compared to Bag-of-features The proposed system s able to detect two classes (normal Vs abnormal) wth 98.19% accuracy; ths wll reduce the workload of clncans Our proposed method s more relable, as we used ten-fold stratfed cross-valdaton and used 400 mammogram mages n ths study Future Works In the future, ths study wll focus outsde the boundares of the skn whch s the area of cancer. By 559

9 performng possble multple selecton between bengn and malgnant Concluson An accurate and fast dagnoss of breast cancer can help clncans n ther dagnoss. Hence, n ths study, we proposed a CAD system based on k-means-max poolng for early detecton of breast cancer. We reported an accuracy of 98.19%, senstvty of 97.09% and specfcty of 99.35% usng the K-NN classfer for k-means-max poolng. We have also showed that, the features of k-means-max poolng performed better than Bag-of-feature. Our proposed system s able to clearly dagnose all normal and abnormal cases correctly (97.07% senstvty) and reduce clncan workloads. Acknowledgement The authors would lke to thank TM Lehmann, Dept. of Medcal Informatcs, RWTH Aachen, Germany and the Unversty of South Florda for makng the database avalable for research purposes. Author s Contrbuton All the authors have made same contrbuton n expermental results as well as wrtng the manuscrpt. Ethcs We want to declare that ths manuscrpt has not been publshed or s under consderaton elsewhere. References Acharya, U.R., E. Ng, L.W.J. Eugene, K.P. Noronha and L.C. Mn et al., Decson support system for the glaucoma usng Gabor transformaton. Bomed. Sgnal Process. Control, 15: DOI: /j.bspc Boureau, Y.L. and Y.L. Cun, Sparse feature learnng for deep belef networks. Proceedngs of the Advances n Neural Informaton Processng Systems, (IPS 08), pp: Boureau, Y.L., J. Ponce and Y. LeCun, A theoretcal analyss of feature poolng n vsual recognton. Proceedngs of the 27th Internatonal Conference on Machne Learnng, (CML 10), Israel, pp: Chang, C.C. and C.J. Ln, LIBSVM: A lbrary for support vector machnes. ACM Trans. Intell. Syst. Technol., 2: DOI: / Cheng, E., N. Xe, H. Lng, P.R. Bakc and A.D. Madment et al., Mammographc mage classfcaton usng hstogram ntersecton. Proceedngs of the IEEE Internatonal Symposum on Bomedcal Imagng: From Nano to Macro, Apr , IEEE Xplore Press, Rotterdam, pp: DOI: /ISBI Coates, A. and A.Y. Ng, Selectng receptve felds n deep networks. Proceedngs of the Advances n Neural Informaton Processng Systems, (IPS 11), pp: Coates, A. and A.Y. Ng, Learnng Feature Representatons wth k-means. In: Neural Networks: Trcks of the Trade, Montavon, G., G.B. Orr and K.R. Müller (Eds.), Sprnger, New York ISBN-10: , pp: Coates, A., A.Y. Ng and H. Lee, An analyss of sngle-layer networks n unsupervsed feature learnng. Proceedngs of the Internatonal Conference on Artfcal Intellgence and Statstcs, (AIS 11), Fort Lauderdale, FL, USA., pp: Cunnngham, P. and S.J. Delany, k-nearest neghbour classfers. Multple Classfer Syst. Etehadtavakol, M., E. Ng, V. Chandran and H. Rabban, Separable and non-separable dscrete wavelet transform based texture features and mage classfcaton of breast thermograms. Infrared Phys. Technol., 61: DOI: /j.nfrared Heath, M., K. Bowyer, D. Kopans, R. Moore and W.P. Kegelmeyer, The dgtal database for screenng mammography. Proceedngs of the 5th Internatonal Workshop on Dgtal Mammography, (WDM 00). Hnton, G.E., S. Osndero and Y.W. Teh, A fast learnng algorthm for deep belef nets. Neural Comput., 18: DOI: /neco Kambhatla, N. and T.K. Leen, Dmenson reducton by local prncpal component analyss. Neural Comput., DOI: /neco Korkmaz, S.A. and M.F. Korkmaz, A new method based cancer detecton n mammogram textures by fndng feature weghts and usng kullback-lebler measure wth kernel estmaton. Optk-Int. J. Lght Electron Opt., 126: DOI: /j.jleo Lm, W.K. and M.J. Er, Classfcaton of mammographc masses usng generalzed dynamc fuzzy neural networks. Med. Phys., 31: DOI: /

10 Maral, J., F. Bach, J. Ponce and G. Sapro, Onlne dctonary learnng for sparse codng. Proceedngs of the 26th Annual Internatonal Conference on Machne Learnng, Jun , ACM, Canada, pp: DOI: / Marrocco, C., M. Molnara, C. D Ela and F. Tortorella, A computer-aded detecton system for clustered mcrocalcfcatons. Artf. Intell. Med., 50: DOI: /j.artmed Nascmento, M.Z.D., A.S. Martns, L.A. Neves, R.P. Ramos and E.L. Flores et al., Classfcaton of masses n mammographc mage usng wavelet doman features and polynomal classfer. Expert Syst. Applc., 40: DOI: /j.eswa Pak, F., H.R. Kanan and A. Alkhass, Breast cancer detecton and classfcaton n dgtal mammography based on Non-Subsampled Contourlet Transform (NSCT) and super resoluton. Comput. Meth. Programs Bomed., 122: DOI: /j.cmpb Perlmutter, S.M., P.C. Cosman, R.M. Gray, R.A. Olshen and D. Ikeda et al., Image qualty n lossy compressed dgtal mammograms. Sgnal Process., 59: DOI: /S (97) Ramrez-Vllegas, J.F. and D.F. Ramrez-Moreno, Wavelet packet energy, Tsalls entropy and statstcal parameterzaton for support vector-based and neural-based classfcaton of mammographc regons. Neurocomputng, 77: DOI: /j.neucom Rawashdeh, M.A., R.M. Bourne, E.A. Ryan, W.B. Lee and M.W. Petrzyk et al., Quanttatve measures confrm the nverse relatonshp between leson spculaton and detecton of breast masses. Acad. Radol., 20: DOI: /j.acra Rocha, S.V.D., G. Braz Junor, A.C. Slva and A.C.D. Pava, Texture analyss of masses n dgtzed mammograms usng Gleason and Menhnck dversty ndexes. Rev. Braslera Eng. Boméd., 30: DOI: /j.acra Rojas Domínguez, A. and A.K. Nand, Detecton of masses n mammograms va statstcally based enhancement, multlevel-thresholdng segmentaton and regon selecton. Computerzed Med. Imag. Graph., 32: DOI: /j.compmedmag Rose, D.C., I. Arel, T.P. Karnowsk and V.C. Paqut, Applyng deep-layered clusterng to mammography mage analytcs. Proceedngs of the Bomedcal Scences and Engneerng Conference, May 25-26, IEEE Xplore Press, Oak Rdge, TN., pp: 1-4. DOI: /BSEC Wang, Y., J. L and X. Gao, Latent feature mnng of spatal and margnal characterstcs for mammographc mass classfcaton. Neurocomputng, 144: DOI: /j.neucom Yadav, A.R., R. Anand, M. Dewal and S. Gupta, Multresoluton local bnary pattern varants based texture feature extracton technques for effcent classfcaton of mcroscopc mages of hardwood speces. Appled Soft Comput., 32: DOI: /j.asoc Zhong, S., Effcent onlne sphercal k-means clusterng. Proceedngs of the IEEE Internatonal Jont Conference on Neural Networks, Jul. 31-Aug. 4, IEEE Xplore Press, pp: DOI: /IJCNN

*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

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

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

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 Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation

A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation Avalable onlne www.ejaet.com European Journal of Advances n Engneerng and Technology, 2015, 2(1): 21-29 Research Artcle ISSN: 2394-658X A New Machne Learnng Algorthm for Breast and Pectoral Muscle Segmentaton

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Impact of Imputation of Missing Data on Estimation of Survival Rates: An Example in Breast Cancer

Impact of Imputation of Missing Data on Estimation of Survival Rates: An Example in Breast Cancer Orgnal Artcle Impact of Imputaton of Mssng Data on Estmaton of Survval Rates: An Example n Breast Cancer Banesh MR 1, Tale AR 2 Abstract Background: Multfactoral regresson models are frequently used n

More information

Evaluation of Literature-based Discovery Systems

Evaluation of Literature-based Discovery Systems Evaluaton of Lterature-based Dscovery Systems Melha Yetsgen-Yldz 1 and Wanda Pratt 1,2 1 The Informaton School, Unversty of Washngton, Seattle, USA. 2 Bomedcal and Health Informatcs, School of Medcne,

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

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

Feature Selection for Predicting Tumor Metastases in Microarray Experiments using Paired Design

Feature Selection for Predicting Tumor Metastases in Microarray Experiments using Paired Design Feature Selecton for Predctng Tumor Metastases n Mcroarray Experments usng Pared Desgn Qhua Tan 1,2, Mads Thomassen 1 and Torben A. Kruse 1 ORIGINAL RESEARCH 1 Department of Bochemstry, Pharmacology and

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

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

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang Nonstandard Machne Learnng Algorthms for Mcroarray Data Mnng Byoung-Tak Zhang Center for Bonformaton Technology (CBIT) & Bontellgence Laboratory School of Computer Scence and Engneerng Seoul Natonal Unversty

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

Natural Image Denoising: Optimality and Inherent Bounds

Natural Image Denoising: Optimality and Inherent Bounds atural Image Denosng: Optmalty and Inherent Bounds Anat Levn and Boaz adler Department of Computer Scence and Appled Math The Wezmann Insttute of Scence Abstract The goal of natural mage denosng s to estmate

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

A Support Vector Machine Classifier based on Recursive Feature Elimination for Microarray Data in Breast Cancer Characterization. Abstract.

A Support Vector Machine Classifier based on Recursive Feature Elimination for Microarray Data in Breast Cancer Characterization. Abstract. A Support Vector Machne Classfer based on Recursve Feature Elmnaton for Mcroarray Data n Breast Cancer Characterzaton. R.Campann, D. Dongovann, E. Iamper, N. Lanconell, G. Palermo, M. Roffll, A. Rccard

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

A Support Vector Machine Classifier based on Recursive Feature Elimination for Microarray Data in Breast Cancer Characterization. Abstract.

A Support Vector Machine Classifier based on Recursive Feature Elimination for Microarray Data in Breast Cancer Characterization. Abstract. A Support Vector Machne Classfer based on Recursve Feature Elmnaton for Mcroarray Data n Breast Cancer Characterzaton. R.Campann, D. Dongovann, N. Lanconell, G. Palermo, A. Rccard, M. Roffll Dpartmento

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

THIS IS AN OFFICIAL NH DHHS HEALTH ALERT

THIS IS AN OFFICIAL NH DHHS HEALTH ALERT THIS IS AN OFFICIAL NH DHHS HEALTH ALERT Dstrbuted by the NH Health Alert Network Health.Alert@dhhs.nh.gov August 26, 2016 1430 EDT (2:30 PM EDT) NH-HAN 20160826 Recommendatons for Accurate Dagnoss of

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

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx Neuropsychologa xxx (200) xxx xxx Contents lsts avalable at ScenceDrect Neuropsychologa journal homepage: www.elsever.com/locate/neuropsychologa Storage and bndng of object features n vsual workng memory

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

Insights in Genetics and Genomics

Insights in Genetics and Genomics Insghts n Genetcs and Genomcs Research Artcle Open Access New Score Tests for Equalty of Varances n the Applcaton of DNA Methylaton Data Analyss [Verson ] Welang Qu Xuan L Jarrett Morrow Dawn L DeMeo Scott

More information

Comparison of support vector machine based on genetic algorithm with logistic regression to diagnose obstructive sleep apnea

Comparison of support vector machine based on genetic algorithm with logistic regression to diagnose obstructive sleep apnea Orgnal Artcle Comparson of support vector machne based on genetc algorthm wth logstc regresson to dagnose obstructve sleep apnea Zohreh Manoochehr, Nader Salar 1, Mansour Rezae 1, Habbolah Khazae 2, Sara

More information

Combined Temporal and Spatial Filter Structures for CDMA Systems

Combined Temporal and Spatial Filter Structures for CDMA Systems Combned Temporal and Spatal Flter Structures for CDMA Systems Ayln Yener WINLAB, Rutgers Unversty yener@wnlab.rutgers.edu Roy D. Yates WINLAB, Rutgers Unversty ryates@wnlab.rutgers.edu Sennur Ulukus AT&T

More information

EEG Comparison Between Normal and Developmental Disorder in Perception and Imitation of Facial Expressions with the NeuCube

EEG Comparison Between Normal and Developmental Disorder in Perception and Imitation of Facial Expressions with the NeuCube EEG Comparson Between Normal and Developmental Dsorder n Percepton and Imtaton of Facal Expressons wth the NeuCube Yuma Omor 1(B), Hdeak Kawano 1, Aknor Seo 1, Zohreh Gholam Doborjeh 2, Nkola Kasabov 2,

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

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

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

An Approach to Discover Dependencies between Service Operations*

An Approach to Discover Dependencies between Service Operations* 36 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER 2008 An Approach to Dscover Dependences between Servce Operatons* Shuyng Yan Research Center for Grd and Servce Computng Insttute of Computng Technology Chnese

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leadng publsher of Open Access books Bult by scentsts, for scentsts 3,5 8,.7 M Open access books avalable Internatonal authors and edtors Downloads Our authors are among

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

INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES

INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES Mathematcal and Computatonal Applcatons, Vol. 15, No. 3, pp. 472-480, 2010. Assocaton for Scentfc Research INTRAUTERINE GROWTH RESTRICTION (IUGR) RISK DECISION BASED ON SUPPORT VECTOR MACHINES Zeynep Zengn

More information

Ranking the types of intersections for assessing the safety of pedestrians using TOPSIS method

Ranking the types of intersections for assessing the safety of pedestrians using TOPSIS method eonardo Electronc Journal of Practces and Technologes ISSN 1583-1078 Issue 25, July-December, 2014 p. 242-253 Rankng the types of ntersectons for assessng the safety of pedestrans usng TOPSIS method Căln

More information

A hybrid brain-computer interface combining the EEG and NIRS. Ma, L; Zhang, L; Wang, L; Xu, M; Qi, H; Wan, B; Ming, D; Hu, Y

A hybrid brain-computer interface combining the EEG and NIRS. Ma, L; Zhang, L; Wang, L; Xu, M; Qi, H; Wan, B; Ming, D; Hu, Y Ttle A hybrd bran-computer nterface combnng the EEG and NIRS Author(s) Ma, L; Zhang, L; Wang, L; Xu, M; Q, H; Wan, B; Mng, D; Hu, Y Ctaton The 2012 IEEE Internatonal Conference on Vrtual Envronments, Human-Computer

More information

Machine Understanding - a new area of research aimed at building thinking/understanding machines

Machine Understanding - a new area of research aimed at building thinking/understanding machines achne Understandng - a new area of research amed at buldng thnkng/understandng machnes Zbgnew Les and agdalena Les St. Queen Jadwga Research Insttute of Understandng, elbourne, Australa sqru@outlook.com

More information

A GEOGRAPHICAL AND STATISTICAL ANALYSIS OF LEUKEMIA DEATHS RELATING TO NUCLEAR POWER PLANTS. Whitney Thompson, Sarah McGinnis, Darius McDaniel,

A GEOGRAPHICAL AND STATISTICAL ANALYSIS OF LEUKEMIA DEATHS RELATING TO NUCLEAR POWER PLANTS. Whitney Thompson, Sarah McGinnis, Darius McDaniel, A GEOGRAPHICAL AD STATISTICAL AALYSIS OF LEUKEMIA DEATHS RELATIG TO UCLEAR POWER PLATS Whtney Thompson, Sarah McGnns, Darus McDanel, Jean Sexton, Rebecca Pettt, Sarah Anderson, Monca Jackson ABSTRACT:

More information

FEATURE EXTRACTION AND SELECTION FOR AUTOMATIC SLEEP STAGING USING EEG

FEATURE EXTRACTION AND SELECTION FOR AUTOMATIC SLEEP STAGING USING EEG FEATURE EXTRACTION AND SELECTION FOR AUTOMATIC SLEEP STAGING USING EEG Hugo Smões, Gabrel Pres Insttute o Systems and Robotcs, Unversty o Combra, Combra,Portugal hugo@sr.uc.pt, gpres@sr.uc.pt Urbano Nunes,

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