FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION

Size: px
Start display at page:

Download "FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION"

Transcription

1 ISSN Internatonal Scentfc Journal of Computng FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION Gábor Takács ), Béla Patak 2) Department of Measurement and Informaton Systems, Budapest Unversty of Technology and Economcs, H-7 Budapest, Magyar tudósok körútja 2. ) gtakacs@mt.bme.hu, 2) patak@mt.bme.hu, Abstract: Breast cancer s one of the most common forms of cancer among women. Currently mammography s the most effcent method for early detecton. A smple and fast mammographc mass detecton system and two dfferent methods for dffcult case excluson are presented n ths paper. The mass detecton system uses a modfed verson of a known algorthm for small masses and a new algorthm for large masses. The frst dffcult case flterng method s based on tssue densty estmaton, the second one on mass canddate count. The system was tested wth 600 mammographc cases, each contanng 4 mages. Case-level performance was measured for malgnant mass detecton frst wthout and then wth dffcult case excluson. Keywords: Mammography, Mass Detecton, Image Processng, Computer-Aded Dagnoss. INTRODUCTION Breast cancer s one of the most frequent cancerous dseases among women. Every 2th woman suffers from ths dsease at least once n her lfetme []. Snce the cause of the dsease s unknown, early detecton s very mportant. Currently mammography (X-ray examnaton of the breast) s the most effcent method for early detecton. In a mammographc sesson usually two mages are taken of both breasts. Left cranocaudal (LC) s a top vew, left medolateral (LM) s roughly a sde vew mage of the left breast, rght cranocaudal (RC) and rght medolateral (RM) are the same vews of the rght breast. Wth regular mammographc screenng examnatons the mortalty of the dsease can be sgnfcantly decreased. (If breast cancer s detected early, the fve-year survval rate exceeds 95 %.) The evaluaton of the mages taken at the screenng examnatons needs a large amount of human resource and money. Therefore computeraded dagnoss (CAD) for mammography has been an actve area of research (e.g. [2], [3]). The man goals of a CAD system are to ncrease the accuracy of examnaton by amng radologsts' attenton to suspcous cases and to decrease the cost by flterng out normal cases. The most mportant mammographc symptoms of breast cancer can be dvded nto two man classes: Mcrocalcfcaton: group of small whte calcum spots. Mass: crcumscrbed object brghter than ts surroundng tssue. Not all mcrocalcfcatons and masses are cancerous, they can also be bengn. The two man classes can be dvded nto subclasses, for example the ACR (Amercan Collage of Radology) BI- RADS recommendaton [4] defnes 9 mass and 3 mcrocalcfcaton subtypes. Combned massmcrocalcfcaton lesons are possble too. The recognton of these structures s a hard and challengng task that needs ntellgence. Mass detecton s partcularly dffcult, because masses show a great dversty n optcal densty, shape, poston, sze and characterstcs at the edge. Humans and computer algorthms have to deal wth a number of dffcultes: for example the boundary can be fuzzy or partally mssng, rrelevant objects can overlap the mass, some bengn fndngs (e.g. cysts) also appear as masses, normal archtectural structures of the breast supermposed on each other can look lke real masses. Fgures 4 show some typcal forms of mcrocalcfcatons and masses appearng n real mammograms. 70

2 Fg. A typcal bengn mcrocalcfcaton Fg. 2 A typcal malgn. mcrocalcfcton values and the average of those calculatons yelds the average FUM (AFUM) value. Ths AFUM algorthm varant slghtly dffers from the orgnal one, because n the orgnal algorthm the mnmal ntensty at dstance less than or equal r from (x, y) s compared to ntensty values at dstance r 2 from (x, y). In real mammograms some masses contan small dark dots nsde. The orgnal AFUM algorthm prohbts ths case whle the proposed varant tolerates t to some degree. If r = R mn, R mn, R mn 2,..., R max and r 2 = r D then the AFUM value calculaton can be wrtten as: R max R mn max r = R R mn FUM ( r, r D) () Fg. 3 A typcal bengn mass Fg. 4 A typcal malgnant mass Ths paper presents a smple and fast system for detectng masses n dgtalzed mammograms. Two sze classes were defned and dfferent algorthms are used for small and large mass detecton. The precson of the system was mproved by applyng dffcult case excluson. A tssue densty estmaton based and a mass canddate count based method were developed and tested n the dffcult case flterng experments. 2. DETECTION OF SMALL MASSES The sze of mammographc masses vares n a wde range (~5 mm to ~50 mm n dameter). An nterestng queston of automated breast cancer detecton s how to handle ths sze varablty. The proposed system defnes two sze classes and uses dfferent algorthms for small and large mass detecton. Most mammographc masses belong to the small class so the small mass detector s the crtcal part of the system. Large masses are rare and easer to detect. For the detecton of small masses (smaller than 20 mm n dameter) a slghtly modfed verson of the AFUM mass detecton algorthm [5] was appled. A short descrpton of our modfed algorthm: At each pxel poston (x, y) the mnmal ntensty at dstance r from locaton (x, y) s computed (m ), then the fracton of pxels at dstance r 2 from (x, y) that have lower ntensty value than m s measured. Ths fracton under the mnmum (FUM) calculaton s done over many scales usng a range of r and r 2 Values R mn R max and D are fxed a pror choces based on the problem defnton. An advantage of ths algorthm s smplcty and therefore computatonal effcency. A nce property of the algorthm s nvarance to any monotoncally ncreasng ntensty transformaton of the nput mage, snce only logcal operators (mn. fndng and comparson) are appled to the ntensty values. A fast mass detector can be obtaned by runnng the AFUM algorthm for each non-background pxel of a mammogram. The fltered mage s thresholded and contnuous regons are dentfed by a regonfllng algorthm. Regons wth a too hgh permeterarea rato are excluded from further examnatons. The locaton of the maxmal AFUM value s computed for each regon, and an energy value s assgned for each maxmum locaton based on the AFUM value of that poston and ts neghborng pxels. A structure s accepted as a mass f ths energy s hgher than a lmt. Fnally the locatons of the hghest N energy maxma are returned. Fgure 5 llustrates the steps of small mass detecton: Fg. 5 The steps of small mass detecton 7

3 3. DETECTION OF LARGE MASSES The a pror parameters of the AFUM algorthm (R mn, R max and D) could not be set to deal wth arbtrary mass sze. At the resoluton of 400 mcrons R mn = 0, R max = 6 and D = 2 proved to be a good choce but worked well only for masses smaller than 20 mm n dameter. For the detecton of larger masses the followng smple and fast algorthm was developed: At a gven pxel poston 8 lnes are started from the center (vertcally, horzontally and dagonally) and a mass boundary pont s estmated for each drecton based on some smple ntensty change constrants. Then a conspcuousness value can be obtaned from the lne lengths (l ), average ntensty along the lnes (Brghtness) and average contrast at the end of the lnes (Contrast). Conspcuousness = mn l Brghtness Regularty Contrast (2) Regularty = mnl maxl (3) Snce the detecton of large masses s easer than that of the small ones, the large mass detector returns only the locaton of the hghest conspcuousness value when processng a whole mammogram. Obvously a lower threshold for the conspcuousness can be appled to control the senstvty of the large mass detector. 4. DIFFICULT CASE EXCLUSION BASED ON TISSUE DENSITY ESTIMATION Breast tssue densty s an mportant feature of a mammographc case for human experts. There are standards for classfyng mammogaphc cases nto tssue densty classes. For example BI-RADS recommends four breast tssue densty types numbered from to 4. Class means fatty tssue (dark, homogenous background), class 4 means dense tssue (that can mask nterestng structures). Human experts say that mammographc mass detecton (and mcrocalcfcaton detecton) s a much more dffcult task on dense cases than on fatty ones. For cases wth an extremely dense tssue mammogaphy s not applcable at all. Fgures 6 7 show a fatty and a dense case, each contanng a malgnant mass. Fg. 6 A fatty case contanng a malgnant mass Fg. 7 A dense case contanng a malgnant mass 72

