CVLGMLNov 6, 2017

End-to-end Lung Nodule Detection in Computed Tomography

arXiv:1711.02074v216 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving computer-aided diagnostic systems for medical imaging by leveraging subtle features in raw data, though it is incremental as it builds on existing deep learning methods.

The authors tackled lung nodule detection in CT scans by proposing an end-to-end deep learning system that operates directly on raw projection data, achieving comparable sensitivity to a detector trained on fully-sampled images and superior performance over detectors using reconstructed images.

Computer aided diagnostic (CAD) system is crucial for modern med-ical imaging. But almost all CAD systems operate on reconstructed images, which were optimized for radiologists. Computer vision can capture features that is subtle to human observers, so it is desirable to design a CAD system op-erating on the raw data. In this paper, we proposed a deep-neural-network-based detection system for lung nodule detection in computed tomography (CT). A primal-dual-type deep reconstruction network was applied first to convert the raw data to the image space, followed by a 3-dimensional convolutional neural network (3D-CNN) for the nodule detection. For efficient network training, the deep reconstruction network and the CNN detector was trained sequentially first, then followed by one epoch of end-to-end fine tuning. The method was evaluated on the Lung Image Database Consortium image collection (LIDC-IDRI) with simulated forward projections. With 144 multi-slice fanbeam pro-jections, the proposed end-to-end detector could achieve comparable sensitivity with the reference detector, which was trained and applied on the fully-sampled image data. It also demonstrated superior detection performance compared to detectors trained on the reconstructed images. The proposed method is general and could be expanded to most detection tasks in medical imaging.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes