用深度学习改进乳腺癌MRI诊断| 文献速递--AI辅助的放射影像疾病诊断

Title

题目

Improving breast cancer diagnostics with deep  learning for MRI

用深度学习改进乳腺癌MRI诊断

01

文献速递介绍

乳腺磁共振成像(MRI)是一种检测乳腺癌的高度敏感的方式,报告的敏感性超过80%。传统上,其在筛查中的使用仅限于高风险患者。新的证据支持在中等风险和平均风险女性中进行筛查MRI的作用。诊断性MRI对于解决问题和新近确诊乳腺癌患者等其他适应症也很有用。随着接受乳腺MRI的患者数量不断增加,保持高特异性和阳性预测值(PPV)以尽量减少不必要的活检和后续建议变得非常重要。在针对中等风险和平均风险女性的筛查MRI研究中,活检推荐的PPV范围为19.6%至35.7%。这意味着每进行一次恶性结果的活检,就要进行两到四次良性结果的活检。因此,需要开发经过良好测试的工具来提高MRI的性能并提升护理质量。此外,还需要开发考虑临床医生或患者偏好的工具,例如在决定是否进行活检时。

Abstract

摘要

动态增强磁共振成像(DCE-MRI)在检测乳腺癌方面具有很高的敏感性,但往往导致不必要的活检和患者的进一步检查。我们使用深度学习(DL)系统来提高乳腺癌诊断的整体准确性,并个性化管理接受DCE-MRI检查的患者。在内部测试集中(n = 3936次检查),我们的系统在受试者工作特征曲线下面积(AUROC)上达到了0.92(95% CI:0.92至0.93)。在一项回顾性读片研究中,五位持证乳腺放射科医师与DL系统之间没有统计学上显著差异(P = 0.19)(DL系统的平均ΔAUROC值高出+0.04)。当放射科医师的预测与DL系统的预测平均值结合时,放射科医师的表现有所提高【平均ΔAUPRC(精确度-召回曲线下面积)提高了+0.07】。我们使用来自波兰和美国的多个数据集证明了DL系统的通用性。在波兰数据集上的另一项读片研究表明,DL系统对分布变化的鲁棒性与放射科医师相当。在亚组分析中,我们观察到在不同的癌症亚型和患者人口统计学中结果一致。通过决策曲线分析,我们显示DL系统可以在临床相关风险阈值范围内减少不必要的活检。这可以使高达20%的BI-RADS 4类病变患者避免活检,且结果为良性。最后,我们进行了错误分析,研究DL预测大多数错误的情况。这项探索性工作为基于DL的乳腺MRI模型的部署和前瞻性分析奠定了基础。

Method

方法

The purpose of this study was to develop and evaluate a DL system for predicting the probability of breast cancer in DCE-MRI. To do so, we collected a dataset of 21,537 DCE-MRI examinations from the NYU Langone Health sites. We used it to train, validate, and test the system. In addition, we used three independent, international datasets for external validation of our model. The DL system is based on a modified 3D-ResNet18 architecture, which uses 3D convolutions to learn spatiotemporal features. Our training procedure used elements of transfer learning, multitask learning, and both train-time augmentation and test-time augmentation (TTA). The final DL system is an ensemble of the most accurate 20 models selected from a larger pool of models trained with different hyperparameters. Beyond analyzing the system’s standalone performance, we simulated a “hybrid performance” by averaging radiologists’ and system’s predictions. Last, we used DCA methodology to demonstrate that system’s predictions can accurately identify low-risk BI-RADS category 4 lesions and help in avoiding unnecessary biopsies. The study was approved by the Institutional Review Board, and the informed consent requirement was waived.

本研究的目的是开发和评估一个用于预测DCE-MRI中乳腺癌概率的深度学习(DL)系统。为此,我们收集了来自NYU Langone Health站点的21,537次DCE-MRI检查数据,用于训练、验证和测试系统。此外,我们使用了三个独立的国际数据集对我们的模型进行外部验证。DL系统基于修改后的3D-ResNet18架构,使用3D卷积来学习时空特征。我们的训练过程采用了迁移学习、多任务学习、训练时增强和测试时增强(TTA)等元素。最终的DL系统是从使用不同超参数训练的大量模型中选出的最准确的20个模型的集成。除了分析系统的独立性能外,我们还通过平均放射科医生和系统的预测来模拟“混合性能”。最后,我们使用决策曲线分析(DCA)方法,证明系统的预测可以准确识别低风险的BI-RADS 4类病变,并帮助避免不必要的活检。该研究获得了机构审查委员会的批准,并豁免了知情同意要求。

Results

结果

