Research Article Volume 6 Issue No. 3

Size: px
Start display at page:

Download "Research Article Volume 6 Issue No. 3"

Transcription

1 DOI / ISSN IJESC Research Article Volume 6 Issue No. 3 Detection of Pulmonary Nodules in Thoracic CT Images Using A HVQ Scheme N. Bala Sundara Ganapathy 1, B.Naresh Kumar 2, K.Prabhakaran 3, S.Praveeen 4, P.Jayaseelan 5 Assistant Professor 1 2, 3, 4, UG Scholar Department of IT Panimalar Engineering College, Chennai, India bornnaresh@gmail.com 2 Abstract: Computer-aided detection (CADe) of pulmonary nodules is critical to assisting radiologists in early identification lung cancer from computed tomography (CT) scans. This paper proposes a novel CADe system based on a hierarchical vector quantization (VQ) scheme. Compared with the commonly-used simple thresholding approach, the high-level VQ yields a more accurate segmentation of the lungs from the chest volume. In identifying initial nodule candidates (INCs) within the lungs, the low-level VQ proves to be effective for INCs detection and segmentation, as well as computationally efficient compared to existing approaches. The proposed system was validated on 205 patient cases from the publically available online Lung Image Database Consortium database, with each case having at least one juxta-pleural nodule annotation. Experimental results demonstrated that our CADe system obtained an overall sensitivity of 82.7% at a specificity of 4 FPs/scan. Especially for the Performance on juxtapleural nodules, we observed 89.2% sensitivity at 4.14 FPs/scan. With respect to comparable CADe systems, the proposed system shows outperformance and demonstrates its potential for fast and adaptive detection of pulmonary nodules via CT imaging. Index Terms: Computer-aided detection (CADe), computed tomography(ct) imaging, false positive (FP) reduction, lung nodules, vector quantization (VQ). I. INTRODUCTION According to the up-to-date statistics from the American Cancer Society [1], lung cancer is the leading cause of cancer-related deaths with over deaths estimated for the United States alone in 2013, and the overall five-year survival rate for lung cancer is merely 16%. The survival rate increases to 52% if it is localized, and decreases to 4% if it has metastasized. Detection of pulmonary nodules has a crucial effect on the diagnosis of lung cancer, but the detection is a nontrivial task, not only because the appearance of pulmonary nodules varies in a wide range, but also because nodule densities have low contrast against adjacent vessel segments and other lung tissues. Computed tomography (CT) has been shown as the most popular imaging modality for nodule detection, because it has the ability to provide reliable image textures for the detection of small nodules. The development of lung nodule CADe systems using CT imaging modality has made good progress over the past decade. Generally, such CADe systems consist of three stages: 1) image preprocessing, 2) initial nodule candidates (INCs) identification, and 3) false positive (FP) reduction of the INCs with preservation of the true positives (TPs). II. METHODS This section will provide details of the proposed CADe system for lung nodules. The top-level block diagram of the proposed CADe system is depicted in Fig. 1. In the preprocessor block, the chest volume is extracted from the field-of-view of the image volume by simple thresholding (where the outside of the chest volume does not have anatomical structures). In the detector block, the two lungs are first separated from their surrounding anatomical structures via high level VQ and a connected component analysis. A. Self-Adaptive VQ Algorithm for Image Segmentation VQ was originally used for data compression in signal processing, and became popular in a variety of research fields such as speech recognition, face detection, image compression and classification, and image segmentation.. The general VQ framework evolves two processes: 1) the training process which determines the set of codebook vector according to the probability of the input data; and 2) the encoding process which assigns input vectors to the codebook vectors. The proposed VQ-based image segmentation algorithm is outlined as follows: 1) Perform PCA to obtain the K L transformation matrix for the target VOI, determine the reduced dimension P for the local intensity vector space, and calculate the K L transformed local intensity vector ωi = {ωi1, ωi2,..., ωip} for each voxel i = 1,..., I. International Journal of Engineering Science and Computing, March

2 2) Set the classification threshold T as the maximum PC variance, and set a value for the maximum class number K based on prior anatomical knowledge. 3) i = 1, set the first voxel label v1 = 1, its local intensity vector ω1 as the representative vector c1 for the first class, n1 = 1 as the number of voxels belonging to class 1, and K_ = 1 as the current number of classes. 4) i = i + 1, calculate the squared Euclidean distance d(ωi, ck ) between the local intensity vector ωi of thecurrent voxel and the representative vector ck for each existing class k = 1,..., K_. 5) Let d(ωi, cm) = min1 k K_{d(ωi, ck )}, if d(ωi, cm) <T or K_ = K, the label for the ith voxel is vi = m. cm is updated by cm = (nm cm + ωi)/(nm + 1), and nm = nm + 1.Otherwise, a newclassk_ = K_ + 1is generated with representative vector ck_ = ωi, and the current voxel is labeled as vi = K_ s.t. K_ <= K. 6) Repeat from step 4) until i = I to complete a whole scan. 7) If K_ < K, repeat steps 1) to 6) for another whole scan while setting the classification threshold T to be the variance of the second or higher-order PC until reaching the desired number of tissue types K_ = K. In this paper, we mainly focus on demonstrating the merits of VQ in the detection of INCs, from where a novel CADe system is proposed to efficiently detect pulmonary nodules. The proposed hierarchical VQ scheme is detailed below. B. INCs Detection via a Hierarchical VQ Scheme A very important but difficult task in the CADe of lung nodules is the detection of INCs, which aims to search for suspicious 3-D objects as nodule candidates using specific strategies. This step is required to be characterized by a sensitivity that is as close to 100% as possible, in order to avoid setting a priori upper bound on the CADe system performance. Meanwhile, the INCs should minimize the number of FPs to ease the following P reduction step. This section presents our hierarchical VQ scheme for automatic detection and segmentation of INCs. 1. Lung Segmentation by High Level VQ: First of all, since the chest CT images in the LIDC database were acquired under different scanning protocols, a standardization of CT intensities was carried out to preprocess our target datasets. Then by imposing n empirical threshold of 500 hounsfield unit (HU) on the entire CT scan, we could separate the chest body volume from the surrounding materials, such as air, fastening belts, CT bed, and other background materials. n order to ensure nodule detection being performed within the lung volume, the segmentation of lungs from the body volume is desired. Fig. 3 shows the histogram plot of the intensity of chest body volume from a typical lung CT scan, where we observe a clear separation of two major classes (i.e., the air tissue and other dense body tissue). The proposed high level VQ scheme can avoid this failure on lung segmentation, as shown by the rectangular regions marked in Fig. 4. Comparison of simple thresholding and VQ for lung segmentation. Panel (a) shows a raw CT image with dense pathologies on the left lung lobe. Panel (b) illustrates the lung mask obtained by simple thresholding, and panel (c) is the lung mask obtained by the two-class high level VQ, which is robust to intensity inhomogeneity. 2.INCs Detection by Low Level VQ: After extraction of the lungs from the entire chest volume, the low level VQ aims to simultaneously detect and segment nodules within the much smaller VOI the lung volume. Hereby, low level also indicates the operation of VQ with a more diversified classification compared to the high level VQ. In contrast to the high-level operation, the low-level classification becomes more challenging when it comes to the determination of an appropriate value for the maximum class number K The overall flowchart of the proposed hierarchical VQ scheme for INCs detection is illustrated through Fig. 5. International Journal of Engineering Science and Computing, March

