探索多模态MR图像的脑肿瘤分割任务结构| 文献速递-深度学习肿瘤自动分割

Title

题目

Exploring Task Structure for Brain Tumor Segmentation From Multi Modality MR Images

探索多模态MR图像的脑肿瘤分割任务结构

01

文献速递介绍

脑肿瘤分割旨在从多模态磁共振(MR)序列中自动分割肿瘤区域,这些序列由先进的医学成像设备拍摄。通过分割脑肿瘤,可以提供肿瘤体积、形状和定位(包括整个肿瘤区域、增强肿瘤核心区域和肿瘤核心区域),这在脑肿瘤诊断和监测中起着至关重要的作用。然而,从噪声医学图像中分割脑肿瘤绝非易事,许多研究努力已投入到这一领域,通常遵循两条主要路径。一方面,现有方法将多模态脑肿瘤分割任务视为常见的语义分割问题,并基于语义分割的网络架构构建模型。另一方面,一些现有方法将通常用于语义分割的二维卷积神经网络(CNN)架构扩展到三维CNN架构,以适应所研究的多模态MR体数据结构。

然而,现有脑肿瘤分割方法试图复制RGB图像的语义分割方法,似乎过于依赖CNN架构,而忽略了临床实践中识别脑肿瘤区域的基本规则。因此,这些方法的性能仍然不尽人意。实际上,脑病医生通常通过权衡不同模态的体积数据来发现不同的肿瘤区域,因为他们知道不同的模态数据可能反映不同的病理特征。这揭示了脑肿瘤分割中的任务-模态结构,并表明了每种模态数据与感兴趣的肿瘤区域之间的关系。

另一方面,脑病医生在寻找三个肿瘤区域时,既不是同时进行,也不是平等对待每种模态来寻找特定肿瘤区域。据我们所知,这是因为医生心中有任务结构的优先级:一方面,他们知道这三个肿瘤区域是相互包含的,而不是独立存在的。因此,他们通过首先定位最明显的肿瘤区域,然后搜索其他区域来发现这些肿瘤区域

Abstract

摘要

Brain tumor segmentation, which aims at segment  ing the whole tumor area, enhancing tumor core area, and tumorcore area from each input multi-modality bio-imaging data, has**received considerable attention from both academia and industry.However, the existing approaches usually treat this problem as acommon semantic segmentation task without taking into accountthe underlying rules in clinical practice. In reality, physicianstend to discover different tumor areas by weighing differentmodality volume data. Also, they initially segment the mostdistinct tumor area, and then gradually search around to findthe other two. We refer to the first property as the task-modalitystructure while the second property as the task-task structure,based on which we propose a novel task-structured brain tumorsegmentation network (TSBTS net). Specifically, to explore thetask-modality structure, we design a modality-aware featureembedding mechanism to infer the important weights of themodality data during network learning. To explore the task-taskstructure, we formulate the prediction of the different tumorareas as conditional dependency sub-tasks and encode suchdependency in the network stream. Experiments on BraTSbenchmarks show that the proposed method achieves superiorperformance in segmenting the desired brain tumor areas whilerequiring relatively lower computational costs, compared to otherstate-of-the-art methods and baseline models.

脑肿瘤分割旨在划分整个肿瘤区域、增强肿瘤核心区域,以及从每个输入的多模态生物成像数据中提取肿瘤核心区域,这一领域已经获得了学术界和工业界的广泛关注。然而,现有方法通常将此问题视为常规的语义分割任务,没有考虑到临床实践中的潜在规则。实际上,医生倾向于通过权衡不同模态的体积数据来发现不同的肿瘤区域。此外,他们通常先分割最明显的肿瘤区域,然后逐渐搜索周围区域以找到其他两个区域。我们将第一个特性称为任务-模态结构,而第二个特性称为任务-任务结构。基于此,我们提出了一种新颖的结构化脑肿瘤分割网络(TSBTS网络)。具体来说,为了探索任务-模态结构,我们设计了一种模态感知的特征嵌入机制,在网络学习期间推断模态数据的重要权重。为了探索任务-任务结构,我们将不同肿瘤区域的预测表述为条件依赖的子任务,并在网络流中编码此类依赖。在BraTS基准测试上的实验表明,与其他最先进的方法和基线模型相比,所提出的方法在分割所需的脑肿瘤区域方面表现出色,同时计算成本相对较低。