The DL system described in this study (Fig. 1) was trained in a supervised manner, that is, the machine learning model was provided with many examples of inputs and correct outputs. The inputs of this system were DCE-MRI pre- and postcontrast sequences, all stored as three-dimensional (3D) volumes. This approach mimics clinical practice, in which radiologists evaluate changes in contrast enhancement in breast to correctly identify suspicious areas. DCE-MRI volumes are passed through the model, which generates predictions of the breast-level probability of malignancy (POM). That is, for each of the patient’s breasts, the system produces a number in a range between 0 and 1. The underlying neural network of the system performs 3D convolutions, which are mathematical operations that ultimately allow it to extract spatiotemporal features of the inputs.

本研究中描述的深度学习(DL)系统(图1)采用监督学习的方式进行训练,即为机器学习模型提供了大量输入和正确输出的示例。该系统的输入是DCE-MRI对比增强前后的序列,所有序列均存储为三维(3D)体积。这种方法模拟了临床实践中放射科医生评估乳腺中对比增强变化以正确识别可疑区域的过程。DCE-MRI体积数据通过模型处理,模型生成乳腺层面的恶性概率(POM)预测。也就是说,对于每位患者的每个乳腺,系统会生成一个介于0和1之间的数值。该系统的底层神经网络执行3D卷积,这是一种数学运算,最终使其能够提取输入的时空特征。

Figure

图片

Fig. 1. Overview of the study. In this work, we trained and evaluated a DL system based on deep neural networks that predict the probability of breast cancer in DCE-MRI examinations. Data collection and processing: To build the system, we collected 21,537 DCE-MRI imaging exams, consisting of one precontrast and two postcontrast T1-weighted fat-saturated sequences. We also collected diagnosis information from breast pathology reports to generate ground truth labels. Auxiliary information on patient demographics, tumor histological data, and radiological features enabled extensive subgroup analysis. Internal and external datasets: The internal dataset was collected from the NYU Langone Health system and divided into training (n = 14,198), validation (n = 3403), and test (n = 3936) subsets. We applied additional filtering on the test subset of NYU dataset to reduce potential label noise. To evaluate our system on data that the model had not seen before, we acquired three external datasets from Duke University (United States; n = 922), JU (Poland; n = 394), and TCGA-BRCA (United States; n = 131). Standalone evaluation of DL model: Using the NYU Langone training data subset, we trained deep neural networks to predict the probability of malignancy in MRI examinations. Our model was validated using standard metrics area under the receiver operating characteristic curve (AUROC) and area under the precision-recall curve (AUPRC). The plot presents ROC curves for all datasets. Reader study: To compare the performance of DL system to experts, five readers and the DL system interpreted 100 random MRI examinations and provided their predictions of probability of breast cancer presence in MRI examinations. We also simulated combining DL and radiologists’ predictions by averaging them into a “hybrid” prediction. DL performance in subgroups: To confirm that our model works well in all subgroups, we performed an analysis of the model’s performance across various subsets (with respect to demographic data, imaging features, and histological features). The grid subplot presents DL model performance in each subgroup (columns) across four metrics (rows). Detailed results are presented in the “Subgroup analyses” section. Personalizing management: We simulated a scenario that assessed whether the model could correctly identify low-risk patients with BI-RADS 4 lesions who might avoid an unnecessary biopsy (that is, a biopsy yielding benign results). This simulation included 956 patients from the NYU dataset and used a decision curve analysis (DCA) methodology. AI, artificial intelligence; EHR, electronic health record; FPR, false positive rate; TPR, true positive rate.

