Chrome Extension
WeChat Mini Program
Use on ChatGLM

Robust Deep Learning from Incomplete Annotation for Accurate Lung Nodule Detection

Computers in Biology and Medicine(2024)

Cited 0|Views19
Abstract
Deep learning plays a significant role in the detection of pulmonary nodules in low-dose computed tomography(LDCT) scans, contributing to the diagnosis and treatment of lung cancer. Nevertheless, its effectiveness often relies on the availability of extensive, meticulously annotated dataset. In this paper, we explore the utilization of an incompletely annotated dataset for pulmonary nodules detection and introduce the FULFIL (Forecasting Uncompleted Labels For Inexpensive Lung nodule detection) algorithm as an innovative approach. By instructing annotators to label only the nodules they are most confident about, without requiring complete coverage, we can substantially reduce annotation costs. Nevertheless, this approach results in an incompletely annotated dataset, which presents challenges when training deep learning models.Within the FULFIL algorithm, we employ Graph Convolution Network(GCN) to discover the relationships between annotated and unannotated nodules for self-adaptively completing the annotation. Meanwhile, a teacher-student framework is employed for self-adaptive learning using the completed annotation dataset. Furthermore, we have designed a Dual-Views loss to leverage different data perspectives, aiding the model in acquiring robust features and enhancing generalization. We carried out experiments using the LUng Nodule Analysis (LUNA) dataset, achieving a sensitivity of 0.574 at a False positives per scan(FPs/scan)of 0.125 with only 10% instance-level annotations for nodules. This performance outperformed comparative methods by 7.00%. Experimental comparisons were conducted to evaluate the performance of our model and human experts on test dataset. The results demonstrate that our model can achieve a comparable level of performance to that of human experts. The comprehensive experimental results demonstrate that FULFIL can effectively leverage an incomplete pulmonary nodule dataset to develop a robust deep learning model, making it a promising tool for assisting in lung nodule detection.
More
Translated text
Key words
Deep learning,Weakly supervised learning,Lung nodule detection,Graph convolution network
求助PDF
上传PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
2015

被引用40732 | 浏览

Jing Xu, Haojie Ren, Shenzhou Cai, Xiaoping Zhang
2022

被引用35 | 浏览

Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种名为FULFIL的算法,通过利用不完全标注数据集,结合图卷积网络和教师-学生框架,实现了准确的肺部结节检测,提高了标注效率和模型性能。

方法】:研究采用图卷积网络来探索标注与未标注结节间的关系,并使用教师-学生框架进行自适应性学习,同时设计了一种双视角损失函数以增强模型特征获取和泛化能力。

实验】:实验使用了LUng Nodule Analysis (LUNA)数据集,在仅10%的实例级标注情况下,实现了0.574的敏感性,并优于其他比较方法7.00%,实验结果表明模型性能接近人类专家水平。