CVLGNEMay 14, 2018

DeepEM: Deep 3D ConvNets With EM For Weakly Supervised Pulmonary Nodule Detection

arXiv:1805.05373v358 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of limited labeled data in medical imaging for clinicians and researchers, though it is incremental as it builds on existing deep learning methods with a novel application of EM.

The paper tackled the problem of detecting pulmonary nodules in lung CT images without costly manual labeling by using weakly supervised labels from electronic medical records, resulting in a 1.5% and 3.9% average improvement in FROC scores on two datasets.

Recently deep learning has been witnessing widespread adoption in various medical image applications. However, training complex deep neural nets requires large-scale datasets labeled with ground truth, which are often unavailable in many medical image domains. For instance, to train a deep neural net to detect pulmonary nodules in lung computed tomography (CT) images, current practice is to manually label nodule locations and sizes in many CT images to construct a sufficiently large training dataset, which is costly and difficult to scale. On the other hand, electronic medical records (EMR) contain plenty of partial information on the content of each medical image. In this work, we explore how to tap this vast, but currently unexplored data source to improve pulmonary nodule detection. We propose DeepEM, a novel deep 3D ConvNet framework augmented with expectation-maximization (EM), to mine weakly supervised labels in EMRs for pulmonary nodule detection. Experimental results show that DeepEM can lead to 1.5\% and 3.9\% average improvement in free-response receiver operating characteristic (FROC) scores on LUNA16 and Tianchi datasets, respectively, demonstrating the utility of incomplete information in EMRs for improving deep learning algorithms.\footnote{https://github.com/uci-cbcl/DeepEM-for-Weakly-Supervised-Detection.git}

Code Implementations2 repos
Foundations

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

Your Notes