Method

方法

The existing works usually formulate the brain tumorsegmentation as a structured prediction problem, where the“structure” mainly refers to the context structure, i.e., globalor local neighborhood interactions. In this paper, alternatively,we interpret it as a task structured prediction problem basedon the valuable domain knowledge from clinical practice.Given the training data {Xm, Ym}, m ∈ {1, 2,··· , M}, whereXm = {XT 1m , XT 1c m , XT 2m , Xm FLAI R} is the multi-modalityvolume data while Ym* = {Ym ET , Y*m T C, Ym W T } denotes theannotated ground-truth tumor areas, the goal of the proposedTSBTS net is to learn to predict the segmentation masksof the tumor areas ˆ

Ym = { ˆYETm , ˆYT Cm , ˆYW Tm } from eachinput Xm. Considering no task structure, the existing methods, such as  would directly predict labelsfor multiple (sub-)tasks simultaneously and use unweightedmodality features as input. In contrast, our proposed TSBTSnet explores the two-fold important task structures, i.e., thetask-task structure and task-modality structure, to implementthe multi-modality brain tumor segmentation task, which formulates the prediction of multiple (sub-)tasks in a conditionaldependency fashion and introduces the modality-aware featureweighting mechanism for each specific (sub-)task.

现有工作通常将脑肿瘤分割定义为一个结构化预测问题,其中“结构”主要指的是上下文结构,即全局或局部邻域交互。然而,在本文中,我们基于来自临床实践的宝贵领域知识,将其解释为一个任务结构化预测问题。

给定训练数据 {Xm, Ym},其中 m ∈ {1, 2, ..., M},Xm = {XT1m, XT1cm, XT2m, Xm FLAIR} 是多模态体积数据,而 Ym = {Ym ET, Ym TC, Ym WT} 表示标注的实际肿瘤区域。所提出的TSBTS网络的目标是学习预测每个输入 Xm 的肿瘤区域的分割掩码 ˆYm = {ˆYETm, ˆYTCm, ˆYWTm}。考虑到没有任务结构,现有方法如会直接同时为多个(子)任务预测标签,并使用未加权的模态特征作为输入。相比之下,我们提出的TSBTS网络探索了两个重要的任务结构,即任务-任务结构和任务-模态结构,来实施多模态脑肿瘤分割任务,这种方式将多个(子)任务的预测制定为条件依赖方式,并为每个特定的(子)任务引入了模态感知特征加权机制。

Figure

图片

Fig. 1. Illustration of the multi-modality brain tumor segmentation task. On the left, we show MR scans in different modalities and from different views(imagining the entire multi-modality input data is a 3D volume with four modality channels). On the right, we show the ground-truth of the targeted tumorareas. At the bottom of this figure, we reveal two valuable prior knowledge from the clinical practice, which are also the key insights for establishing ourproposed TSBTS net. Notice that, to show examples more clearly, we reduce the black background areas for each slice.

图1. 多模态脑肿瘤分割任务的示意图。在左侧,我们展示了不同模态和不同视角的MR扫描图像(想象整个多模态输入数据是一个具有四个模态通道的3D体积)。在右侧,我们展示了目标肿瘤区域的实际情况。在该图的底部,我们揭示了来自临床实践的两个有价值的先验知识,这些也是我们提出的TSBTS网络的关键见解。请注意,为了更清楚地显示示例,我们减少了每个切片的黑色背景区域。

图片

