paper-with-me

홈 › Papers

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

2023-03-27 · Xiaoyu Bai, Yong Xia

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.

📄 PDF Abstract BibTeX arXiv:2303.15024

Code (0)

등록된 구현이 없습니다.

Tasks

Lesion Detection

Similar Papers 제목 키워드 기반

Learning from Multiple Datasets with Heterogeneous and Partial Labels for Universal Lesion Detection in CT

2020-09-05 · Ke Yan, Jinzheng Cai, Youjing Zheng, Adam P. Harrison 외

Large-scale datasets with high-quality labels are desired for training accurate deep learning models. However, due to the annotation cost, datasets in medical imaging are often either partially-labeled or small. For exam…

Lesion DetectionPartially Labeled DatasetsTransfer Learning

Universal Lesion Detection by Learning from Multiple Heterogeneously Labeled Datasets

2020-05-28 · Ke Yan, Jinzheng Cai, Adam P. Harrison, Dakai Jin 외

Lesion detection is an important problem within medical imaging analysis. Most previous work focuses on detecting and segmenting a specialized category of lesions (e.g., lung nodules). However, in clinical practice, radi…

Lesion DetectionMedical Object DetectionTransfer Learning

DeepLesion: Automated Deep Mining, Categorization and Detection of Significant Radiology Image Findings using Large-Scale Clinical Lesion Annotations

2017-10-04 · Ke Yan, Xiaosong Wang, Le Lu, Ronald M. Summers

Extracting, harvesting and building large-scale annotated radiological image datasets is a greatly important yet challenging problem. It is also the bottleneck to designing more effective data-hungry computing paradigms …

Lesion SegmentationMedical Image Analysis

Class Imbalance Correction for Improved Universal Lesion Detection and Tagging in CT

2025-04-08 · Peter D. Erickson, Tejas Sudharshan Mathai, Ronald M. Summers

Radiologists routinely detect and size lesions in CT to stage cancer and assess tumor burden. To potentially aid their efforts, multiple lesion detection algorithms have been developed with a large public dataset called …

Lesion DetectionTAG

Conditional Training with Bounding Map for Universal Lesion Detection

2021-03-23 · Han Li, Long Chen, Hu Han, S. Kevin Zhou

Universal Lesion Detection (ULD) in computed tomography plays an essential role in computer-aided diagnosis. Promising ULD results have been reported by coarse-to-fine two-stage detection approaches, but such two-stage U…

Lesion DetectionMedical Object Detection