文献速递:人工智能医学影像分割---一个用于 COVID-19 CT 图像的粗细分割网络

01

文献速递介绍

如今,根据国家癌症研究所的报告,美国约有9.9%的男性患有前列腺癌。1 此外,根据美国癌症协会的数据,预计2019年将有174,650个新病例被诊断出前列腺癌,与此同时大约有31,620名男性将死于前列腺癌。因此,近年来强调了对前列腺癌的准确诊断和有效治疗。图像引导放射治疗(IGRT),它可以通过不同成像方式(即CT和MRI)从不同方向向前列腺癌组织投射高能X射线,是主要的治疗方法之一。在放射治疗中,目标是防止对正常组织的可能过度辐射,同时确保对癌组织的满意辐射。

因此,在CT(或MR)图像中准确定位/分割前列腺对于提高治疗的精确度和准确性起着重要作用。

Title

题目

An Effective MR-Guided CT Network Training for Segmenting Prostate in CT Images

高效的MR引导CT网络训练,用于CT图像中前列腺分割

Abstract

摘要

Segmentation of prostate in medical imaging**data (e.g., CT, MRI, TRUS) is often considered as a crit ical yet challenging task for radiotherapy treatment. It is relatively easier to segment prostate from MR images than from CT images, due to better soft tissue contrast of the MR images. For segmenting prostate from CT images, most previous methods mainly used CT alone, and thus their per formances are often limited by low tissue contrast in the CT images. In this article, we explore the possibility of using indirect guidance from MR images for improving prostate segmentation in the CT images. In particular, we propose a novel deep transfer learning approach, i.e., MR-guided CT network training (namely MICS-NET), which can employ MR images to help better learning of features in CT im ages for prostate segmentation. In MICS-NET, the guidance from MRI consists of two steps: (1) learning informative and transferable features from MRI and then transferring them to CT images in a cascade manner, and (2) adaptively transferring the prostate likelihood of MRI model (i.e., well trained convnet by purely using MR images) with a view consistency constraint. To illustrate the effectiveness of our approach, we evaluate MICS-NET on a real CT prostate image set, with the manual delineations available as the ground truth for evaluation. Our methods generate promis ing segmentation results which achieve (1) six percentages higher Dice Ratio than the CT model purely using CT im ages and (2) comparable performance with the MRI model purely using MR images. Index Terms—Prostate segmentation,

deep transfer learning, fully convolutional network, cascade learning,view consistency constraint.

前列腺在医学成像数据(例如CT、MRI、TRUS)中的分割通常被认为是放射治疗的一个关键且具有挑战性的任务。与CT图像相比,从MR图像中分割前列腺相对更容易,这是由于MR图像更好的软组织对比度。对于从CT图像中分割前列腺,大多数以前的方法主要单独使用CT,因此它们的性能通常受限于CT图像中低组织对比度。在这篇文章中,我们探索了使用MR图像的间接引导来改善CT图像中前列腺分割的可能性。具体来说,我们提出了一种新颖的深度迁移学习方法,即MR引导的CT网络训练(即MICS-NET),它可以利用MR图像来帮助更好地学习CT图像中前列腺分割的特征。在MICS-NET中,MRI的指导包括两个步骤:(1)从MRI中学习信息丰富且可迁移的特征,然后以级联方式将它们迁移到CT图像中;(2)以视图一致性约束的方式,适应性地迁移MRI模型的前列腺可能性(即仅使用MR图像训练的良好的卷积网络)。为了说明我们方法的有效性,我们在一个真实的CT前列腺图像集上评估MICS-NET,使用手动描绘作为评估的真实基准。我们的方法产生了有希望的分割结果,实现了(1)与仅使用CT图像的CT模型相比,Dice比率提高了6个百分点;(2)与仅使用MR图像的MRI模型具有可比的性能。

索引术语——前列腺分割、深度迁移学习、全卷积网络、级联学习、视图一致性约束。

Methods

方法