3 curve, we can obtain the classification sensitivity and specificity, which are defined as follows Sensitivity = TP/TP + FN Specificity =TN/TN + FP Here TP, FN, TN, and FP denote the number of true positives, false negatives, true negatives, and false positives, respectively. RESULTS The proposed CADe system was validated on a subset of the largest publicly available database LIDC IDRI. The LIDC IDRI images were collected under different scanner manufacturers, variable spatial resolution and different X- ray imaging parameters (e.g., slice thicknesses: mm; in-plane pixel size: mm; total slice number: slices; tube peak potential energies: kv; and tube current: ma).. Therefore, a total of 205 chest CT scans in the LIDC database were utilized to evaluate the previously presented CADe system. Fig. 5. Flowchart of the proposed hierarchical VQ scheme for INCs detection B.False Positive Reduction from INCs 1) Rule-Based Filtering Operations: It is challenging to thoroughly separate nodules from attached structures due to their similar intensities, especially for the juxta-vascular nodules (the nodules attached to blood vessels). For the INCs obtained at each opening level, obvious FPs are first filtered out using the size rule on volume-equivalent diameter, which is calculated by R1 = [(INC voxels voxel volume)/(4π/3)] (1/3). (3) Because blood vessels are elongated in shape, we also establish the elongation rule to exclude vessel-like structures with large elongation values. And the elongation in 3-D space is defined by Fig. 6 These nodules were annotated with an agreement level of as low as one (i.e., each nodule was annotated by at least one out of the four radiologists). A. Evaluation of the PCA for Feature Extraction The purpose of local intensity feature extraction is to retain the major image information for reducing the computational burden. R2 = max(dx, dy, dz)/min(dx, dy, dz). (4) In addition, because pulmonary nodules are usually compact in shape, we define the following compactness rule: R3 = (dx dy dz)/ _[max(dx, dy, dz)] 3_. (5) In (4) and (5), dx, dy, and dz are the maximal projection lengths (in mm) of an INC object along X, Y, and Z axes, respectively. Rules defined in (3) (5) together can capture the major shape characteristics of pulmonary nodules. In this study, the threshold values for R1, R2, and R3 were determined experimentally. Given the true nodule (or TP) annotations in the studied dataset, we can compute the aforementioned three shape features for each true nodule. R1 < 3.0 _R1 > 30.0 _R2 > 3.0 _R3 < 0.1. (6) 2) Feature-Based SVM Classification: A supervised learning strategy is carried out using the SVM classifier to further reduce FPs.. Both 2-D and 3-D features are extracted for the first three groups of features.by searching the optimal operating point on the averaged ROC Fig. 7 shows an example of one original lung CT image and the corresponding three-component images in the K L domain selected by PCA, with a decreasing order of significance. It is clear that the first three PCs represent the dominant information. International Journal of Engineering Science and Computing, March

4 B. INCs Detection and Rule-Based Filtering Performance For INCs detection, all of the 490 nodules from the 205 chest CT scans were detected by the proposed hierarchical VQ approach. Hence, the sensitivity is 100%, and the number of FPs at this prescreening stage is about 1526 per scan. The subsequent rule-based filtering operations preserved 475 of the nodules detected by VQ and brought the overall detection sensitivity to 96.9%. But the average number of FPs was significantly reduced from 1526 to per scan, which corresponds to a FP reduction rate of more than ten times. Three examples showing the performance of hierarchical INCs detection followed by rule-based filtering operation are illustrated through D. Performance on Detection of Juxta-Pleural Nodules In particular, we further conducted an experiment to examine the performance of our CADe system to the detection of juxtapleural nodules, where the SVM classification was exclusively applied on the juxta-pleural INCs. Technically, the corrected lung mask for each scan is firstly eroded by five layers, and any INC with at least one voxel outside this eroded mask will be treated as a juxtapleural candidate. Each fold consisted of 158 true nodules and 5512 FPs. This random cross-validation process was also repeated for 50 times to generate a series of AUC and ROC results. Fig. 10. Averaged ROC curves of the step-wise selected features for the SVM classification of juxta-pleural nodule candidates. Fig. 8. Examples on the performance of INCs detection and rule-based filtering operations. From top to bottom row: chest CT image; high-level VQ outcome; border-corrected lung mask; low-level VQ segmentation result; INCs after VQ; INCs after rule-based filtering. C. Performance of FP Reduction by SVM Classification After rule-based pruning of the obvious FPs, we further reduced the FPs via feature-based SVM classification. Twofold cross validation was used to estimate the generalization capabilities of the SVM classifier. This two-fold cross validation was repeated for 50 times to generate the averaged SVM classification result. E. Comparison with Existing Methods: We compared the detection accuracy and speed of our CADe system with those of existing systems that also evaluated the LIDC IDRI database. We selected five CADe systems that showed detection capability or reported detection speed. DISCUSSIONS Since LIDC IDRI images were collected from several different institutions, the evaluation of such databases was much more challenging than evaluation on images acquired from a single institution. Another challenge to the capability of our CADe system is to deal with juxta-pleural datasets. This is clinically valuable in the sense that the detection of small nodules is crucial to detecting lung cancer at early stages. Besides the substantial presence of small nodules, the consideration of nodules with low agreement level also places a challenge to the detection power of our CADe system. Fig. 9. Averaged ROC curves showing the SVM classifier performance as a function of the step-wise selected features. Fig. 11. Examples of juxta-pleural nodules that were missed by 2-D closing operation but recovered by 3-D closing operation. International Journal of Engineering Science and Computing, March

5 III. CONCLUSION In this paper, a novel CADe system was proposed for fast and adaptive detection of pulmonary nodules in chest CT scans. Based on our previous work of self-adaptive online VQ for image segmentation, we developed a hierarchical VQ scheme for INCs detection. The outcome from our CADe system, with an overall sensitivity of 89.2% at a specificity level f 4.14 FPs per scan, is promising for tackling this challenging detection task. In a nutshell, the proposed hierarchical INCs detection approach is fast, adaptive, and fully automatic. The presented CADe system yields comparable detection accuracy and more computational efficiency than existing systems, which demonstrates the feasibility of our CADe system for clinicalutility. [8] S. Ukil and J. M. Reinhardt, Anatomy-guided lung lobe segmentation in X-ray CT images, IEEE Trans. Med. Imag., vol. 28, no. 2, pp , Feb [9] I. Sluimer,M. Prokop, and B. van Ginneken, Toward automated segmentation of the pathological lung in CT, IEEE Trans. Med. Imag., vol. 24, no. 8, pp , Aug [10] E. M. van Rikxoort, B. de Hoop, M. A. Viergever, M. Prokop, and B. van Ginneken, Automatic lung segmentation from thoracic computed tomography scans using a hybrid approach with error detection, Med. Phys., vol. 36, no. 7, pp , REFERENCES [1] R. Siegel, D. Naishadham, and A. Jemal, Cancer statistics, CA Cancer J. Clin., vol. 63, pp , [2] C. I. Henschke, D. I. McCauley, D. F. Yankelevitz, D. P. Naidich,G. McGuinness, O. S. Miettinen, D. M. Libby, M. W. Pasmantier, J. Koizumi, N. K. Altorki, and J. P. Smith, Early lung cancer action project: Overall design and findings from baseline screening, Lancet, vol. 354, no. 9173, pp , [3] A. El-Baz and J. Suri, Lung Imaging and Computer Aided Diagnosis.Boca Raton, FL, USA: CRC Press, [4] H. MacMahon, J. H. M. Austin, G. Gamsu, C. J. Herold, J. R. Jett,D. P. Naidich, E. F. Patz, and S. J. Swensen, Guidelines for management of small pulmonary nodules detected on CT scans: A statement from the Fleischner society, Radiology, vol. 237, no. 2, pp , [5] B. Van Ginneken, S. G. Armato 3rd, B. de Hoop, S. van Amelsvoort-van de Vorst, T. Duindam, M. Niemeijer, K. Murphy,A. Schilham, A. Retico, M. E. Fantacci, N. Camarlinghi, F. Bagagli, I. Gori, T. Hara, H. Fujita, G. Gargano, R. Bellotti, S. Tangaro, L. Bola nos, F. De Carlo, P. Cerello, S. Cristian Cheran, E. Lopez Torres, M. Prokop, Comparing and combining algorithms for computer-aided detection of pulmonary nodules in computed tomography scans: The ANODE09 study, Med. Image Anal., vol. 14, no. 6, pp , [6] A. El-Baz, G. M. Beache, G. Gimel farb, K. Suzuki, K. Okada, A. Elnakib, A. Soliman, and B. Abdollahi, Computer-aided diagnosis systems for lung cancer: Challenges and methodologies, Int. J. Biomed. Imag., vol. 2013, pp. 1 46, [7] J. Pu, J. K. Leader, B. Zheng, F. Knollmann, C. Fuhrman, F. C. Sciurba, and D. Gur, A computational geometry approach to automated pulmonary fissure segmentation in CT examinations, IEEE Trans. Med. Imag., vol. 28, no. 5, pp , May International Journal of Engineering Science and Computing, March

This is a repository copy of Fully automatic and accurate detection of lung nodules in CT images using a hybrid feature set..

This is a repository copy of Fully automatic and accurate detection of lung nodules in CT images using a hybrid feature set.. This is a repository copy of Fully automatic and accurate detection of lung nodules in CT images using a hybrid feature set.. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/115106/

More information

Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance?

Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance? Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance? Computer-aided detection (CAD) systems for pulmonary nodule identification in CT images can represent

More information

Deakin Research Online

Deakin Research Online Deakin Research Online This is the published version: Kouzani, A., Lee, S. L. A. and Hu, E. J. 2008, Lung nodules detection by ensemble classification, in SMC 2008: Proceedings of 2008 IEEE International

More information

arxiv: v3 [cs.cv] 29 Aug 2017

arxiv: v3 [cs.cv] 29 Aug 2017 Accurate Pulmonary Nodule Detection in Computed Tomography Images Using Deep Convolutional Neural Networks arxiv:1706.04303v3 [cs.cv] 29 Aug 2017 Jia Ding, Aoxue Li, Zhiqiang Hu and Liwei Wang School of

More information

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Onur Ozdemir, Benjamin Woodward, Andrew A. Berlin Draper {oozdemir,bwoodward,aberlin}@draper.com

More information

International Conference on Computing, Communication System and Informatics Management ( ICCCSIM )

International Conference on Computing, Communication System and Informatics Management ( ICCCSIM ) Segmentation of Computer Tomography Lung Images using Contextual Clustering Z.Faizal khan, Research Scholar, Anna University of Tehnology Tirunelveli, India Email: faizalkhan_111@yahoo.co.in Dr.V.Kavitha

More information

Lung Nodule Classification Using Deep Features in CT Images

Lung Nodule Classification Using Deep Features in CT Images Lung Nodule Classification Using Deep Features in CT Images Devinder Kumar Systems Design Engineering University of Waterloo Waterloo,Canada Email: devinder.kumar@uwaterloo.ca Alexander Wong Systems Design

More information

Using Deep Learning for Pulmonary Nodule Detection & Diagnosis

Using Deep Learning for Pulmonary Nodule Detection & Diagnosis Using Deep Learning for Pulmonary Nodule Detection & Diagnosis Abstract This study uses a revolutionary image recognition algorithm, deep learning, for detection of malignant pulmonary nodules. Deep learning

More information

Pulmonary Nodule Classification Aided by Clustering

Pulmonary Nodule Classification Aided by Clustering Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Pulmonary Nodule Classification Aided by Clustering S.L.A. Lee, A.Z. Kouzani,