图1. 研究概述。在本研究中,我们训练并评估了一个基于深度神经网络的DL系统,该系统预测DCE-MRI检查中乳腺癌的概率。数据收集与处理:为了构建该系统,我们收集了21,537次DCE-MRI成像检查,包括一个对比增强前和两个对比增强后T1加权脂肪抑制序列。我们还从乳腺病理报告中收集诊断信息以生成真实标签。患者人口统计学信息、肿瘤组织学数据和放射学特征的辅助信息使得广泛的亚组分析成为可能。内部和外部数据集:内部数据集来自NYU Langone Health系统,并被分为训练集(n = 14,198)、验证集(n = 3403)和测试集(n = 3936)。我们对NYU数据集的测试集进行了额外筛选,以减少潜在的标签噪声。为了评估系统在模型未见过的数据上的表现,我们获取了来自杜克大学(美国;n = 922)、JU(波兰;n = 394)和TCGA-BRCA(美国;n = 131)的三个外部数据集。DL模型的独立评估:使用NYU Langone训练数据子集,我们训练了深度神经网络以预测MRI检查中的恶性概率。我们的模型使用标准指标受试者工作特征曲线下面积(AUROC)和精确-召回曲线下面积(AUPRC)进行验证。该图展示了所有数据集的ROC曲线。读片研究:为了比较DL系统与专家的表现,五位读片医师和DL系统解读了100次随机MRI检查,并提供了他们对MRI检查中乳腺癌存在概率的预测。我们还通过将DL和放射科医生的预测平均化为“混合”预测来模拟结合DL和放射科医生预测的情况。DL在各亚组中的表现:为了确认我们的模型在所有亚组中都表现良好,我们对模型在不同子集(关于人口统计数据、成像特征和组织学特征)中的表现进行了分析。网格子图展示了DL模型在各亚组(列)中四个指标(行)中的表现。详细结果在“亚组分析”部分中呈现。个性化管理:我们模拟了一个评估模型能否正确识别具有BI-RADS 4类病变且可能避免不必要活检(即活检结果为良性)的低风险患者的情景。该模拟包括来自NYU数据集的956名患者,并使用决策曲线分析(DCA)方法。AI,人工智能;EHR,电子健康记录;FPR,假阳性率;TPR,真阳性率。

图片

Fig. 2. DL system performance on all internal and external test sets. (Top) ROC curves with 95% CIs calculated with bootstrapping. (Middle) ROC curves with partial AUC (pAUC). The AUCs in green represent the pAUC for specificity of 90 to 100%. The AUCs in blue represent the pAUC for sensitivity of 90 to 100%. (Bottom) PRCs with 95% CIs.

图2. DL系统在所有内部和外部测试集上的表现。(顶部)通过重复抽样法计算的具有95%置信区间的ROC曲线。(中部)具有部分AUC(pAUC)的ROC曲线。绿色表示90%到100%特异性的pAUC,蓝色表示90%到100%敏感性的pAUC。(底部)具有95%置信区间的PRC曲线。

图片

Fig. 3. System performance in key subgroups on the internal test set. Each subgroup was evaluated using four metrics: area under the receiver operating characteristic curve (AUC ROC), area under the precision-recall curve (AUC PR), sensitivity, and specificity. Blue (malignant cases) and green (nonmalignant cases) bars to the right represent the number of examinations in each subgroup. Values for all subgroups and metrics are presented with 95% CIs calculated by bootstrap (N = 2000 replicates). To calculate the sensitivity and specificity, we selected a decision threshold such that the DL system’s sensitivity closely matches the average reader sensitivity. Full numerical values for each subgroup are available in table S4. Examinations with BI-RADS categories 1, 2, and 3 were aggregated because there were no MRI exams associated with malignant diagnoses in BI-RADS 1 and 2 categories; thus, AUROC would be undefined in those subgroups. HER2, human epidermal growth factor receptor 2. DCIS, ductal carcinoma in situ; IDC, invasive ductal carcinoma; ILC, invasive lobular carcinoma; IMC, invasive mammary carcinoma.

图3. 内部测试集中关键子组的系统性能。每个子组使用四个指标进行评估:受试者工作特征曲线下面积(AUC ROC)、精确-召回曲线下面积(AUC PR)、敏感性和特异性。右侧的蓝色(恶性病例)和绿色(非恶性病例)条表示每个子组中的检查次数。所有子组和指标的数值均以通过重复抽样法计算的95%置信区间表示(N = 2000次重复)。为了计算敏感性和特异性,我们选择了一个决策阈值,使DL系统的敏感性与平均读片医师的敏感性相匹配。每个子组的完整数值见表S4。由于在BI-RADS 1和2类中没有与恶性诊断相关的MRI检查,因此将BI-RADS 1、2和3类的检查合并,因为在这些子组中AUROC将无法定义。HER2,人类表皮生长因子受体2;DCIS,导管原位癌;IDC,浸润性导管癌;ILC,浸润性小叶癌;IMC,浸润性乳腺癌。

图片

Fig. 4. Results of the DCA support using the DL system for making diagnostic decisions in low-risk patients with BI-RADS 4 lesions. (Left) Standardized net benefit values (y axis) were higher when decisions are made based on the DL system’s predictions (red curve) compared to the default biopsy-all approach (gray curve at x = 0) across all relevant decision thresholds (x axis). The black curve is a biopsy-none approach. The net benefit curve is presented with 95% bootstrapped CIs (N = 2000 replicates). (Right) Net interventions avoided per 1000 patients with BI-RADS 4 findings (y axis). Benefits were highest when decision threshold (x axis) was above 3%.

图4. 使用DL系统在低风险患者中针对BI-RADS 4病变做出诊断决策的DCA支持结果。(左)在所有相关决策阈值(x轴)范围内,当基于DL系统的预测做出决策时(红色曲线),标准化净效益值(y轴)比默认的全部活检方法(x = 0的灰色曲线)更高。黑色曲线表示不进行活检的方法。净效益曲线以95%的重复抽样置信区间(N = 2000次重复)表示。(右)每1000名BI-RADS 4患者中避免的净干预数(y轴)。当决策阈值(x轴)高于3%时,效益最高。

Table

图片

Table 1. NYU Langone dataset breakdown including demographic data and imaging characteristics. Values are n (%) unless specified otherwise. BI-RADS risk assessment categories, background parenchymal enhancement (BPE), and the amount of fibroglandular tissue are reported according to the American College of Radiology BI-RADS Atlas fifth edition (20). Breast-level diagnosis statistics are presented in table S7.

表1. NYU Langone数据集的细分,包括人口统计数据和成像特征。除非另有说明,数值以n (%)表示。BI-RADS风险评估类别、背景实质增强(BPE)和纤维腺体组织的数量根据美国放射学会BI-RADS Atlas第五版报告(20)。乳腺层级诊断统计数据见表S7。

图片

Table 2. Histological and molecular cancer subtypes. One patient and one imaging exam can have multiple findings. Values are n (% of all malignant cases), reported on an exam level. HR, hormone receptor; ER, estrogen receptor; PR, progesterone receptor; HER2, human epidermal growth factor receptor 2.

表2. 组织学和分子癌症亚型。一个患者和一个成像检查可以有多种发现。数值以n(占所有恶性病例的百分比)表示,按检查级别报告。HR,激素受体;ER,雌激素受体;PR,孕激素受体;HER2,人类表皮生长因子受体2。

图片

Table 3. Summary of the primary model performance. Results are presented with 95% CIs (bootstrapping with N = 2000 replicates), unless specified otherwise.

表3. 主要模型性能总结。除非另有说明,结果以95%置信区间(通过N = 2000次重复抽样法计算)表示。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/877052.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

html+css+js作业王者荣耀司空震1个页面带js

htmlcssjs作业王者荣耀司空震1个页面带js 下载地址 https://download.csdn.net/download/qq_42431718/89595421 目录1 目录2 项目视频 htmlcssjs作业王者荣耀司空震1个页面 页面1

QQ微信头像制图工具箱小程序纯前端源码

微信小程序源码,经测试QQ小程序也可以完美运行,所以给大家分享一下这个QQ微信头像制图工具箱小程序纯前端源码。 主要功能有文字九格、头像挂件生成、爆趣九宫格、形状九宫格、创意长图、情侣头像、猫狗交流器。 这个QQ微信小程序源码是纯前端的&#x…

2024 Navicat Premium最新版简体中文版破解激活永久图文详细教程(亲测可用)