In this paper, we aim to borrow MRI information (e.g.,

informative features) to benefit prostate segmentation in CT images, by transferring MRI model to help train a better CT model. Due to large intensity difference between CT and MR images, directly transferring the MRI features to CT model is not convenient. Thus, we design a novel strategy to first construct several new integrated images between CT and MR images as the bridge and then apply a cascade manner to transfer feature learning (i.e., transferring MRI features to the integrated images, and then transferring features from the integrated images to CT model). These integrated images could alleviate the loss brought by directly transferring the features from MRI to CT. Also, to sufficiently borrow the advantages of the MRI model to guide the CT model, we jointly optimize the CT and MRI models in the training phase by minimizing the disagreement of their estimated prostate likelihoods. In summary, we propose an effective MR-guided CT network training method, called MICS-NET, for segmenting prostate in CT images. Fig. 2 shows the flowchart of the proposed MICS NET, including both the training and testing phases. Specifically,

in the training phase, patches are sampled from paired 2D CT and MRI slices in the training data set to jointly train a segmentation model by our MICS-NET. In the testing phase, CT patches are first densely sampled from 2D CT slices in the testing data set and then fed into the trained segmentation model to obtain their prostate likelihoods. These prostate likelihoods are combined together to generate the likelihood map with the same size as the 2D CT slices, followed by a postprocessing phase for final segmentation.

在本文中,我们的目标是借助MRI信息(例如,信息特征)来促进CT图像中前列腺分割的效果,通过将MRI模型转移以帮助训练更好的CT模型。由于CT和MR图像之间存在较大的强度差异,直接将MRI特征转移到CT模型并不方便。因此,我们设计了一种新颖的策略,首先构建CT和MR图像之间的几个新的综合图像作为桥梁,然后以级联方式传递特征学习(即,将MRI特征转移到综合图像,然后将特征从综合图像转移到CT模型)。这些综合图像可以减轻直接将特征从MRI转移到CT所带来的损失。此外,为了充分借助MRI模型的优势来指导CT模型,我们在训练阶段联合优化CT和MRI模型,通过最小化它们估计的前列腺可能性的不一致性。

总结来说,我们提出了一种有效的MR引导CT网络训练方法,称为MICS-NET,用于CT图像中的前列腺分割。图2展示了所提出的MICS-NET的流程图,包括训练和测试阶段。具体来说,在训练阶段,从训练数据集中的成对2D CT和MRI切片中采样补丁,以联合训练我们的MICS-NET分割模型。在测试阶段,首先从测试数据集中的2D CT切片中密集采样CT补丁,然后将其输入到训练好的分割模型中,以获取它们的前列腺可能性。这些前列腺可能性被组合在一起,生成与2D CT切片大小相同的可能性图,随后进行后处理阶段以进行最终分割。

Conclusions

结论

Most previous prostate CT segmentation methods focus on learning sophisticated model or extracting informative features purely on the CT images. Their performances might be largely influenced by the low tissue contrast in CT images. In this

paper, we demonstrate that MR images can help improve the segmentation performance of CT images. To realize this goal, we have presented a novel model, called MICS-NET, to learn a better model for prostate segmentation in CT images with the guidance transferred from MR images. Specifically, our pro posed MICS-NET first learns the informative and transferrable features via a cascaded learning paradigm, and then imposes a view consistency constraint to fuse the models across the CT and MR images. The experimental results show that our method generates the promising prostate segmentation results in CT images, which reveals that MR images can indeed help prostate segmentation in CT images.

大多数以前的前列腺CT分割方法都专注于仅在CT图像上学习复杂的模型或提取信息丰富的特征。它们的性能可能会受到CT图像中低组织对比度的极大影响。在本文中,我们展示了MR图像可以帮助提高CT图像的分割性能。为了实现这一目标,我们提出了一种名为MICS-NET的新模型,以从MR图像传递的指导来学习CT图像中前列腺分割的更好模型。具体来说,我们提出的MICS-NET首先通过级联学习范式学习信息丰富且可迁移的特征,然后施加视图一致性约束来融合CT和MR图像之间的模型。实验结果表明,我们的方法在CT图像中生成了有希望的前列腺分割结果,这揭示了MR图像确实可以帮助CT图像中的前列腺分割。