More information

Integrated Atlas Based Localisation Features in Lungs Images

Integrated Atlas Based Localisation Features in Lungs Images RESEARCH ARTICLE Integrated Atlas Based Localisation Features in Lungs Images Mr.N.Bensingh, PG Student, Department of Computer Science and Engineering MNSK Engineering College, Pudukottai District, India.

More information

A Study on Biomedical image Classification using Data Mining Methods

A Study on Biomedical image Classification using Data Mining Methods A Study on Biomedical image Classification using Data Mining P. Thamilselvan 1, Dr. J. G. R. Sathiaseelan 2 1 Research Scholar, Department of Computer Science, Bishop Heber College (Autonomous) Tiruchirappalli,

More information

Support vector machines for candidate nodules classification

Support vector machines for candidate nodules classification Neurocomputing 68 (2005) 281 288 www.elsevier.com/locate/neucom Letters Support vector machines for candidate nodules classification Paola Campadelli, Elena Casiraghi, Giorgio Valentini DSI Dipartimento

More information

Analysis of Lung Nodule and Classification based on SVM Classifier and Fuzzy C-Means Clustering for Effective Segmentation Smriti kushwaha

Analysis of Lung Nodule and Classification based on SVM Classifier and Fuzzy C-Means Clustering for Effective Segmentation Smriti kushwaha Analysis of Lung Nodule and Classification based on SVM Classifier and Fuzzy C-Means Clustering for Effective Segmentation Smriti kushwaha Department of Electronics and Communication Engineering B.S.Abdur

More information

Lung-Deep: A Computerized Tool for Detection of Lung Nodule Patterns using Deep Learning Algorithms

Lung-Deep: A Computerized Tool for Detection of Lung Nodule Patterns using Deep Learning Algorithms Lung-Deep: A Computerized Tool for Detection of Lung Nodule Patterns using Deep Learning Algorithms Detection of Lung Nodules Patterns Qaisar Abbas College of Computer and Information Sciences, Al Imam

More information

Automatic 3D pulmonary nodule detection in CT images: a survey

Automatic 3D pulmonary nodule detection in CT images: a survey Automatic 3D pulmonary nodule detection in CT images: a survey Igor Rafael S. Valente a,b, Paulo César Cortez b, Edson Cavalcanti Neto b, José Marques Soares b, Victor Hugo C. de Albuquerque c, João Manuel

More information

40TH ANNUAL MEETING. CTA Dose Reduction: Special Considerations in Children. Jeffrey C. Hellinger, MD FACC. October 13 16, 2012 Pasadena, CA

40TH ANNUAL MEETING. CTA Dose Reduction: Special Considerations in Children. Jeffrey C. Hellinger, MD FACC. October 13 16, 2012 Pasadena, CA 40TH ANNUAL MEETING October 13 16, 2012 Pasadena, CA CTA Dose Reduction: Special Considerations in Children Jeffrey C. Hellinger, MD FACC New York Cardiovascular Institute Lenox Hill Radiology and Medical

More information

3DCNN for False Positive Reduction in Lung Nodule Detection

3DCNN for False Positive Reduction in Lung Nodule Detection 3DCNN for False Positive Reduction in Lung Nodule Detection Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

Clarity CT Technology

Clarity CT Technology Clarity CT Technology WHITE PAPER January 2013 Using state of the art algorithms Sapheneia Clarity CT allows physicians to lower radiation dose when acquiring CT data while maintaining image quality. The

More information

Precision in Quantitative Imaging: Trial Development and Quality Assurance

Precision in Quantitative Imaging: Trial Development and Quality Assurance Precision in Quantitative Imaging: Trial Development and Quality Assurance Susanna I Lee MD, PhD Thanks to: Mitchell Schnall, Mark Rosen. Dan Sullivan, Patrick Bossuyt Imaging Chain: Patient Data Raw data

More information

Computer-aided diagnostic scheme for the detection of lung nodules on chest radiographs: Localized search method based on anatomical classification

Computer-aided diagnostic scheme for the detection of lung nodules on chest radiographs: Localized search method based on anatomical classification Computer-aided diagnostic scheme for the detection of lung nodules on chest radiographs: Localized search method based on anatomical classification Junji Shiraishi, a Qiang Li, Kenji Suzuki, Roger Engelmann,

More information

Automatic detection of plasmonic nanoparticles in tissue sections

Automatic detection of plasmonic nanoparticles in tissue sections Automatic detection of plasmonic nanoparticles in tissue sections Dor Shaviv and Orly Liba 1. Introduction Plasmonic nanoparticles, such as gold nanorods, are gaining popularity in both medical imaging

More information

Research Article Improving Accuracy of Lung Nodule Classification Using Deep Learning with Focal Loss

Research Article Improving Accuracy of Lung Nodule Classification Using Deep Learning with Focal Loss Journal of Healthcare Engineering Volume 2019, Article ID 5156416, 9 pages https://doi.org/10.1155/2019/5156416 Research Article Improving Accuracy of Lung Nodule Classification Using Deep Learning with

More information

Enhanced Cost Sensitive Boosting Network for Software Defect Prediction

Enhanced Cost Sensitive Boosting Network for Software Defect Prediction Enhanced Cost Sensitive Boosting Network for Software Defect Prediction Sreelekshmy. P M.Tech, Department of Computer Science and Engineering, Lourdes Matha College of Science & Technology, Kerala,India

More information

Identifying Morphological Markers for Differential Diagnosis of Liver Lesion 1. Introduction 2. Methods 2.1 Dataset

Identifying Morphological Markers for Differential Diagnosis of Liver Lesion 1. Introduction 2. Methods 2.1 Dataset Identifying Morphological Markers for Differential Diagnosis of Liver Lesion Francisco Gimenez, Ting Liu, Yi Liu Biomedical Informatics, Stanford University 1. Introduction Liver lesions stem from a variety

More information

BioMedical Engineering OnLine 2014, 13:41

BioMedical Engineering OnLine 2014, 13:41 BioMedical Engineering OnLine This Provisional PDF corresponds to the article as it appeared upon acceptance. Fully formatted PDF and full text (HTML) versions will be made available soon. Computer-Aided

More information

3DCNN for Lung Nodule Detection And False Positive Reduction