4 Accordng to ths observaton a densty estmaton algorthm was developed to mprove the accuracy of the mass detector by flterng out dffcult cases. The densty estmator measures the ntensty mean and varance of the four mages (LC, LM, RC and RM) of the nput case. Then the estmated densty value s computed wth the followng heurstc formulae: EstmatedDensty = ( 2 NSumSd NSumMean) / NSumSd = ( RC RM LC LM 66.8) / 24.5 (4) (5) NSumMean = ( Mean Mean RC Mean RM LC Mean LM 492.6) / 73.0 (6) NSumSd denotes statstcally normalzed sum of the standard devatons, NSumMean denotes statstcally normalzed sum of the means. Constants are set to make the estmated densty value drectly comparable wth the BI-RADS densty value. Experments showed that our estmated densty value (rounded to the nearest nteger) usually does not equal exactly wth the BI-RADS densty value, but the two parameters are n postve correlaton wth each other (Fgure 7). The measurement was based on 57 mammographc cases of the DDSM database [6]. Fg. 8 The correlaton between the BI-RADS and the estmated densty value 5. DIFFICULT CASE EXCLUSION BASED ON MASS CANDIDATE COUNT The frst dffcult case flterng method was developed accordng to a human experts observaton: dense cases are more dffcult than fatty ones. Another possble way s to get the case dffculty nformaton from the mass detecton system tself. For example the number of energy maxma after the permeter-area rato flterng step n the small mass detector (mass canddate count) seems to be a good parameter. If the number of energy maxma s hgh then real masses have lesser chance to be among the N hghest maxma, so the flm s dffcult for the system. The case-level mass canddate count value can be obtaned by the summaton of flmlevel mass canddate counts. The average mass canddate count of the BI- RADS densty classes can be seen n Table (based on 57 cases of the DDSM database [6]). 73

5 Table. Average mass canddate count of the BI- RADS densty classes BI-RADS Densty Avg. Mass Canddate Count 6. RESULTS The mass detecton system was tested wth 600 cases (600 4 = 2400 mages) of the DDSM database [6]. 424 cases contaned malgnant masses, 0 cases contaned bengn (but no malgnant) masses, 66 cases contaned no masses. A malgnant case was counted as recognzed f one of the pxel postons returned by the mass detector was nsde the radologst-drawn boundary of a malgnant mass on any mage of the case. An output pxel poston was counted as a false mark (FM) f t was not nsde the radologst-drawn boundary of any (malgnant or bengn) mass. Table 2 shows the performance parameters of the system wthout dffcult case excluson: Table 2. Results of the mass detector MCRR # FMs / Image 90.3 % 5.45 The malgnant case recognton rate (MCRR) s nearly 90 % that s acceptable n tself, but t comes together wth a hgh number of false marks per mage. At ths false mark level the system can be used for ncreasng the accuracy of the examnaton but cannot be used for decreasng the cost by flterng out normal cases. Results wth densty estmaton based dffcult case excluson are summarzed n Table 3: Table 3. Results wth densty estmaton based dffcult case excluson Rejecton Rate MCRR # FMs / Image 8.7 % 90.4 % % 90.6 % % 90.8 % % 90.6 % % 92.9 % 5.45 The false mark level remaned nearly the same. The malgnant case recognton ncreases wth the rejecton rate but a sgnfcant mprovement can be observed only at a very hgh rejecton rate. Table 4 shows the results of mass canddate count based dffcult case excluson: Table 4. Results wth mass canddate count based dffcult case excluson Rejecton Rate MCRR # FMs / Image 4.2 % 90.8 % % 9.3 % % 9.8 % % 9.8 % % 93.9 % 5.36 The false mark level s slghtly reduced. The malgnant case recognton rate ncreases monotoncally wth the rejecton rate. The mass canddate count based flterng provdes a better malgnant case recognton than the densty estmaton based one at the same rejecton rate. The system performs better than ts prevous verson [7] from whch the large the mass detector part was mssng (Table 5). Table 5. Some results of the prevous verson of the system Rejecton Rate MCRR # FMs / Image 0 % 89.6 % % 88.7 % 5.5 (densty est. based flterng) 4.3 % (mass count based flterng) 90.3 % CONCLUSION A mammographc mass detecton system and two algorthms for dffcult case excluson were presented n ths paper. The system uses dfferent methods for small and large mass detecton. The frst dffcult case flterng algorthm s based on tssue densty estmaton, the second one on mass canddate count. The mass detector s fast enough to process each pxel of mammogram n reasonable tme at the resoluton of 400 mcrons. It fnds almost all malgnant masses, but also returns a hgh number of false marks. The malgnant case recognton rate of the mass detector was mproved by flterng out dffcult cases. The mass count based dffcult case flterng proved to be better than the tssue densty estmaton based method. Further mprovements could be acheved by mplementng a complex post-processng for the suspcous spots returned by the fast mass detector, and by comparng the two vews of the same breast. 74

6 8. REFERENCES [] R. Hghnam, M. Brady (Edtors). Mammographc Image Analyss, Kluwer Academc Publshers, 999. [2] S. Lee, P. Chung, C. Chang, C. Lo, T. Lee, G. Hsu, C. Yang. Classfcaton of Clustered Mcrocalcfcatons Usng a Shape Cogntron Neural Network. Neural Networks 6 (2003), pp [3] M. Altrchter, Z. Ludány, G. Horváth. Jont Analyss of Multple Mammographc Vews n CAD Systems for Breast Cancer Detecton. Proceedngs of the 4th Scandnavan Conference on Image Analyss (SCIA2005), Joensuu, Fnland, 2005, pp [4] Amercan College of Radology. Illustrated Breast Imagng Reportng and Data System (BI- RADS) (3rd ed). Reston, VA: Amercan College of Radology, 998. [5] M. D. Heath, K. W. Bowyer. Mass Detecton by Relatve Image Intensty. Proceedngs of the Ffth Internatonal Workshop on Dgtal Mammography (IWDM-2000), Toronto, Canada, 2000, pp [6] M. D. Heath, K. W. Bowyer, D. Kopans. Current status of the Dgtal Database for Screenng Mammography. Dgtal Mammography, Kluwer Academc Publshers, 998, pp [7] G. Takács, B. Patak. Fast Detecton of Mammographc Masses wth Dffcult Case Excluson. Proceedngs of the Thrd IEEE Workshop on Intellgent Data Acquston and Advanced Computng Systems: Technology and Applcatons (IDAACS 2005), Sofa, Bulgara, 2005, pp Gábor Takács, Born n Győr, Hungary, receved M.Sc. degree n techncal nformatcs from the Budapest Unversty of Technology and Economcs n He s currently a Ph.D. student at the Department of Measurement and Informaton Systems, Budapest Unversty of Technology and Economcs. Hs research nterests nclude pattern recognton, machne learnng and medcal mage processng. Béla Patak, Born n Budapest, Hungary, receved M.Sc., Techncal Doctorate and Ph.D. degrees n electrcal engneerng from the Budapest Unversty of Technology and Economcs, n 978, 994 and 997 respectvely. He s an assocate professor at the Department of Measurement and Informaton Systems, Budapest Unversty of Technology and Economcs. Hs current research topcs nclude ntellgent sgnal analyss and processng, medcal mage processng, and decson support systems. 75

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

*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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4.2 Scheduling to Minimize Maximum Lateness

4.2 Scheduling to Minimize Maximum Lateness 4. Schedulng to Mnmze Maxmum Lateness Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts

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

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

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

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

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

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

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

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

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS ELLIOTT PARKER and JEANNE WENDEL * Department of Economcs, Unversty of Nevada, Reno, NV, USA SUMMARY Ths paper examnes the econometrc

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

What Determines Attitude Improvements? Does Religiosity Help?

What Determines Attitude Improvements? Does Religiosity Help? Internatonal Journal of Busness and Socal Scence Vol. 4 No. 9; August 2013 What Determnes Atttude Improvements? Does Relgosty Help? Madhu S. Mohanty Calforna State Unversty-Los Angeles Los Angeles, 5151

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

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

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

Heart Rate Variability Analysis Diagnosing Atrial Fibrillation

Heart Rate Variability Analysis Diagnosing Atrial Fibrillation X-ray PIV Measurements of Velocty Feld of Blood Flows Volume 5, umber 2: 46-52, October 2007 Internatonal Journal of Vascular Bomedcal Engneerng Heart Rate Varablty Analyss Dagnosng Atral Fbrllaton Jnho

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

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

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

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

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

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

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

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

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS Chalcogende Letters Vol. 12, No. 2, February 2015, p. 67-74 EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS R. EL-MALLAWANY a*, M.S. GAAFAR b, N. VEERAIAH c a Physcs Dept.,

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

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

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo Estmaton for Pavement Performance Curve based on Kyoto Model : A Case Study for Kazuya AOKI, PASCO CORPORATION, Yokohama, JAPAN, Emal : kakzo603@pasco.co.jp Octávo de Souza Campos, Publc Servces Regulatory

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

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

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

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

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

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

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015 Incorrect Belefs Overconfdence Econ 1820: Behavoral Economcs Mark Dean Sprng 2015 In objectve EU we assumed that everyone agreed on what the probabltes of dfferent events were In subjectve expected utlty

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

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 by TIANHONG ZHOU B.S., Chna Agrcultural Unversty, 2003 M.S., Chna Agrcultural Unversty, 2006 A THESIS submtted n partal fulfllment of the requrements

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

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

Appendix F: The Grant Impact for SBIR Mills