Figure

图片

Fig. 1. Two typical examples of respective intensity distributions for CT and MR images of the same patient. The blue curves represent intensity distributions of prostate voxels, while the magenta curves represent in tensity distributions of non-prostate voxels. In the CT (right) and MR (left) images, the red curves denote the true prostate boundaries manually delineated by a physician. It is worth noting the intensity distributions of prostate and non-prostate voxels are easier to be separated in MR images than in CT images.

图 1.两个典型的同一患者的CT和MR图像的强度分布示例。蓝色曲线代表前列腺体素的强度分布,而洋红色曲线代表非前列腺体素的强度分布。在CT(右侧)和MR(左侧)图像中,红色曲线表示由医生手动描绘的真实前列腺边界。值得注意的是,在MR图像中,前列腺和非前列腺体素的强度分布比在CT图像中更容易分离。

图片

Fig. 2.The flowchart of the proposed MICS-NET for prostate segmentation in CT images. The dashed line with the arrow represents that we train the segmentation model in the training stage, and then use it to segment prostate in the testing stage.

图 2. 所提出的MICS-NET在CT图像中前列腺分割的流程图。带箭头的虚线表示我们在训练阶段训练分割模型,然后在测试阶段用它来分割前列腺。

图片

Fig. 3. Illustration of the structure of patchFCN network. There are two channels as input: (1) Patches sampled from training/testing images

and (2) the location prior of patches obtained by averaging all the segmentation labels in the training set after alignment for generating a rough prostate-location heat-map

图 3.展示了patchFCN网络结构。有两个输入通道:(1)从训练/测试图像中采样的补丁;(2)通过在训练集中对所有分割标签进行对齐后平均得到的补丁位置先验,用于生成大致的前列腺位置热图。

图片

Fig. 4.A sequence of continuous changes from MRI to CT, along the direction of the magenta arrows. Also, the first row is paired CT and MR images, and the second row is the integrated images by averaging the aligned CT and MR images with different ratios.

图 4. 一系列从MRI到CT的连续变化,沿着洋红色箭头的方向。同时,第一行是成对的CT和MR图像,第二行是通过对齐的CT和MR图像以不同比例平均融合后的综合图像。

图片

Fig. 5. Illustration of the related prostate segmentation models in CT or MRI patches. In the subfigures, all vertical arrows denote the flow of data input or output, and all horizontal ones indicate the flow of model parameters. In the last subfigure, the vertical black arrows and the vertical magenta arrows represent the data flow of MICS-NET-single and MICS-NET-multi, respectively. In our methods (MICS-NET-single and MICS-NET-multi), the mixed patches with MR and CT images are only used in the training phase to well train a two-pipeline/multi-pipeline segmentation model. Also, in the testing phase, the CT pipeline in the learned segmentation model is used to segment the CT images, where the MR images are not required.

图 5.展示了在CT或MRI补丁中相关的前列腺分割模型。在子图中,所有垂直箭头代表数据输入或输出的流向,所有水平箭头表示模型参数的流动。在最后一个子图中,垂直黑色箭头和垂直洋红色箭头分别代表MICS-NET-single和MICS-NET-multi的数据流。在我们的方法(MICS-NET-single和MICS-NET-multi)中,混合了MR和CT图像的补丁仅在训练阶段使用,以便良好地训练双管道/多管道分割模型。此外,在测试阶段,学到的分割模型中的CT管道用于分割CT图像,此时不需要MR图像。

图片

Fig. 6.Comparison of mean Dice Ratio on all 22 patients. Eachcolumn represents the box plot of the respective method, in which thebottom and top of the box are the first and third quartiles, and the band