Fig. 2. Illustration of the whole network architecture of the proposed TSBTS net, which contains three modality-aware feature embedding (MAFE) modulesand three inferring modules. The modules in green, red, and blue are used to segment the enhancing tumor core, tumor core, and whole tumor areas,respectively. In the TSBTS net, the task-modality structure is modeled as a weighted combination structure, where the MAFE mechanism is adopted to inferthe importance weights and obtain the weighted features. In addition, the task-task structure is modeled as an ordered inference structure, where the networkmimics the process to discover and segment the three mutually contained areas from the most distinct area to its surrounding areas. Notice that the dashedblocks are not network layers but the input data of each inferring module.

图2. 所提出的TSBTS网络的整体网络架构示意图,该网络包含三个模态感知特征嵌入(MAFE)模块和三个推断模块。用于分割增强肿瘤核心、肿瘤核心和整个肿瘤区域的模块分别以绿色、红色和蓝色表示。在TSBTS网络中,任务-模态结构被建模为加权组合结构,采用MAFE机制来推断重要性权重并获取加权特征。此外,任务-任务结构被建模为有序推理结构,网络模仿从最明显的区域到其周围区域发现和分割三个相互包含区域的过程。请注意,虚线框不是网络层,而是每个推断模块的输入数据。

图片

Fig. 3. Illustration of the network architecture of Inferring Module I. The input of the network block is the weighted feature maps obtained from theMAFE Module I, while the output of the network block is the prediction of the ET area. All the convolutional layers perform the 3D voxel-level convolution.The second parameter shown in each convolutional layer is the number of the convolutional kernels. Inspired by , we connect convolution moduleswith post-activation (i.e., Conv-BN-ReLU) and those with pre-activation (i.e., BN-ReLU-Conv) in our network. Notice that the difference between theseinferring modules is that the kernel number and the dilation rate of the dilated convolutional layer in the Inferring Module II are set to 32 and 4, respectively.Accordingly, the kernel number and the dilation rate of the dilated convolutional layer in the Inferring Module III are set to 64 and 8.

图3. 推断模块I的网络架构示意图。该网络块的输入是从MAFE模块I获得的加权特征图,而网络块的输出是ET(增强肿瘤)区域的预测。所有卷积层都执行3D体素级卷积。在每个卷积层中显示的第二个参数是卷积核的数量。受到的启发,我们在网络中连接了带后激活的卷积模块(即,Conv-BN-ReLU)和带前激活的卷积模块(即,BN-ReLU-Conv)。请注意,这些推断模块之间的区别在于,推断模块II中的膨胀卷积层的核数和膨胀率分别设置为32和4。相应地,推断模块III中的膨胀卷积层的核数和膨胀率设置为64和8。

图片

Fig. 4. Illustration of the architecture of the MAFE module. The input of thenetwork block is the original multi-modality volume data, while the output ofthe network block is the weighted feature volume considering the importanceof each modality conditioned on each specific MR slice. Notice that MAFEModule I, II, III share the same architecture. They are placed at differentlocations of the network to explore the importance of each modality data forsegmenting different types of tumor areas.

图4. MAFE模块的架构示意图。网络块的输入是原始的多模态体积数据,而网络块的输出则是考虑到每种模态在每个特定MR切片上的重要性的加权特征体积。请注意,MAFE模块I、II、III具有相同的架构。它们被放置在网络的不同位置,以探索每种模态数据对分割不同类型肿瘤区域的重要性。

图片

Fig. 5. Examples to explain why we need to learn importance weightsconditioned on the specific MR slice location. The examples in the first roware from Slice #54, from which we can observe that the T2 modality is moreimportant for segmenting the WT area. However, from the examples of Slice#102 (the second row), we observe that the FLAIR modality is more importantfor segmenting the WT area. When segmenting the TC area, the T1 modalityappears to be more important in Slice #54 while less important in Slice #102.

图5. 示例说明为什么我们需要学习基于特定MR切片位置的重要性权重。第一行的示例来自切片#54,从中我们可以观察到T2模态对于分割WT(整个肿瘤)区域更为重要。然而,从切片#102(第二行)的示例中,我们观察到FLAIR模态对于分割WT区域更为重要。在分割TC(肿瘤核心)区域时,T1模态在切片#54中似乎更为重要,而在切片#102中则较为不重要。

图片

Fig. 6. Examples of the brain tumor segmentation results from the BraTS 2017 Validation Dataset. The green, blue, and pink regions indicate the wholetumor areas, tumor core areas, and enhancing tumor core areas, respectively

图6. 来自BraTS 2017验证数据集的脑肿瘤分割结果示例。绿色、蓝色和粉色区域分别表示整个肿瘤区域、肿瘤核心区域和增强肿瘤核心区域。

图片

Fig. 7. Influence of the parameter α on the BraTS 2018 dataset. The leftfigure is based on the measurement of the mean Dice score, where highervalues indicate better results. The right figure is based on the measurement ofthe standard deviation of the Dice score, where lower values indicate betterresults.

图7. 参数 α 对BraTS 2018数据集的影响。左图基于平均Dice分数的测量,其中较高的值表示更好的结果。右图基于Dice分数的标准偏差的测量,其中较低的值表示更好的结果。

图片

Fig. 8. The average values of the importance weights for each modality datainferred by our TSBTS net when segmenting a certain type of tumor area.

图8. 在分割某一类型的肿瘤区域时,我们的TSBTS网络推断出的每种模态数据的重要性权重的平均值。

图片

Fig. 9. Some examples of the failure cases of our approach. The first rowshows the original input with the FLAIR modality. The green, blue, and pinkregions indicate the WT areas, TC areas, and ET areas, respectively. Thescores reported in the middle of each column are the Dice scores of thepredicted tumor areas. Here scores marked in yellow (i.e., those below 0.8)are considered as the failure cases.

图9. 我们方法的一些失败案例示例。第一行显示了带有FLAIR模态的原始输入。绿色、蓝色和粉红色区域分别表示WT区域、TC区域和ET区域。每列中间报告的分数是预测肿瘤区域的Dice分数。这里用黄色标记的分数(即低于0.8的分数)被视为失败案例。

Table

图片

TABLEI comparison of the proposed approach and other state-of-the-art methods on the brats 2017 in terms of the dice score(the higher the better), hausdorff distance (the lower the better), and model parameter (the lower the better).besides the absolute number of model parameters of each compared method, we also report the ratio(under the number of parameters of each model) when comparing the modelparameter of our approach to that of the other method

表 I:在BraTS 2017数据集上,所提出的方法与其他最先进方法的比较,包括Dice分数(数值越高越好)、豪斯多夫距离(数值越低越好)和模型参数(数值越低越好)。除了每种比较方法的模型参数的绝对数量外,我们还报告了在比较我们的方法与其他方法的模型参数时各自模型参数的比例。

图片

TABLE IIcomparison of the proposed approach and other state-of-the-art methods on the brats 2018 in terms of the dice score(the higher the better), hausdorff distance (the lower the better), and model parameter (the lower the better).besides the absolute number of the model parameter of each compared method, we also report the ratio(under the number of parameters of each model) when comparing the model parameters of ourapproach to those of the other methods. notice that as  and  do not havethe open access projects and results, we implement their algorithmsourselves based on their descriptions for experimental comparison.

表 II:在BraTS 2018数据集上,所提出的方法与其他最先进方法的比较,包括Dice分数(数值越高越好)、豪斯多夫距离(数值越低越好)和模型参数(数值越低越好)。除了每种比较方法的模型参数的绝对数量外,我们还报告了在比较我们方法的模型参数与其他方法的模型参数时的比例。请注意,由于和的项目和结果不是开放获取的,我们根据它们的描述自行实现了它们的算法进行实验比较。

图片

TABLE IIIcomparison of the proposed approach and other baselinemodels in terms of the dice score, where “et”, “wt”,“tc”, and “stddev” are short for “enhancing tumor”,“whole tumor”, “tumor core”, and “standarddeviation”, respectively.