Appendix F: The Grant Impact for SBIR Mills Appendx F: The Grant Impact for SBIR Mlls Asmallsubsetofthefrmsnmydataapplymorethanonce.Ofthe7,436applcant frms, 71% appled only once, and a further 14% appled twce. Wthn my data, seven companes each submtted

More information

An Introduction to Modern Measurement Theory

An Introduction to Modern Measurement Theory An Introducton to Modern Measurement Theory Ths tutoral was wrtten as an ntroducton to the bascs of tem response theory (IRT) modelng and ts applcatons to health outcomes measurement for the Natonal Cancer

More information

Investigation of zinc oxide thin film by spectroscopic ellipsometry

Investigation of zinc oxide thin film by spectroscopic ellipsometry VNU Journal of Scence, Mathematcs - Physcs 24 (2008) 16-23 Investgaton of znc oxde thn flm by spectroscopc ellpsometry Nguyen Nang Dnh 1, Tran Quang Trung 2, Le Khac Bnh 2, Nguyen Dang Khoa 2, Vo Th Ma

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

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

Recent Trends in U.S. Breast Cancer Incidence, Survival, and Mortality Rates

Recent Trends in U.S. Breast Cancer Incidence, Survival, and Mortality Rates Recent Trends n U.S. Breast Cancer Incdence, Survval, and Mortalty Rates Kenneth C. Chu, Robert E. Tarone, Larry G. Kessler, Lynn A. G. Res, Benjamn F. Hankey, Banj A. Mller, Brenda K. Edwards* Background:

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

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

N-back Training Task Performance: Analysis and Model

N-back Training Task Performance: Analysis and Model N-back Tranng Task Performance: Analyss and Model J. Isaah Harbson (jharb@umd.edu) Center for Advanced Study of Language and Department of Psychology, Unversty of Maryland 7005 52 nd Avenue, College Park,

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

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

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

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

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

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

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

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

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

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

The High way code. the guide to safer, more enjoyable drug use [GHB] Who developed it?

The High way code. the guide to safer, more enjoyable drug use [GHB] Who developed it? The Hgh way code the gude to safer, more enjoyable drug use [] Who developed t? What s t? The frst gude to safer drug use voted for by people who take drugs. How was t was developed? GDS asked loads of

More information

Richard Williams Notre Dame Sociology Meetings of the European Survey Research Association Ljubljana,

Richard Williams Notre Dame Sociology   Meetings of the European Survey Research Association Ljubljana, Rchard Wllams Notre Dame Socology rwllam@nd.edu http://www.nd.edu/~rwllam Meetngs of the European Survey Research Assocaton Ljubljana, Slovena July 19, 2013 Comparng Logt and Probt Coeffcents across groups

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

Michael Dorman Department of Speech and Hearing Science, Arizona State University, Tempe, Arizona 85287

Michael Dorman Department of Speech and Hearing Science, Arizona State University, Tempe, Arizona 85287 Speech recognton by normal-hearng and cochlear mplant lsteners as a functon of ntensty resoluton Phlpos C. Lozou a) Department of Electrcal Engneerng, Unversty of Texas at Dallas, Rchardson, Texas 75083-0688

More information

Arithmetic Average: Sum of all precipitation values divided by the number of stations 1 n

Arithmetic Average: Sum of all precipitation values divided by the number of stations 1 n Char of ssgnment Suggested soluton PRCIPITTION Task (Charactersaton of the study area) rea: 43.3 km 2 Rver length: 0.296 km Hghest pont: 346 m a.s.l. Lowest pont (staton elevaton): 668 m a.s.l. Domnant

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

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov Genomcs Research Unt BIOSTATISTICS Lecture 1 Data Presentaton and Descrptve Statstcs dr. Petr Nazarov 3-03-2017 petr.nazarov@lh.lu COURSE OVERVIEW Organzaton: 60h = 12 days Theoretcal course (30h) Theory

More information

Studies In Blood Preservation

Studies In Blood Preservation Howard Unversty Dgtal Howard @ Howard Unversty Faculty Reprnts 12-1-1939 Studes In Blood Preservaton Charles R. Drew Follow ths and addtonal works at: http://dh.howard.edu/reprnts Part of the Medcne and

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

National Polyp Study data: evidence for regression of adenomas

National Polyp Study data: evidence for regression of adenomas 5 Natonal Polyp Study data: evdence for regresson of adenomas 78 Chapter 5 Abstract Objectves The data of the Natonal Polyp Study, a large longtudnal study on survellance of adenoma patents, s used for

More information