inside the box is the second quartile (the median). Any data not included by the box is viewed as an outlier with a red ‘+’. MICS-NET-single andMICS-NET-multi are abbreviated as MICS-NET-s and MICS-NET-m,respectively

图 6.对所有22名患者的平均Dice比率进行比较。每一列代表相应方法的箱型图,其中箱体的底部和顶部是第一和第三四分位数,箱体内的带状部分是第二四分位数(中位数)。任何未被箱体包含的数据都被视为异常值,用红色的‘+’表示。MICS-NET-single和MICS-NET-multi分别缩写为MICS-NET-s和MICS-NET-m。

图片

Fig. 7. Comparison of Dice Ratio* for each individual.

图 7. 对每个个体的Dice比率进行比较。

图片

Fig. 8.Visual segmentation results in MRI and CT. The manually delineated prostate boundaries are denoted as red.

图 8.MRI和CT中的视觉分割结果。手动描绘的前列腺边界以红色表示。

图片

Fig. 9. Visual results of prostate segmentation in CT images by three methods. Different colors denote segmentation results by different methods.

图 9. 通过三种方法在CT图像中前列腺分割的视觉结果。不同的颜色表示不同方法的分割结果。

图片

Fig. 10.Visual results of prostate segmentation in CT images by other three methods. Different colors denote segmentation results by different methods.

图 10.通过其他三种方法在CT图像中前列腺分割的视觉结果。不同的颜色表示不同方法的分割结果。

图片

Fig.11.Typical segmentation results in CT slices. The red curves indicate manual segmentation by experienced physician and the light blue curves indicate thes egmentation results by our proposed MICS-NET-single.TheDice Ratiovalues are measuredon the current 2D slices.

图 11. CT切片中典型的分割结果。红色曲线表示经验丰富的医生手动分割,浅蓝色曲线表示我们提出的MICS-NET-single的分割结果。Dice比率值是在当前的2D切片上测量的。

图片

Fig. 12.Typical segmentation results in CT slices (which are respec-tively paired with the slices in Fig. 11). The red curves indicate manual segmentation by experienced physician and the yellow curves indicate the segmentation results by our proposed MICS-NET-multi. The Dice* Ratio* values are measured on the current 2D slices.

图 12.CT切片中的典型分割结果(分别与图 11 中的切片配对)。红色曲线表示经验丰富的医生手动分割,黄色曲线表示我们提出的MICS-NET-multi的分割结果。Dice比率值是在当前的2D切片上测量的。

Table

图片

TABLE I comparison of different segmentation methods in ct images. the top mean results are in bold for each column."NP"denotes our methods without without postpocessing

表 I CT图像中不同分割方法的比较。每列的最高平均结果用粗体表示。‘NP’ 代表我们的方法没有后处理。

图片

TABLEII statistical Compsrison OF different segmentation methods in dice ration.whenp-value ls less than 0.05,the compared two methods are considered to be significantly different

表 II在Dice比率中不同分割方法的统计比较。当p值小于0.05时,比较的两种方法被认为有显著差异。

图片

TABLEIIIperformance of image-based prostate segmentaion in CT image with the augmented training data

表 III使用增强训练数据在CT图像中基于图像的前列腺分割性能

图片

TABLE IV performance comparison of different segmentation methods in CT in images after data generation。the top mean results are in bold for each column,WO represents our methods without using location prior

表 IV 数据生成后,在CT图像中不同分割方法的性能比较。每列的最高平均结果用粗体表示。‘WO’代表我们的方法没有使用位置先验。

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

如若内容造成侵权/违法违规/事实不符,请联系瞎胡闹网进行投诉反馈,一经查实,立即删除!

相关文章

百度CTO王海峰:文心一言用户规模破1亿

▶ 写在前面▶ 飞桨开发者已达1070万▶ 文心一言用户规模破亿,日提问量快速增长 ▶ 写在前面 “文心一言用户规模突破 1 亿。”12 月 28日,百度首席技术官、深度学习技术及应用国家工程研究中心主任王海峰在第十届 WAVE SUMMIT 深度学习开发者大会上宣布…