1.官网下载:下载地址 2.百度网盘下载:下载地址 3.未安装过的用户可直接跳过该步骤,如果已安装Navicat,记得先卸载干净,防止破解失效,卸载完成后执行补丁压缩包中的Navicat.bat脚本(一闪而过表示…

Java语言程序设计——篇九(3)

🌿🌿🌿跟随博主脚步,从这里开始→博主主页🌿🌿🌿 注解类型 概述标准注解实战演练实战演练实战演练 定义注解类型标准元注解 概述 注解以结构化的方式为程序元素提供信息,这些信息能…

Ubuntu22.04重装系统+基础配置

重装系统 note:备份数据,重装系统后home下的文件会丢失,所以先备份一下home的数据到其他的盘/mnt/下里。记住之前系统的DNS,IP和掩码。 先在Ubuntu官网下载22.04桌面版(种子链接要用迅雷下载)。但是版本还…

数学重大错误:将无穷多各异射(直)线误为同一线

黄小宁 设本文所说集合往往是元不少于两个的集。定义:若数(点)集A可保距变为B则称A≌B。显然A≌A。 h定理1:数(点)集AB≌B的必要条件是A≌B。 证:⑴任何图≌本身。⑵若AB则A必可恒等变换地变…

AOP~面向切面编程介绍

AOP基础 概述 AOP:Aspect Oriented Programming(面向切面编程、面向方面编程),面向特定方法的编程。 动态代理是面向切面编程最主流的实现。 SpringAOP是Spring框架的高级技术,旨在管理bean对象的过程中&#xff0c…

7-23学习笔记

一、异常 即程序中一些程序处理不了的特殊情况 Exception 能被程序本身处理( try-catch ), Error 是无法处理的(只能尽量避免)。 1、异常类 Exception 见过的异常 NullPointerException ArrayIndexoutOfBoundException等 String strnull;System.out.println(st…

【独家揭秘】模块化沙箱如何为企业筑起源代码防泄露的铜墙铁壁

在数字化转型的浪潮中,企业信息安全面临着前所未有的挑战,尤其是在源代码和敏感数据的保护方面。深信达SDC沙盒防泄密系统以其独特的模块化沙箱技术和全面的数据防泄密策略,为企业提供了一套高效且可靠的解决方案,确保源代码和重要…

夸克Android一面凉经(2024)

夸克Android一面凉经(2024) 笔者作为一名双非二本毕业7年老Android, 最近面试了不少公司, 目前已告一段落, 整理一下各家的面试问题, 打算陆续发布出来, 供有缘人参考。今天给大家带来的是《夸克Android一面凉经(2024)》。 面试职位: 智能信息-客户端开发工程师-夸克小说 技术一…

【Drools】(二)基于业务需求动态生成 DRL 规则文件:事实与动作定义详解

(二)基于业务需求动态生成 DRL 规则文件:事实与动作定义详解 在现代业务规则管理系统中,灵活高效地生成和管理规则至关重要。通过上一部分的DRT 规则模板(请参考:(一)基于业务需求动…

PHP师生荣誉管理系统—计算机毕业设计源码10079

目 录 摘要 1 绪论 1.1 研究背景 1.2论文结构与章节安排 2 师生荣誉管理系统系统分析 2.1 可行性分析 2.2 系统流程分析 2.2.1 数据增加流程 2.2.2 数据修改流程 2.2.3 数据删除流程 2.3 系统功能分析 2.3.1 功能性分析 2.3.2 非功能性分析 2.4 系统用例分析 2.…

UDP connect 内核源码分析

1 从诡异开始 最近遇到一个线上问题,client 发了一个 udp 请求,服务器回了一个响应,但诡异的是,client 的 log 却看不到对应的处理日志。抓包发现内核发出了一个指示 udp 目的端口不可达的 icmp 报文,类似这样的&#…

ES6语法详解,面试必会,通俗易懂版

目录 Set的基本使用WeakSet 使用Set 和 WeakSet 区别内存泄漏示例:使用普通 Set 保存 DOM 节点如何避免这个内存泄漏MapWeakMap 的使用 Set的基本使用 在ES6之前,我们存储数据的结构主要有两种:数组、对象。 在ES6中新增了另外两种数据结构&a…

Java面试八股之@Qualifier的作用

Qualifier的作用 Qualifier 是 Spring 框架中的一个非常有用的注解,它主要用于解决在依赖注入过程中出现的歧义问题。当 Spring 容器中有多个相同类型的 Bean 时,Qualifier 可以帮助指明应该使用哪一个具体的 Bean 进行注入。 Qualifier 的作用&#x…

成为git砖家(7): posh-git的安装和使用

文章目录 1. PowerShell 里的 git 默认使用体验不够好2. posh-git 介绍2.1 安装 posh-git2.2 PS1 显示的内容2.3 补全分支 1. PowerShell 里的 git 默认使用体验不够好 在 Windows 系统上,安装了 git for windows 后, git bash 里的体验确实不错。 但是…

C# 获取 Excel 文件的所有文本数据内容

目录 功能需求 范例运行环境 关键代码 组件库引入 获取Excel文件的文本内容 总结 功能需求 获取上传的 EXCEL 文件的所有文本信息并存储到数据库里,可以进一步实现对文件内容资料关键字查询的全文检索。有助于我们定位相关文档,基本实现的步骤如下&…

零代码拖拽,轻松搞定GIS场景编辑

在三维GIS领域,编辑场景和处理影像数据通常是一个复杂且费时的过程,但现在有了山海鲸可视化,这一切都变得简单有趣。这款免费可视化工具为您提供了零代码拖拽式编辑的体验,让您无需编程知识就能轻松创建和优化GIS场景。通过直观的…

Hive多维分析函数——With cube、Grouping sets、With rollup

有些指标涉及【多维度】的聚合,大的汇总维度,小的明细维度,需要精细化的下钻。 grouping sets: 多维度组合,组合维度自定义;with cube: 多维度组合,程序自由组合,组合为…

大数据:数据标准化及质量管控方案

本方案是一套全面的解决方案,旨在为企业构建科学、规范的数据管理体系,确保数据的准确性、一致性、完整性、合理性、及时性和有效性,从而支撑业务数据的高效应用与正确决策。以下是对该方案的详细介绍: 一、方案概述 本数据标准…