• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

基于弱监督学习的三维胸部 CT 扫描中的病理学检测和定位。

Weakly-supervised learning-based pathology detection and localization in 3D chest CT scans.

机构信息

CREATIS UMR5220, INSERM U1044, Claude Bernard University Lyon 1, INSA, Lyon, France.

Philips Health Technology innovation, Paris, France.

出版信息

Med Phys. 2024 Nov;51(11):8272-8282. doi: 10.1002/mp.17302. Epub 2024 Aug 14.

DOI:10.1002/mp.17302
PMID:39140793
Abstract

BACKGROUND

Recent advancements in anomaly detection have paved the way for novel radiological reading assistance tools that support the identification of findings, aimed at saving time. The clinical adoption of such applications requires a low rate of false positives while maintaining high sensitivity.

PURPOSE

In light of recent interest and development in multi pathology identification, we present a novel method, based on a recent contrastive self-supervised approach, for multiple chest-related abnormality identification including low lung density area ("LLDA"), consolidation ("CONS"), nodules ("NOD") and interstitial pattern ("IP"). Our approach alerts radiologists about abnormal regions within a computed tomography (CT) scan by providing 3D localization.

METHODS

We introduce a new method for the classification and localization of multiple chest pathologies in 3D Chest CT scans. Our goal is to distinguish four common chest-related abnormalities: "LLDA", "CONS", "NOD", "IP" and "NORMAL". This method is based on a 3D patch-based classifier with a Resnet backbone encoder pretrained leveraging recent contrastive self supervised approach and a fine-tuned classification head. We leverage the SimCLR contrastive framework for pretraining on an unannotated dataset of randomly selected patches and we then fine-tune it on a labeled dataset. During inference, this classifier generates probability maps for each abnormality across the CT volume, which are aggregated to produce a multi-label patient-level prediction. We compare different training strategies, including random initialization, ImageNet weight initialization, frozen SimCLR pretrained weights and fine-tuned SimCLR pretrained weights. Each training strategy is evaluated on a validation set for hyperparameter selection and tested on a test set. Additionally, we explore the fine-tuned SimCLR pretrained classifier for 3D pathology localization and conduct qualitative evaluation.

RESULTS

Validated on 111 chest scans for hyperparameter selection and subsequently tested on 251 chest scans with multi-abnormalities, our method achieves an AUROC of 0.931 (95% confidence interval [CI]: [0.9034, 0.9557], -value < 0.001) and 0.963 (95% CI: [0.952, 0.976], -value < 0.001) in the multi-label and binary (i.e., normal versus abnormal) settings, respectively. Notably, our method surpasses the area under the receiver operating characteristic (AUROC) threshold of 0.9 for two abnormalities: IP (0.974) and LLDA (0.952), while achieving values of 0.853 and 0.791 for NOD and CONS, respectively. Furthermore, our results highlight the superiority of incorporating contrastive pretraining within the patch classifier, outperforming Imagenet pretraining weights and non-pretrained counterparts with uninitialized weights (F1 score = 0.943, 0.792, and 0.677 respectively). Qualitatively, the method achieved a satisfactory 88.8% completeness rate in localization and maintained an 88.3% accuracy rate against false positives.

CONCLUSIONS

The proposed method integrates self-supervised learning algorithms for pretraining, utilizes a patch-based approach for 3D pathology localization and develops an aggregation method for multi-label prediction at patient-level. It shows promise in efficiently detecting and localizing multiple anomalies within a single scan.

摘要

背景

异常检测的最新进展为支持发现识别的新型放射学阅读辅助工具铺平了道路,旨在节省时间。此类应用程序的临床采用需要保持高灵敏度的同时,降低假阳性率。

目的

鉴于多病理学识别的最新兴趣和发展,我们提出了一种新方法,该方法基于最近的对比自监督方法,用于识别多种胸部相关异常,包括低肺密度区域(“LLDA”)、实变(“CONS”)、结节(“NOD”)和间质模式(“IP”)。我们的方法通过提供 CT 扫描的 3D 定位来提醒放射科医生异常区域。

方法

我们引入了一种用于 3D 胸部 CT 扫描中多种胸部病理学分类和定位的新方法。我们的目标是区分四种常见的胸部相关异常:“LLDA”、“CONS”、“NOD”、“IP”和“NORMAL”。该方法基于具有 Resnet 主干编码器的 3D 补丁分类器,该编码器使用最近的对比自监督方法进行预训练,并具有微调的分类头。我们利用 SimCLR 对比框架在随机选择的补丁的无标注数据集上进行预训练,然后在有标注数据集上进行微调。在推理过程中,该分类器为 CT 体积中的每个异常生成概率图,这些概率图被聚合以生成多标签患者级预测。我们比较了不同的训练策略,包括随机初始化、ImageNet 权重初始化、冻结的 SimCLR 预训练权重和微调的 SimCLR 预训练权重。每个训练策略都在验证集上进行超参数选择评估,并在测试集上进行测试。此外,我们还探索了微调的 SimCLR 预训练分类器进行 3D 病理学定位,并进行了定性评估。