AtCoder Beginner Contest 334

B - Christmas Trees 分析&#xff1a; 讨论三种情况 1&#xff09; l<a<r 2&#xff09;a<l 3&#xff09;a>r 虽然简单&#xff0c;但是坑还是有一些的 例如2的策略是&#xff0c;[a,r]的树 - [a,l]的树&#xff0c;然后要注意 l 点有没有树&#xff0c;如…

要学习openfoam,c++需要掌握到什么程度?

要学习openfoam&#xff0c;c需要掌握到什么程度&#xff1f; 在开始前我有一些资料&#xff0c;是我根据自己从业十年经验&#xff0c;熬夜搞了几个通宵&#xff0c;精心整理了一份「c的资料从专业入门到高级教程工具包」&#xff0c;点个关注&#xff0c;全部无偿共享给大家&…

2023年12月27日学习记录_加入噪声

目录 1、今日计划学习内容2、今日学习内容1、add noise to audio clipssignal to noise ratio(SNR)加入 additive white gaussian noise(AWGN)加入 real world noises 2、使用kaggel上的一个小demo&#xff1a;CNN模型运行时出现的问题调整采样率时出现bug 3、明确90dB下能否声…

从 Linux Crontab 到 K8s CronJob,定时任务正在经历怎样的变革

作者&#xff1a;黄晓萌(学仁) 背景 Job 表示短周期的作业&#xff0c;定时 Job 表示按照预定的时间运行Job&#xff0c;或者按照某一频率周期性的运行 Job。比如&#xff1a; 许多传统企业使用 Linux 自带的 crontab 来做定时任务的方案&#xff0c;该方案非常简单&#xff…

docker学习笔记02-安装mysql

1.安装mysql8 下载MySQL镜像 docker pull mysql:8.0创建并启动容器 docker run -itd --name mysqltest -p 9999:3306 -e MYSQL_ROOT_PASSWORD123456 mysql其中-it是交互界面 -d是后台执行 -name 指定容器名称 -p指定映射端口 -e设置环境变量 最后mysql是镜像名或者用镜像id如…

最新云渲染平台选择,云渲染避免踩坑指南

​随着云计算技术的飞速发展&#xff0c;云渲染逐步成为各类行业的优选工具&#xff0c;它凭借出色的效能和强大的并行计算能力&#xff0c;显著提高了工作效率&#xff0c;然而&#xff0c;要想充分利用云渲染技术&#xff0c;选择一款合适的云渲染平台是刻不容缓的课题&#…

一种删除 KubeSphere 中一直卡在 Terminating 的 Namespace--KubeSphere Logging System的简单方法

文章目录 一、问题提出二、删除方法1&#xff0c;获取kubesphere-logging-syste的详细信息json文件2&#xff0c;编辑kubesphere-logging-system.json3&#xff0c;执行清理命令 三、检查结果 一、问题提出 在使用 KubeSphere 的时候发现有一个日志服务KubeSphere Logging Sys…

React快速入门之交互性

响应事件 创建事件处理函数 处理函数名常以handle事件名命名 function handlePlayClick() {alert(Playing);}传递事件处理函数 函数名、匿名两种方式&#xff01; function PlayButton() {function handlePlayClick() {alert(Playing);}return (<Button handleClick{handl…

网站显示不安全警告怎么办?消除网站不安全警告超全指南

网站显示不安全警告怎么办&#xff1f;当用户访问你的网站&#xff0c;而您的网站没有部署SSL证书实现HTTPS加密时&#xff0c;网站就会显示不安全警告&#xff0c;这种警告&#xff0c;不仅有可能阻止用户继续浏览网站&#xff0c;影响网站声誉&#xff0c;还有可能影响网站在…

Android 8.1 设置USB传输文件模式(MTP)

项目需求&#xff0c;需要在电脑端adb发送通知手机端接收指令&#xff0c;将USB的仅充电模式更改成传输文件&#xff08;MTP&#xff09;模式&#xff0c;便捷用户在我的电脑里操作内存文件&#xff0c;下面是我们的常见的修改方式 1、android12以下、android21以上是这种方式…

纸质版表格怎么用扫描仪转换成电子版表格

要将纸质版表格转换成电子版表格&#xff0c;可以使用以下步骤&#xff1a; 1、准备一台物理扫描仪并与电脑连接好&#xff0c;并安装好驱动。 2、打开安装好的金鸣表格文字识别电脑客户端。 3、点击“扫描文件”&#xff0c;在弹出的对话框中选中需要使用的扫描仪。 4、点击“…

法线贴图可以实现什么样的3D效果

在线工具推荐&#xff1a; 3D数字孪生场景编辑器 - GLTF/GLB材质纹理编辑器 - 3D模型在线转换 - Three.js AI自动纹理开发包 - YOLO 虚幻合成数据生成器 - 三维模型预览图生成器 - 3D模型语义搜索引擎 在 3D 建模中&#xff0c;曲面由多边形表示。照明计算是基于这些多边…

成考生必看!2023年成人高考录取后入学拿证流程

成人高考录取后并不是就可以坐等拿证了&#xff01; 成人高考录取后你还有这些事情要做。 一起来了解一下吧&#xff01; 成人高考入学到拿证流程 办理入学流程 1.入学时间 确认被高校录取后&#xff0c;12月下旬左右开始办理入学(实际时间以各院校安排为准&#xff09; 2.缴…

【28】Kotlin语法进阶——使用协程编写高效的并发程序

提示&#xff1a;此文章仅作为本人记录日常学习使用&#xff0c;若有存在错误或者不严谨得地方欢迎指正。 文章目录 一、Kotlin中的协程1.1 协程的基本用法1.1.1协程与协程作用域1.1.2 使用launch函数创建子协程1.1.3 通过suspend关键声明挂起函数1.1.4 coroutineScope函数 1.2…

Arduino串口测试

目录 一、硬件介绍 1、控制器 2、TTL转USB串口 二、软件程序 1、单片机发送字符串 &#xff08;1&#xff09;每个串口对应的类名称介绍 &#xff08;2&#xff09;发送功能 &#xff08;3&#xff09;代码 &#xff08;4&#xff09;测试 2、单片机接收字符串 &…

鸿蒙开发之android对比开发《基础知识》

基于华为鸿蒙未来可能不再兼容android应用&#xff0c;推出鸿蒙开发系列文档&#xff0c;帮助android开发人员快速上手鸿蒙应用开发。 1. 鸿蒙使用什么基础语言开发&#xff1f; ArkTS是鸿蒙生态的应用开发语言。它在保持TypeScript&#xff08;简称TS&#xff09;基本语法风…

记录 | ubuntu源码编译python3.7.3(指定版本)

一、安装依赖包 sudo apt-get install -y make build-essential libssl-dev zlib1g-dev sudo apt-get install -y libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm sudo apt-get install -y libncurses5-dev libncursesw5-dev xz-utils tk-dev 二、从Python网…

二叉树数据结构:深入了解二叉树的概念、特性与结构

在探索栈和队列之后&#xff08;大家可以移步至我的数据结构专栏&#xff09;&#xff1a;T-rLN的数据结构专栏 我们转向了更为复杂而有趣的数据结构——二叉树。本文将引领我们进入二叉树的世界&#xff0c;从最基本的概念和结构开始&#xff0c;逐步深入了解二叉树的顺序结构…

听GPT 讲Rust源代码--src/tools(30)

File: rust/src/tools/clippy/clippy_lints/src/casts/cast_slice_from_raw_parts.rs 在Rust源代码中&#xff0c;cast_slice_from_raw_parts.rs文件位于rust/src/tools/clippy/clippy_lints/src/casts/目录下&#xff0c;它是Clippy工具中的一个lint&#xff0c;用于检查通过f…