DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification
Wentao Zhu, Chaochun Liu, Wei Fan, Xiaohui Xie

TL;DR
DeepLung is an automated system using 3D dual path networks for lung nodule detection and classification in CT scans, achieving performance comparable to experienced doctors.
Contribution
It introduces a novel 3D dual path network architecture for both nodule detection and classification, surpassing state-of-the-art methods and outperforming doctors on a public dataset.
Findings
DeepLung achieves high accuracy in nodule detection and classification.
The system outperforms existing methods and matches experienced doctors.
Experimental results validate its effectiveness on the LIDC-IDRI dataset.
Abstract
In this work, we present a fully automated lung computed tomography (CT) cancer diagnosis system, DeepLung. DeepLung consists of two components, nodule detection (identifying the locations of candidate nodules) and classification (classifying candidate nodules into benign or malignant). Considering the 3D nature of lung CT data and the compactness of dual path networks (DPN), two deep 3D DPN are designed for nodule detection and classification respectively. Specifically, a 3D Faster Regions with Convolutional Neural Net (R-CNN) is designed for nodule detection with 3D dual path blocks and a U-net-like encoder-decoder structure to effectively learn nodule features. For nodule classification, gradient boosting machine (GBM) with 3D dual path network features is proposed. The nodule classification subnetwork was validated on a public dataset from LIDC-IDRI, on which it achieved better…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLung Cancer Diagnosis and Treatment · Radiomics and Machine Learning in Medical Imaging · COVID-19 diagnosis using AI
MethodsSupport Vector Machine · R-CNN · Residual Connection · Average Pooling · Concatenated Skip Connection · Grouped Convolution · 1x1 Convolution · DPN Block · Global Average Pooling · Dense Connections