结果

在 111 个胸部扫描上进行超参数选择验证,随后在 251 个具有多种异常的胸部扫描上进行测试,我们的方法在多标签和二进制(即正常与异常)设置下分别实现了 0.931(95%置信区间[CI]:[0.9034,0.9557],-值<0.001)和 0.963(95%CI:[0.952,0.976],-值<0.001)的 AUC 值。值得注意的是,我们的方法在 IP(0.974)和 LLDA(0.952)这两个异常方面超过了 AUC 阈值 0.9,而 NOD 和 CONS 的 AUC 值分别为 0.853 和 0.791。此外,我们的结果突出了在补丁分类器中整合对比预训练的优越性,优于 Imagenet 预训练权重和非预训练权重(具有未初始化权重),分别为 F1 分数=0.943、0.792 和 0.677。定性地,该方法在定位方面达到了令人满意的 88.8%完整性率,并保持了 88.3%的准确性,避免了假阳性。

结论

该方法集成了自监督学习算法进行预训练,利用基于补丁的方法进行 3D 病理学定位,并开发了一种患者级多标签预测的聚合方法。它在高效检测和定位单个扫描中的多种异常方面显示出了前景。

相似文献

1
Weakly-supervised learning-based pathology detection and localization in 3D chest CT scans.基于弱监督学习的三维胸部 CT 扫描中的病理学检测和定位。
Med Phys. 2024 Nov;51(11):8272-8282. doi: 10.1002/mp.17302. Epub 2024 Aug 14.
2
BarlowTwins-CXR: enhancing chest X-ray abnormality localization in heterogeneous data with cross-domain self-supervised learning.BarlowTwins-CXR:利用跨域自监督学习增强异质数据中胸部 X 光异常定位
BMC Med Inform Decis Mak. 2024 May 16;24(1):126. doi: 10.1186/s12911-024-02529-9.
3
Automated Rib Fracture Detection on Chest X-Ray Using Contrastive Learning.基于对比学习的胸部 X 射线肋骨骨折自动检测
J Digit Imaging. 2023 Oct;36(5):2138-2147. doi: 10.1007/s10278-023-00868-z. Epub 2023 Jul 5.
4
Self-supervised learning for classifying paranasal anomalies in the maxillary sinus.基于自监督学习的上颌窦内鼻窦异常分类
Int J Comput Assist Radiol Surg. 2024 Sep;19(9):1713-1721. doi: 10.1007/s11548-024-03172-5. Epub 2024 Jun 8.
5
Lung Lesion Localization of COVID-19 From Chest CT Image: A Novel Weakly Supervised Learning Method.COVID-19 肺部病变的 CT 图像定位:一种新的弱监督学习方法。
IEEE J Biomed Health Inform. 2021 Jun;25(6):1864-1872. doi: 10.1109/JBHI.2021.3067465. Epub 2021 Jun 3.
6
Evaluation of Effectiveness of Self-Supervised Learning in Chest X-Ray Imaging to Reduce Annotated Images.评估自监督学习在减少胸部 X 光成像标注图像中的有效性。
J Imaging Inform Med. 2024 Aug;37(4):1618-1624. doi: 10.1007/s10278-024-00975-5. Epub 2024 Mar 8.
7
Semi-supervised abdominal multi-organ segmentation by object-redrawing.通过对象重绘实现半监督腹部多器官分割
Med Phys. 2024 Nov;51(11):8334-8347. doi: 10.1002/mp.17364. Epub 2024 Aug 21.
8
CLSSL-ResNet: Predicting malignancy of solitary pulmonary nodules from CT images by chimeric label with self-supervised learning.CLSSL-ResNet:基于自监督学习的嵌合标签对 CT 图像中孤立性肺结节恶性程度的预测
J Xray Sci Technol. 2023;31(5):981-999. doi: 10.3233/XST-230063.
9
Deep Omni-Supervised Learning for Rib Fracture Detection From Chest Radiology Images.基于胸部放射影像的肋骨骨折检测深度全监督学习
IEEE Trans Med Imaging. 2024 May;43(5):1972-1982. doi: 10.1109/TMI.2024.3353248. Epub 2024 May 2.
10
Investigating Contrastive Pair Learning's Frontiers in Supervised, Semisupervised, and Self-Supervised Learning.探究对比对学习在监督学习、半监督学习和自监督学习中的前沿进展。
J Imaging. 2024 Aug 13;10(8):196. doi: 10.3390/jimaging10080196.