Robust Lung Nodule Classification using 2

Slides:



Advertisements
Similar presentations
Patient information extraction in digitized X-ray imagery Hsien-Huang P. Wu Department of Electrical Engineering, National Yunlin University of Science.
Advertisements

The Lung Image Database Consortium (LIDC) Data Collection Process This presentation based on the RSNA 2004 InfoRAD theater presentation titled “The Lung.
ImageNet Classification with Deep Convolutional Neural Networks
66: Priyanka J. Sawant 67: Ayesha A. Upadhyay 75: Sumeet Sukthankar.
A Computer Aided Detection System For Digital Mammograms Based on Radial Basis Functions and Feature Extraction Techniques By Mohammed Jirari Shanghai,
Feature Screening Concept: A greedy feature selection method. Rank features and discard those whose ranking criterions are below the threshold. Problem:
Spatial Pyramid Pooling in Deep Convolutional
Face Processing System Presented by: Harvest Jang Group meeting Fall 2002.
Attention Deficit Hyperactivity Disorder (ADHD) Student Classification Using Genetic Algorithm and Artificial Neural Network S. Yenaeng 1, S. Saelee 2.
Convolutional Neural Networks for Image Processing with Applications in Mobile Robotics By, Sruthi Moola.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
AUTOMATIZATION OF COMPUTED TOMOGRAPHY PATHOLOGY DETECTION Semyon Medvedik Elena Kozakevich.
M5L: servizio di analisi on demand di CT polmonari.
Deep Residual Learning for Image Recognition
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Shadow Detection in Remotely Sensed Images Based on Self-Adaptive Feature Selection Jiahang Liu, Tao Fang, and Deren Li IEEE TRANSACTIONS ON GEOSCIENCE.
Automatic Lung Nodule Detection Using Deep Learning
Automatic Lung Cancer Diagnosis from CT Scans (Week 3)
Deep Residual Learning for Image Recognition
Hybrid Deep Learning for Reflectance Confocal Microscopy Skin Images
Deep Learning for Dual-Energy X-Ray
Learning to Compare Image Patches via Convolutional Neural Networks
Automatic Lung Cancer Diagnosis from CT Scans (Week 1)
Lung cancer cell identification based on artificial neural network ensembles 指導老師: 李麗華 教授 報告者: 廖偉丞.
Faster R-CNN – Concepts
The Relationship between Deep Learning and Brain Function
Guillaume-Alexandre Bilodeau
Object Detection based on Segment Masks
Compact Bilinear Pooling
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
An Artificial Intelligence Approach to Precision Oncology
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
Bag-of-Visual-Words Based Feature Extraction
Krishna Kumar Singh, Yong Jae Lee University of California, Davis
CLASSIFICATION OF TUMOR HISTOPATHOLOGY VIA SPARSE FEATURE LEARNING Nandita M. Nayak1, Hang Chang1, Alexander Borowsky2, Paul Spellman3 and Bahram Parvin1.
MR images analysis of glioma
Article Review Todd Hricik.
Automatic Lung Cancer Diagnosis from CT Scans (Week 4)
Tulane University University of Central Florida Problem Overview
Hybrid Features based Gender Classification
Natural Language Processing of Knee MRI Reports
CS 698 | Current Topics in Data Science
CS 698 | Current Topics in Data Science
Brain Hemorrhage Detection and Classification Steps
Cheng-Ming Huang, Wen-Hung Liao Department of Computer Science
State-of-the-art face recognition systems
A Convolutional Neural Network Cascade For Face Detection
Bird-species Recognition Using Convolutional Neural Network
Introduction to Neural Networks
Image Classification.
Very Deep Convolutional Networks for Large-Scale Image Recognition
A Proposal Defense On Deep Residual Network For Face Recognition Presented By SAGAR MISHRA MECE
John H.L. Hansen & Taufiq Al Babba Hasan
ImageNet Classification with Deep Convolutional Neural Networks
Neural Network Pipeline CONTACT & ACKNOWLEDGEMENTS
边缘检测年度进展概述 Ming-Ming Cheng Media Computing Lab, Nankai University
Inception-v4, Inception-ResNet and the Impact of
Deep Residual Learning for Automatic Seizure Detection
Airport Parking Space Navigation
Heterogeneous convolutional neural networks for visual recognition
Department of Computer Science Ben-Gurion University of the Negev
Automatic Handwriting Generation
Human-object interaction
Deep Object Co-Segmentation
Natalie Lang Tomer Malach
VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION
Semantic Segmentation
End-to-End Facial Alignment and Recognition
Presented By: Firas Gerges (fg92)
Shengcong Chen, Changxing Ding, Minfeng Liu 2018
Presentation transcript:

Robust Lung Nodule Classification using 2 Robust Lung Nodule Classification using 2.5D Convolutional Neural Network Shiwen Shen1,2, Alex Bui1,2, William Hsu1,2 1Radiological Sciences, 2Bioengineering, University of California, Los Angeles INTRODUCTION (b) (a) Figure 1. (a) Chest CT images with annotated lung nodule in red; (b) examples of lung nodules. The presence of lung nodules in computed tomography (CT) images is an important indicator for early-stage lung cancer, but discovering a nodule among a complex web of normal structures in CT image is a non-trivial task, as shown in Figure 1. Researchers have actively pursued methods for computer-aided diagnosis (CAD) to assist radiologists in the interpretation process; but maintaining high sensitivity while minimizing false positives remains a challenging problem. Moreover, existing methods show a significant decrease in performance on datasets with different acquisition parameters and/or patient cohorts (compared to training data). Thus, models with better transferability are highly desirable and needed for practical clinical usage. In this work, we have developed a novel robust model to automatically classify lung nodules vs. non-nodules using a hybrid ensemble of multiple deep convolutional neural networks (CNNs). This model was first built from a large, publicly available dataset, and then externally validated on an independent dataset without retraining the model. The results proved that the model is robust across datasets without retraining, and showed greater transferability. Figure 2. Illustration of 2.5D deep convolution neural network architecture RESULTS LIDC-IDRI Dataset UCLA Dataset AUC ACC SEN SPE CPM Proposed 0.994 0.974 0.970 0.973 0.955 0.971 0.942 0.886 0.939 0.83 [5] (2017) 0.922 0.919 0.947 NA DATASET Table 1. Results comparison for lung nodule classification. Two datasets were used in this work: the Lung Image Database Consortium image collection (LIDC-IDRI) and a UCLA dataset. LIDC-IDRI: 893 diagnostic and lung cancer screening chest CT scans were used. Lung nodules with a diameter larger than 3 mm were manually annotated (nodule contours) by four radiologists following a two-phase image annotation process. We considered nodules with sizes between 5 – 30 mm, obtaining 6,776 nodules. UCLA dataset: 158 diagnostic chest CT scans were collected from UCLA to establish an independent dataset. An experienced thoracic radiologist annotated 158 nodules for this dataset. The scans in the LIDC dataset were randomly divided into five subsets of similar size. Three subsets were used for training, one for validation, and one for testing. The test subset contained 207 scans with 1,262 nodules and 8,281 non-nodules. The UCLA dataset, which included 158 nodules and 3,938 non-nodules, was used as an independent dataset to validate the model performance. The results are compared with a recent published 2017 work [5] and shown in Table 1. We achieved better results across the board and with robust performance. DISCUSSION METHODS Although appreciable research has been conducted on lung nodule detection and classification, very few studies include model validation with independent datasets. Among those that perform such external testing, most show significant performance decrease. Thus, a nodule classification system with high transferability is highly desirable, and would satisfy clinical usage requirements. Motivated by this, we developed a novel CNN with overfitting-control techniques. The developed system is shown to have high classification performance, as well as transferability across differently acquired datasets. Future work will involve developing a robust nodule diagnosis system using related deep learning techniques. Acknowledgements. The project is supported in part by NSF award CCF-1436827. The authors would also like to thank Dr. Denise Aberle for her insights into this effort. Preprocessing. We: 1) normalized the pixel values to a range of (0,1) from (-1000, 500 HU); 2) used all regions marked by radiologists as nodules; 3) extracted non-nodule candidates with the methods described in [1] using multi-level thresholding and morphological operations combined with rule-based analysis; 4) extracted a 3D cube of 40 × 40 × 40 mm, which was resized to 64 × 64 × 64 pixels.; and 5) stacked three patches centered at the cube parallel to axial, sagittal and coronal view as the 2.5D input. 2.5D CNN for nodule detection. We designed a hybrid ensemble CNN structure consisting of a VGG module [2], residual module [3] and dense module [4], as depicted in Figure 2. One convolution (conv) unit in the VGG module comprises two 3×3 conv layers and one 2×2 max pooling layer. Three conv modules were used in total, consisting of 32, 64, and 128 kernels for each of their two conv layers, respectively. The residual module enforces learning of residual functions in relation to the layer inputs. The residual unit (RU) is the basic building block for the residual module and consists of two paths: 1) a direct path from the input, and 2) a batch normalization and convolution path. The output from these two paths are combined using an addition function. A 49 layer residual structure is used. The dense module is made up of three densely connected convolution blocks. Each block is made up of 12 batch normalization + convolution layer combinations. And all convolution layers inside a dense block are connected to every convolution layers afterward in the same block. The output of each module was then linked to a fully-connected (FC) layer with 1,024 rectified linear units. This layer was then fully connected to two outputs. References [1] Shen S, et. al. An automated lung segmentation approach using bidirectional chain codes to improve nodule detection accuracy. Comput Biol Med. 2015. [2] Simonyan K, el. al. Very deep convolutional networks for large-scale image recognition. arXiv 2014 [3] He K, el. al. Identity mappings in deep residual networks. ECCV 2016 [4] Huang G, et. al. Densely connected convolutional networks. arXiv 2016. [5] Froz BR, et. al. Lung nodule classification using artificial crawlers, directional texture and support vector machine. Expert Systems with Applications. 2017