3DCNN for Lung Nodule Detection And False Positive Reduction 3DCNN for Lung Nodule Detection And False Positive Reduction Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

A Method for Enhancing Dot-like Regions in Chest X-rays Based on Directional Scale LoG Filter

A Method for Enhancing Dot-like Regions in Chest X-rays Based on Directional Scale LoG Filter Journal of Information & Computational Science 7: 8 (2010) 1689 1696 Available at http://www.joics.com A Method for Enhancing Dot-like Regions in Chest X-rays Based on Directional Scale LoG Filter Zhenghao

More information

arxiv: v1 [cs.cv] 8 Jan 2018

arxiv: v1 [cs.cv] 8 Jan 2018 SYNTHETIC DATA AUGMENTATION USING GAN FOR IMPROVED LIVER LESION CLASSIFICATION Maayan Frid-Adar 1 Eyal Klang 2 Michal Amitai 2 Jacob Goldberger 3 Hayit Greenspan 1 1 Department of Biomedical Engineering,

More information

Progress Towards an International Image Quality Monitoring Framework for Quantitative Imaging

Progress Towards an International Image Quality Monitoring Framework for Quantitative Imaging Progress Towards an International Image Quality Monitoring Framework for Quantitative Imaging Ricardo S. Avila rick.avila@accumetra.com October 2, 2017 Quantitative Imaging Workshop XIV Hubble Space Telescope

More information

Churn Prediction Model Using Linear Discriminant Analysis (LDA)

Churn Prediction Model Using Linear Discriminant Analysis (LDA) IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. IV (Sep. - Oct. 2016), PP 86-93 www.iosrjournals.org Churn Prediction Model Using Linear Discriminant

More information

AAPM Scientific Meeting Imaging Symposium. State of the Art in Quantitative Imaging CT, PET and MRI. Which Imaging Modality is the Most Quantitative

AAPM Scientific Meeting Imaging Symposium. State of the Art in Quantitative Imaging CT, PET and MRI. Which Imaging Modality is the Most Quantitative AAPM Scientific Meeting Imaging Symposium State of the Art in Quantitative Imaging CT, PET and MRI Michael McNitt-Gray, PhD, FAAPM; UCLA Paul Kinahan, PhD, U. Washington Ed Jackson, PhD, FAAPM, UT-MD Anderson

More information

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 20, NO. 7, JULY

IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 20, NO. 7, JULY IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 20, NO. 7, JULY 2001 595 Automated Detection of Pulmonary Nodules in Helical CT Images Based on an Improved Template-Matching Technique Yongbum Lee*, Takeshi

More information

Study of Image Quality, Radiation Dose and Low Contrast Resolution from MSCT Head by Using Low Tube Voltage

Study of Image Quality, Radiation Dose and Low Contrast Resolution from MSCT Head by Using Low Tube Voltage Journal of Physics: Conference Series PAPER OPEN ACCESS Study of Image Quality, Radiation Dose and Low Contrast Resolution from MSCT Head by Using Low Tube Voltage To cite this article: Jumriah et al 2018

More information

A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM

A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM Priyanka.V 1 Margarat.M 2 1 Student, Department of ECE, IFET College of Engineering,

More information

A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET

A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET 1 J.JEYACHIDRA, M.PUNITHAVALLI, 1 Research Scholar, Department of Computer Science and Applications,

More information

Towards Practical Problems in Deep Learning for Radiology Image Analysis

Towards Practical Problems in Deep Learning for Radiology Image Analysis Towards Practical Problems in Deep Learning for Radiology Image Analysis Quanzheng Li, Xiang Li, James H.Thrall Center for Clinical Data Science Department of Radiology Massachusetts General Hospital,

More information

Automatic Segmentation of Fluid-Associated Abnormalities and Pigment Epithelial Detachment in Retinal SD-OCT Images

Automatic Segmentation of Fluid-Associated Abnormalities and Pigment Epithelial Detachment in Retinal SD-OCT Images Automatic Segmentation of Fluid-Associated Abnormalities and Pigment Epithelial Detachment in Retinal SD-OCT Images Qiang CHEN, Zexuan JI, Tao WANG, Yuzhu TAND, Chenchen YU, Okuwobi Idowu PAUL and Loza

More information

Detection and Attention: Diagnosing Pulmonary Lung Cancer from CT by Imitating Physicians

Detection and Attention: Diagnosing Pulmonary Lung Cancer from CT by Imitating Physicians Detection and Attention: Diagnosing Pulmonary Lung Cancer from CT by Imitating Physicians Ning Li*, Haopeng Liu*, Bin Qiu, Wei Guo, Shijun Zhao, Kungang Li, Jie He Abstract This paper proposes a novel

More information

Kalyani. G. Kohale & Mahesh. S. Pawar

Kalyani. G. Kohale & Mahesh. S. Pawar Segmentation of Lungs Lobes and Distinction between Bening and Malignant Nodules by Use of Massive Training Artificial Neural Network for Surgical Preplanning Kalyani. G. Kohale & Mahesh. S. Pawar Electronics

More information

Trusted Performance. Smart Investment. 80 detector row Ultra Helical CT

Trusted Performance. Smart Investment. 80 detector row Ultra Helical CT TM Trusted Performance. Smart Investment. 80 detector row Ultra Helical CT 2 High performance, highly economical Increased productivity and patient safety Maximum clinical capabilities Are you looking

More information

Computed tomography. High. performance. no trade-offs. Philips Ingenuity CT family

Computed tomography. High. performance. no trade-offs. Philips Ingenuity CT family Computed tomography High performance no trade-offs Philips Ingenuity CT family Keeping you ahead Until now, CT scanning has too often been about trade-offs. You ve been forced to choose between high image

More information

Comparison of quantitative methods for the assessment of interstitial lung disease in MDCT

Comparison of quantitative methods for the assessment of interstitial lung disease in MDCT Comparison of quantitative methods for the assessment of interstitial lung disease in MDCT Award: Certificate of Merit Poster No.: C-0140 Congress: ECR 2014 Type: Scientific Exhibit Authors: N. Papapanagiotou,

More information

Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets

Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets Giovanni Palma 1,2, Isabelle Bloch 2, and Serge Muller 1 1 GE Healthcare, 283 rue de la minière 78530

More information

TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES. Heba Rammal and Ahmed Emam, PhD. etelemed 2018 Rome, ITALY

TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES. Heba Rammal and Ahmed Emam, PhD. etelemed 2018 Rome, ITALY TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES Heba Rammal and Ahmed Emam, PhD etelemed 2018 Rome, ITALY 1 AGENDA Introduction Survey study on HF current work. Proposed architecture.

More information

QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening

QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening QIBA Profile: Small Lung Nodule Assessment in CT Screening Profile - 2017 1 2 3 4 5 6 QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening 7 8 Stage: Publicly Reviewed

More information

Computer-aided diagnostic for interstitial lung diseases in HRCT: the TALISMAN project

Computer-aided diagnostic for interstitial lung diseases in HRCT: the TALISMAN project Computer-aided diagnostic for interstitial lung diseases in HRCT: the TALISMAN project Adrien Depeursinge a, Jimison Iavindrasana a, Herizo Andriambololoniaina a, Pierre- Alexandre Poletti b, Alexandra

More information

Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding

Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding Lei Bi, Jinman Kim, Member, IEEE, Lingfeng Wen, Member, IEEE and David Dagan Feng, Fellow, IEEE Abstract

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

Quantitative biomarker for clinical decision making

Quantitative biomarker for clinical decision making Deep imaging Quantitative biomarker for clinical decision making Joerg Aumueller English, October 2017 54% of healthcare leaders see an expanding role of in medical decision support.* * The future of healthcare

More information

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Liu Tao 1, *,Liu Xiuzhen 2 1 Faculty of Biomedical Engineering, The Fourth Military

More information

COMPARATIVE ANALYSIS BETWEEN TWO AUTOMATIC SYSTEMS FOR LUNGS SEGMENTATION AND QUANTIFICATION FROM CT IMAGES OF HEALTHY PERSONS AND PATIENTS WITH COPD

COMPARATIVE ANALYSIS BETWEEN TWO AUTOMATIC SYSTEMS FOR LUNGS SEGMENTATION AND QUANTIFICATION FROM CT IMAGES OF HEALTHY PERSONS AND PATIENTS WITH COPD COMPARATIVE ANALYSIS BETWEEN TWO AUTOMATIC SYSTEMS FOR LUNGS SEGMENTATION AND QUANTIFICATION FROM CT IMAGES OF HEALTHY PERSONS AND PATIENTS WITH COPD John H.S. Felix 1, P.C. Cortez 1, João Manuel R. S.

More information

Analysis of Associative Classification for Prediction of HCV Response to Treatment

Analysis of Associative Classification for Prediction of HCV Response to Treatment International Journal of Computer Applications (975 8887) Analysis of Associative Classification for Prediction of HCV Response to Treatment Enas M.F. El Houby Systems & Information Dept., Engineering

More information

QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening

QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening QIBA Profile: Lung Nodule Assessment in CT Screening Profile - 2017 1 2 3 4 5 6 QIBA Profile: Small Lung Nodule Volume Assessment and Monitoring in Low Dose CT Screening 7 8 Stage: Publicly Reviewed (draft)

More information

Altered Fingerprint Detection Using Scar Feature

Altered Fingerprint Detection Using Scar Feature Altered Fingerprint Detection Using Scar Feature Anoop.T.R 1, Deepak.P 2, Jeevan K.M 3 1 (Assistant Professor, Departmen of ECE, Sree Narayana Gurukulam College of Engineering, Kochi, India E-mail: anooptr234@gmail.com

More information

DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK

DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK IJIPA: 3(1), 2012, pp. 37-42 DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK Chandrika V. *, Parvathi C.S., and P. Bhaskar Department of Instrumentation Technology, Gulbarga University

More information

IEEE TRANSACTIONS ON INFORMATION TECHNOLOGY IN BIOMEDICINE, VOL. 12, NO. 1, JANUARY

IEEE TRANSACTIONS ON INFORMATION TECHNOLOGY IN BIOMEDICINE, VOL. 12, NO. 1, JANUARY IEEE TRANSACTIONS ON INFORMATION TECHNOLOGY IN BIOMEDICINE, VOL. 12, NO. 1, JANUARY 2008 7 3-D Segmentation Algorithm of Small Lung Nodules in Spiral CT Images Stefano Diciotti, Member, IEEE, Giulia Picozzi,

More information

Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies

Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies Summary Advancement in modality technologies has brought benefits to radiology, such as quicker image capture and enhanced image

More information

Advanced digital radiographic system powered by FlashPad.

Advanced digital radiographic system powered by FlashPad. GE Healthcare Discovery XR656 Plus Advanced digital radiographic system powered by FlashPad. Step up to the world of freedom. Discovery* XR656 Plus lets you enjoy productivity and workflow benefits thanks

More information

Low-dose and High-resolution Cardiovascular Imaging with Revolution* CT

Low-dose and High-resolution Cardiovascular Imaging with Revolution* CT GE Healthcare Case study Low-dose and High-resolution Cardiovascular Imaging with Revolution* CT Jean-Louis Sablayrolles, M.D. Laurent Macron, M.D. Jacques Feignoux, M.D. Centre Cardiologique du Nord,

More information

GENESIS Edition. Transforming CT

GENESIS Edition. Transforming CT GENESIS Edition Transforming CT Transforming clinical confidence Transforming patient experience Transforming your workspace GENESIS Edition Transforming CT Brought to you by the leaders in area detector

More information

Bioinformatics : Gene Expression Data Analysis

Bioinformatics : Gene Expression Data Analysis 05.12.03 Bioinformatics : Gene Expression Data Analysis Aidong Zhang Professor Computer Science and Engineering What is Bioinformatics Broad Definition The study of how information technologies are used

More information

Recent clinical advances and applications for medical image segmentation

Recent clinical advances and applications for medical image segmentation Recent clinical advances and applications for medical image segmentation Prof. Leo Joskowicz Lab website: http://www.cs.huji.ac.il/~caslab/site L. Joskowicz, 2011 Key trends in clinical radiology Film/light

More information

MODELING THE EXPERT. An Introduction to Logistic Regression The Analytics Edge

MODELING THE EXPERT. An Introduction to Logistic Regression The Analytics Edge MODELING THE EXPERT An Introduction to Logistic Regression 15.071 The Analytics Edge Ask the Experts! Critical decisions are often made by people with expert knowledge Healthcare Quality Assessment Good

More information

A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm

A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm Mr.A.Deivendran 1, Ms.K.Yemuna Rane M.Sc., M.Phil 2., 1 M.Phil Research Scholar, Dept of Computer Science, Kongunadu Arts and

More information

RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident

RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident Resident s Name: RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident Rotation: PHYS 705: Clinical Rotation 3 Inclusive dates of rotation: Aug. 25, 2015 Feb. 25, 2016 Director or Associate

More information

measurement of 3D resolution. The research studies within these recent abstracts are being prepared for submission to various publications.

measurement of 3D resolution. The research studies within these recent abstracts are being prepared for submission to various publications. This document provides a detailed response from the QIBA CT Small Lung Nodule Profile Task Force (TF) to the concerns raised by Mike McNitt-Gray sent on September 11, 2017. The text in black color below

More information

Feature Selection in Pharmacogenetics

Feature Selection in Pharmacogenetics Feature Selection in Pharmacogenetics Application to Calcium Channel Blockers in Hypertension Treatment IEEE CIS June 2006 Dr. Troy Bremer Prediction Sciences Pharmacogenetics Great potential SNPs (Single

More information

Real-time crop mask production using high-spatial-temporal resolution image times series

Real-time crop mask production using high-spatial-temporal resolution image times series Real-time crop mask production using high-spatial-temporal resolution image times series S.Valero and CESBIO TEAM 1 1 Centre d Etudes Spatiales de la BIOsphre, CESBIO, Toulouse, France Table of Contents

More information

Low Dose, Lightning Speed, Latest Applications

Low Dose, Lightning Speed, Latest Applications RXL EDITION Low Dose, Lightning Speed, Latest Applications The New Standard for Radiology Toshiba Medical Systems is committed to the development of new technologies to minimize radiation dose while maintaining

More information

Fast enough to stop the Capable of delineating Unprecedented imaging power for the. Virtual endoscopy. The gatewa

Fast enough to stop the Capable of delineating Unprecedented imaging power for the. Virtual endoscopy. The gatewa Fast enough to stop the Capable of delineating Unprecedented imaging power for the M U L T I S L I C E Virtual endoscopy The gatewa motion of a beating heart. anatomic structures as small as 0.25mm. earliest,

More information

Measurement of organ dose in abdomen-pelvis CT exam as a function of ma, KV and scanner type by Monte Carlo method

Measurement of organ dose in abdomen-pelvis CT exam as a function of ma, KV and scanner type by Monte Carlo method Iran. J. Radiat. Res., 2004; 1(4): 187-194 Measurement of organ dose in abdomen-pelvis CT exam as a function of ma, KV and scanner type by Monte Carlo method M.R. Ay 1, M. Shahriari 2, S. Sarkar 3, P.

More information

A Comparative Study of Filter-based Feature Ranking Techniques

A Comparative Study of Filter-based Feature Ranking Techniques Western Kentucky University From the SelectedWorks of Dr. Huanjing Wang August, 2010 A Comparative Study of Filter-based Feature Ranking Techniques Huanjing Wang, Western Kentucky University Taghi M. Khoshgoftaar,

More information

Design and Preliminary Clinical Studies of an MRI-Guided Transrectal Prostate Intervention System

Design and Preliminary Clinical Studies of an MRI-Guided Transrectal Prostate Intervention System Design and Preliminary Clinical Studies of an MRI-Guided Transrectal Prostate Intervention System Axel Krieger 1, Peter Guion 2, Csaba Csoma 1, Iulian Iordachita 1, Anurag K. Singh 2,3, Aradhana Kaushal

More information

GENESIS Edition Transforming CT

GENESIS Edition Transforming CT GENESIS Edition Transforming CT 2 Transforming clinical confidence Transforming patient experience Transforming your workspace GENESIS Edition Transforming CT Brought to you by the leaders in area detector

More information

H.I. Farag 1, A.H. Hashish 2, M.M. Mourad 3, M.M.M. El-Nasharty 1

H.I. Farag 1, A.H. Hashish 2, M.M. Mourad 3, M.M.M. El-Nasharty 1 A Novel Technique Evaluating RIA Analyses Of (Total & Free) And IGF-1 With Respect to ROC And Hartz s OI Performance To Avoid Unnecessary Radiation Exposure to Cancer Prostate Patients H.I. Farag 1, A.H.

More information

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 An Evaluation of Two Mammography Segmentation Techniques Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 EE, DCRUST, Murthal, Sonepat, India 1, 3 ECE, Hindu College of Engg., Sonepat, India 2

More information

Ring width detection for industrial purposes - use of CT and discrete scanning technology on fresh roundwood

Ring width detection for industrial purposes - use of CT and discrete scanning technology on fresh roundwood Ring width detection for industrial purposes - use of CT and discrete scanning technology on fresh roundwood F. Brüchert 1, R. Baumgartner 2, U.H. Sauter 3 Forest Research Institute Baden-Württemberg,

More information

Bi-plane correlation imaging for improved detection of lung nodules

Bi-plane correlation imaging for improved detection of lung nodules Bi-plane correlation imaging for improved detection of lung nodules Ehsan Samei 1,2,, David M. Catarious, Jr. 1,2, Alan H. Baydush 1,2, Carey E. Floyd, Jr. 1,2, Rene Vargas-Voracek 1 1 Department of Radiology,

More information

R/F. Experiences Using SONIALVISION safire and the Utility of Tomosynthesis. 1. Introduction. 2. Basics of Tomosynthesis.

R/F. Experiences Using SONIALVISION safire and the Utility of Tomosynthesis. 1. Introduction. 2. Basics of Tomosynthesis. R/F Experiences Using SONIALVISION safire and the Utility of Tomosynthesis Radiology Division, Dokkyo Medical University Koshigaya Hospital Masahiro Nakajima Mr. Masahiro Nakajima 1. Introduction The hospital

More information

CT Guided Electromagnetic Navigational Bronchoscopy

CT Guided Electromagnetic Navigational Bronchoscopy CT Guided Electromagnetic Navigational Bronchoscopy Duke Thoracoscopic Lobectomy Workshop March 21, 2018 Thomas A. D Amico MD Gary Hock Professor of Surgery Chief Thoracic Surgery, Chief Medical Officer

More information

Future bound. Philips Ingenuity Core

Future bound. Philips Ingenuity Core Future bound Philips Ingenuity Core High reliability Low-dose, high-quality imaging and coverage, and the ability to personalize image quality* patient by patient. Expect excellence in routine imaging,

More information

Detection of pulmonary ground glass opacity based on deep learning computer artificial intelligence

Detection of pulmonary ground glass opacity based on deep learning computer artificial intelligence https://doi.org/10.1186/s12938-019-0627-4 BioMedical Engineering OnLine RESEARCH Open Access Detection of pulmonary ground glass opacity based on deep learning computer artificial intelligence Wenjing

More information

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION 6.1 Introduction to automated cell image segmentation The automated detection and segmentation of cell nuclei in Pap smear images is

More information

CALIFORNIA LAW AND RESPONSE + FIVE QUICK LESSONS ON CT DOSE OPTIMIZATION

CALIFORNIA LAW AND RESPONSE + FIVE QUICK LESSONS ON CT DOSE OPTIMIZATION CALIFORNIA LAW AND RESPONSE + FIVE QUICK LESSONS ON CT DOSE OPTIMIZATION John M. Boone, PhD Professor and Vice Chair (Research) of Radiology Professor of Biomedical Engineering Department of Radiology

More information

PROCEEDINGS OF SPIE. Lung deformation between preoperative CT and intraoperative CBCT for thoracoscopic surgery: a case study

PROCEEDINGS OF SPIE. Lung deformation between preoperative CT and intraoperative CBCT for thoracoscopic surgery: a case study PROCEEDINGS OF SPIE SPIEDigitalLibrary.org/conference-proceedings-of-spie Lung deformation between preoperative CT and intraoperative CBCT for thoracoscopic surgery: a case study Pablo Alvarez, Matthieu

More information

Statistical models for supporting medical diagnosis, therapy and training

Statistical models for supporting medical diagnosis, therapy and training Statistical models for supporting medical diagnosis, therapy and training Gábor Székely Computer Vision Laboratory Swiss Federal Institute of Technology Zürich 27 th January 2011 KÉPAF 2011, Szeged 1 of

More information

Fraud Detection for MCC Manipulation

Fraud Detection for MCC Manipulation 2016 International Conference on Informatics, Management Engineering and Industrial Application (IMEIA 2016) ISBN: 978-1-60595-345-8 Fraud Detection for MCC Manipulation Hong-feng CHAI 1, Xin LIU 2, Yan-jun

More information

Title: Genome-Wide Predictions of Transcription Factor Binding Events using Multi- Dimensional Genomic and Epigenomic Features Background

Title: Genome-Wide Predictions of Transcription Factor Binding Events using Multi- Dimensional Genomic and Epigenomic Features Background Title: Genome-Wide Predictions of Transcription Factor Binding Events using Multi- Dimensional Genomic and Epigenomic Features Team members: David Moskowitz and Emily Tsang Background Transcription factors

More information

Efficient Iris Recognition using Relational Measures

Efficient Iris Recognition using Relational Measures Efficient Iris Recognition using Relational Measures Aditya Nigam, Lovish, Amit Bendale and Phalguni Gupta Biometrics Research Group Department of Computer Science and Engineering Indian Institute of Technology,

More information

Applying Artificial Intelligence to Medical Imaging

Applying Artificial Intelligence to Medical Imaging YOUR MEDICAL IMAGING CLOUD EXECUTIVE BRIEF Applying Artificial Intelligence to Medical Imaging Three Techniques to Tap into Artificial Intelligence and Machine Learning from Radiology to Cardiology Executive

More information

2. Materials and Methods

2. Materials and Methods Identification of cancer-relevant Variations in a Novel Human Genome Sequence Robert Bruggner, Amir Ghazvinian 1, & Lekan Wang 1 CS229 Final Report, Fall 2009 1. Introduction Cancer affects people of all

More information

3D Computed Tomography (CT) A Powerful Tool for defects characterization in Aerospace Composite liners

3D Computed Tomography (CT) A Powerful Tool for defects characterization in Aerospace Composite liners 3D Computed Tomography (CT) A Powerful Tool for defects characterization in Aerospace Composite liners More info about this article: http://www.ndt.net/?id=22317 C. Muralidhar, M. P. Subramanian, V. Ravi

More information

NIST Medical Imaging Informatics Activities. Medical Imaging

NIST Medical Imaging Informatics Activities. Medical Imaging NIST Medical Imaging Informatics Activities Ram Sriram Mary Brady Alden Dima Medical Imaging Biomarker Testing Improving Change Analysis in Lung Cancer Statistically Valid and Clinically Meaningful Biomarkers

More information

Optimization of Low-Dose CT Protocol in Pediatric Nuclear Medicine Imaging

Optimization of Low-Dose CT Protocol in Pediatric Nuclear Medicine Imaging Optimization of Low-Dose CT Protocol in Pediatric Nuclear Medicine Imaging Hanna Piwowarska-Bilska 1, Leszek J. Hahn 2, Bozena Birkenfeld 1, Katarzyna Cichon-Bankowska 1, Maria H. Listewnik 1, and Piotr

More information

Online Credit Card Fraudulent Detection Using Data Mining

Online Credit Card Fraudulent Detection Using Data Mining S.Aravindh 1, S.Venkatesan 2 and A.Kumaravel 3 1&2 Department of Computer Science and Engineering, Gojan School of Business and Technology, Chennai - 600 052, Tamil Nadu, India 23 Department of Computer

More information

The FUTURE has ARRIVED NeuViz 128

The FUTURE has ARRIVED NeuViz 128 Contacts Middle East & North Africa No. 705/706, Building 26,Al-Baker Building, Dubai Healthcare City, UAE Tel: +971 4 4404885 North America 14425 Torrey Chase, Suite 100, Houston, TX 77014 Tel: +1 281

More information

Automated system for lung nodules classification based on wavelet feature descriptor and support vector machine

Automated system for lung nodules classification based on wavelet feature descriptor and support vector machine Madero Orozco et al. BioMedical Engineering OnLine (2015) 14:9 DOI 10.1186/s12938-015-0003-y RESEARCH Open Access Automated system for lung nodules classification based on wavelet feature descriptor and

More information

2017 ACR Computed Tomography Quality Control Manual FAQS

2017 ACR Computed Tomography Quality Control Manual FAQS Updated 11-15-2017 2017 ACR Computed Tomography Quality Control Manual FAQS Q. The updated 2017 ACR Computed Tomography Quality Control Manual has been released. (Visit www.acr.org/education/education-catalog.)

More information