CVMar 27, 2023

An End-to-End Framework For Universal Lesion Detection With Missing Annotations

arXiv:2303.15024v14 citationsh-index: 56
Originality Incremental advance
AI Analysis

This addresses a critical issue in medical imaging for researchers and practitioners by enabling more accurate lesion detection despite incomplete data, though it is incremental as it builds on existing teacher-student paradigms.

The paper tackles the problem of missing annotations in medical image datasets like DeepLesion, where 50% of lesions are unlabeled, by proposing an end-to-end teacher-student framework that mines unlabeled lesions during training, resulting in state-of-the-art performance with improvements of 2.3% in average sensitivity and 2.7% in average precision.

Fully annotated large-scale medical image datasets are highly valuable. However, because labeling medical images is tedious and requires specialized knowledge, the large-scale datasets available often have missing annotation issues. For instance, DeepLesion, a large-scale CT image dataset with labels for various kinds of lesions, is reported to have a missing annotation rate of 50\%. Directly training a lesion detector on it would suffer from false negative supervision caused by unannotated lesions. To address this issue, previous works have used sophisticated multi-stage strategies to switch between lesion mining and detector training. In this work, we present a novel end-to-end framework for mining unlabeled lesions while simultaneously training the detector. Our framework follows the teacher-student paradigm. In each iteration, the teacher model infers the input data and creates a set of predictions. High-confidence predictions are combined with partially-labeled ground truth for training the student model. On the DeepLesion dataset, using the original partially labeled training set, our model can outperform all other more complicated methods and surpass the previous best method by 2.3\% on average sensitivity and 2.7\% on average precision, achieving state-of-the-art universal lesion detection results.

Foundations

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

Your Notes