表 III:所提出方法与其他基线模型在Dice分数方面的比较,其中“ET”、“WT”、“TC”和“STDDEV”分别是“增强肿瘤”、“整个肿瘤”、“肿瘤核心”和“标准偏差”的缩写。

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

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

相关文章

万字长文深度解析Agent反思工作流框架Reflexion中篇

前文《LLM-Agents]万字长文深度解析Agent反思工作流框架Reflexion上篇:安装与运行》我们已经介绍了 Reflexion 框架的背景知识、数据集以及安装运行方法。在本文中,我们将深入探讨 Agent 的具体运行细节。 上篇讲到agent.run(reflect_strategystrategy)…

艾体宝方案 | redis赋能游戏开发,游戏玩家纵享丝滑

掉线,加载缓慢,反馈无跟进,这些令游戏玩家炸毛的问题,同时也是游戏开发者关注的问题。开发者将目光投向了Redis,一个实时数据平台,告别卡顿延迟! 一、玩家不掉线,游戏更丝滑 在大型…

NVIDIA Blackwell Architecture

本文翻译自:NVIDIA Blackwell Architecture https://www.nvidia.com/en-us/data-center/technologies/blackwell-architecture/ 文章目录 了解技术突破1、新型人工智能超级芯片2、第二代 Transformer 引擎3、Secure AI4、NVLink 和 NVLink 交换机5、解压缩引擎6、可…

VNC server ubuntu20 配置

介绍 最近想使用实验室的4卡服务器跑一些深度学习实验,因为跑的是三维建图实验,需要配上可视化界面,本来自带的IPMI可以可视化,但分辨率固定在640*480,看起来很别扭,就捣鼓服务器远程可视化访问了两天&…

vue2转vue3初步下载pnpm遇到的问题 pnpm : 无法加载文件 D:\nodejs\pnpm.ps1

安装pnpm npm install -g pnpm pnpm -v 提示: 解决:nvm install 18.18.0 下载最稳定版本的nodejs nvm use 18.18.0 然后注意重新下载删除pnpm npm uninstall -g pnpm npm install -g pnpmlatest 在vscode使用pnpm报错 解决:管理员运行Windo…

web项目规范配置(husky、eslint、lint-staged、commit)

背景: 团队开发为了保证提交代码格式统一,通常在进行代码提交的时候对暂存区代码进行校验,如没有通过eslint(本例使用eslint)校验,则不能提交到远端。 安装依赖 husky 、eslint 、prettier 、lint-staged npm install husky e…

Satellite Stereo Pipeline学习

1.在Anaconda某个环境中安装s2p pip install s2p 2.在Ubuntu系统中安装s2p源代码 git clone https://github.com/centreborelli/s2p.git --recursive cd s2p pip install -e ".[test]" 3.在s2p中进行make all处理 中间会有很多情况,基本上哪个包出问题…

基于网关的ip频繁访问web限制

一、前言 外部ip对某一个web进行频繁访问,有可能是对web进行攻击,现在提供一种基于网关的ip频繁访问web限制策略,犹如带刀侍卫,审查异常身份人员。如发现异常或者暴力闯关者,即可进行识别管制。 二、基于网关的ip频繁访…

【Python】 倒序遍历列表:Python中的简单技巧

基本原理 在Python中,列表是一种非常灵活的数据结构,它允许我们存储一系列的元素。有时,我们需要按照与元素添加顺序相反的顺序来遍历列表。这通常被称为“倒序遍历”。Python提供了几种不同的方法来实现这一功能。 代码示例 示例1&#x…

【vueCms】vueCms后台管理系统安装问题集合

开源项目地址: https://www.vuecms.cn/ 开源代码地址: https://gitee.com/derekgo/vue-cms_xg 问题一 如果出现提示少了个index.html。如下图 解决办法: 重新安装前端(vue3_vite)项目依赖 问题二 npm版本高无法解析依赖树导致依赖下载失败 解决方案: npm install --legacy…

