# Automated pulmonary nodule detection using 3D deep convolutional neural   networks

**Authors:** Hao Tang, Daniel R. Kim, Xiaohui Xie

arXiv: 1903.09876 · 2019-03-26

## TL;DR

This paper presents a fully 3D deep learning framework for pulmonary nodule detection in CT scans, achieving top performance in a major AI competition by combining candidate detection and false positive reduction stages.

## Contribution

The authors introduce a novel end-to-end 3D DCNN approach with a two-stage detection and false positive reduction pipeline, advancing beyond 2D/2.5D methods.

## Key findings

- Ranked first in Alibaba's TianChi AI Competition for Healthcare.
- Achieved state-of-the-art detection accuracy on a large dataset.
- Demonstrated effectiveness of ensemble model consensus.

## Abstract

Early detection of pulmonary nodules in computed tomography (CT) images is essential for successful outcomes among lung cancer patients. Much attention has been given to deep convolutional neural network (DCNN)-based approaches to this task, but models have relied at least partly on 2D or 2.5D components for inherently 3D data. In this paper, we introduce a novel DCNN approach, consisting of two stages, that is fully three-dimensional end-to-end and utilizes the state-of-the-art in object detection. First, nodule candidates are identified with a U-Net-inspired 3D Faster R-CNN trained using online hard negative mining. Second, false positive reduction is performed by 3D DCNN classifiers trained on difficult examples produced during candidate screening. Finally, we introduce a method to ensemble models from both stages via consensus to give the final predictions. By using this framework, we ranked first of 2887 teams in Season One of Alibaba's 2017 TianChi AI Competition for Healthcare.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09876/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09876/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1903.09876/full.md

---
Source: https://tomesphere.com/paper/1903.09876