【Flask-app.py运行】已解决Cannot run program “D:\APP\python\python.exe”

文章目录 一、问题描述二、解决方法 一、问题描述 Cannot run program “D:\APP\python\python.exe” (in directory “F:\Codes\竞赛\大计赛\group\code\web\web”): CreateProcess error2, 系统找不到指定的文件。 这段报错源于运行 flask 项目的 app.py 时报错找不到程序&…

C++ | Leetcode C++题解之第119题杨辉三角II

题目&#xff1a; 题解&#xff1a; class Solution { public:vector<int> getRow(int rowIndex) {vector<int> row(rowIndex 1);row[0] 1;for (int i 1; i < rowIndex; i) {row[i] 1LL * row[i - 1] * (rowIndex - i 1) / i;}return row;} };

SNCScan:针对SAP安全网络通信(SNC)的安全分析与评估工具

关于SNCScan SNCScan是一款针对SAP安全网络通信&#xff08;SNC&#xff09;的安全分析与评估工具&#xff0c;该工具旨在帮助广大研究人员分析SAP安全网络通信&#xff08;SNC&#xff09;&#xff0c;并分析和检测SNC配置与SAP组件中的潜在问题。 SNC系统参数 SNC基础 SAP协…

面向Java程序员的Go工程开发入门流程

对于一个像我这样没有go背景的java程序员来说&#xff0c;使用go开发一个可用的程序的速度是肉眼可见的缓慢。 其难点不在于go语言本身&#xff0c;而是搭建整个工程链路的过程&#xff0c;即所谓的“配环境”。 本文主要讲述如何配出一个适合go开发的环境&#xff0c;以免有同…

未来工厂新篇章:大型工厂3D可视化技术引领工业新潮流

在科技日新月异的今天&#xff0c;大型工厂不再是我们印象中机器轰鸣、尘土飞扬的钢铁丛林&#xff0c;而是变成了智慧与效率并存的现代化生产中心。这一切的改变&#xff0c;都离不开一项革命性的技术——3D可视化。 一、何为大型工厂3D可视化&#xff1f; 大型工厂3D可视化&…

MATLAB函数模块光显示zeros/poles怎么办?

出现下面这种图了怎么办&#xff1f;是做错了吗&#xff1f; 这种图就是它显示不完整了&#xff0c;把它拉大点就可以完全显示了。

K8s Ingress 详解

文章目录 K8s Ingress 详解Ingress 资源清单Ingress 基于URL 实现路由Ingress 基于名称虚拟主机Ingress 实现HTTPS创建TLS 证书创建Secrets配置ingress Ingress RewriteIngress 灰度发布Ingress 配置认证 K8s Ingress 详解 Ingress 资源清单 apiVersion: networking.k8s.io/v…

2024年人文发展与社会科学国际会议(ICHDSS 2024)

2024年人文发展与社会科学国际会议 2024 International Conference on Humanities Development and Social Sciences 【1】会议简介 2024年人文发展与社会科学国际会议是一个汇集全球人文科学和社会科学领域专家学者的盛会。本次会议旨在深入探讨人文发展的多元性、复杂性以及社…

如何查看本地sql server数据库的ip地址

程序连线SQL数据库&#xff0c;需要SQL Server实例的名称或网络地址。 1.查询语句 DECLARE ipAddress VARCHAR(100) SELECT ipAddress local_net_address FROM sys.dm_exec_connections WHERE SESSION_ID SPID SELECT ipAddress As [IP Address]SELECT CONNECTIONPROPERTY(…

SOLIDWORKS参数化开发 慧德敏学

传统的设计模式下大规模定制型产品结构设计周期长&#xff0c;问题多&#xff0c;以及大量重复性工作让工程师疲于应对&#xff0c;这些严重阻碍了公司订单承接能力和技术创新能力&#xff0c;难以响应市场需求。 什么是参数化设计&#xff1f; 1、它是一种设计的方式&#x…