• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • 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分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

基于层次全连接的脑肿瘤分割的全局依赖关系学习。

Learning global dependencies based on hierarchical full connection for brain tumor segmentation.

机构信息

School of Computer and Computational Science, Zhejiang University City College, Hangzhou, 310011, China.

School of Computer Science and Technology, Zhejiang University, Hangzhou, 310013, China.

出版信息

Comput Methods Programs Biomed. 2022 Jun;221:106925. doi: 10.1016/j.cmpb.2022.106925. Epub 2022 May 30.

DOI:10.1016/j.cmpb.2022.106925
PMID:35688765
Abstract

BACKGROUND AND OBJECTIVE

Because the appearance, shape and location of brain tumors vary greatly among different patients, brain tumor segmentation (BTS) is extremely challenging. Recently, many studies have used attention mechanisms to solve this problem, which can be roughly divided into two categories: the spatial attention based on convolution (with or without channel attention) and self-attention. Due to the limitation of convolution operations, the spatial attention based on convolution cannot learn global dependencies very well, resulting in poor performance in BTS. A simple improvement idea is to directly substitute it with self-attention, which has an excellent ability to learn global dependencies. Since self-attention is not friendly to GPU memory, this simple substitution will make the new attention mechanism unable to be applied to high-resolution low-level feature maps, which contain considerable geometric information and are also important for improving the performance of attention mechanism in BTS.

METHOD

In this paper, we propose a hierarchical fully connected module, named H-FC, to learn global dependencies. H-FC learns local dependencies at different feature map scales through fully connected layers hierarchically, and then combines these local dependencies as approximations of the global dependencies. H-FC requires very little GPU memory and can easily replace spatial attention module based on convolution operation, such as Attention Gate and SAM (in CBAM), to improve the performance of attention mechanisms in BTS.

RESULTS

Adequate comparative experiments illustrate that H-FC performs better than Attention Gate and SAM (in CBAM), which lack the ability to learn global dependencies, in BTS, with improvements in most metrics and a larger improvement in Hausdorff Distance. By comparing the amount of calculation and parameters of the model before and after adding H-FC, it is prove that H-FC is light-weight.

CONCLUSION

In this paper, we propose a novel H-FC to learn global dependencies. We illustrate the effectiveness of H-FC through experiments on BraTS2020 dataset. We mainly explore the influence of the region size and the number of steps on the performance of H-FC. We also confirm that the global dependencies of low-level feature maps are also important to BTS. We show that H-FC is light-weight through a time and space complexity analysis and the experimental results.

摘要

背景与目的

由于脑肿瘤在不同患者间的外观、形状和位置存在较大差异,脑肿瘤分割(BTS)极具挑战性。最近,许多研究使用注意力机制来解决这一问题,大致可分为两类:基于卷积的空间注意力(带或不带通道注意力)和自注意力。由于卷积运算的局限性,基于卷积的空间注意力无法很好地学习全局依赖关系,导致 BTS 性能较差。一个简单的改进思路是直接用自注意力来替代它,自注意力在学习全局依赖关系方面具有出色的能力。由于自注意力对 GPU 内存不友好,这种简单的替代将使新的注意力机制无法应用于包含大量几何信息的高分辨率低层次特征图,而这些信息对于提高注意力机制在 BTS 中的性能也很重要。

方法

本文提出了一种分层全连接模块,命名为 H-FC,用于学习全局依赖关系。H-FC 通过分层的全连接层在不同的特征图尺度上学习局部依赖关系,然后将这些局部依赖关系组合为全局依赖关系的近似值。H-FC 需要的 GPU 内存很少,可以轻松替代基于卷积运算的空间注意力模块,如 Attention Gate 和 SAM(在 CBAM 中),从而提高注意力机制在 BTS 中的性能。

结果

充分的对比实验表明,在 BTS 中,缺乏学习全局依赖关系能力的 Attention Gate 和 SAM(在 CBAM 中)表现不如 H-FC,在大多数指标上都有改进,Hausdorff 距离的改进更大。通过比较添加 H-FC 前后模型的计算量和参数,证明 H-FC 是轻量级的。

结论

本文提出了一种新的 H-FC 来学习全局依赖关系。我们在 BraTS2020 数据集上的实验证明了 H-FC 的有效性。我们主要探索了区域大小和步骤数量对 H-FC 性能的影响。我们还证实,低层次特征图的全局依赖关系对 BTS 也很重要。通过时间和空间复杂度分析以及实验结果,我们证明了 H-FC 是轻量级的。

相似文献

1
Learning global dependencies based on hierarchical full connection for brain tumor segmentation.基于层次全连接的脑肿瘤分割的全局依赖关系学习。
Comput Methods Programs Biomed. 2022 Jun;221:106925. doi: 10.1016/j.cmpb.2022.106925. Epub 2022 May 30.
2
CLCU-Net: Cross-level connected U-shaped network with selective feature aggregation attention module for brain tumor segmentation.CLCU-Net:用于脑肿瘤分割的具有选择性特征聚合注意力模块的跨层连接U型网络。
Comput Methods Programs Biomed. 2021 Aug;207:106154. doi: 10.1016/j.cmpb.2021.106154. Epub 2021 May 13.
3
Pancreatic cancer pathology image segmentation with channel and spatial long-range dependencies.基于通道和空间长程依赖的胰腺癌病理图像分割。
Comput Biol Med. 2024 Feb;169:107844. doi: 10.1016/j.compbiomed.2023.107844. Epub 2023 Dec 13.
4
nnUnetFormer: an automatic method based on nnUnet and transformer for brain tumor segmentation with multimodal MR images.nnUnetFormer:一种基于nnUnet和Transformer的利用多模态磁共振图像进行脑肿瘤分割的自动方法。
Phys Med Biol. 2023 Dec 11;68(24). doi: 10.1088/1361-6560/ad0c8d.
5
DE-UFormer: U-shaped dual encoder architectures for brain tumor segmentation.DE-UFormer:用于脑肿瘤分割的 U 形双编码器架构。
Phys Med Biol. 2023 Sep 26;68(19). doi: 10.1088/1361-6560/acf911.
6
DSKCA-UNet: Dynamic selective kernel channel attention for medical image segmentation.DSKCA-UNet:用于医学图像分割的动态选择核通道注意力。
Medicine (Baltimore). 2023 Sep 29;102(39):e35328. doi: 10.1097/MD.0000000000035328.
7
Label-Decoupled Medical Image Segmentation With Spatial-Channel Graph Convolution and Dual Attention Enhancement.基于空间-通道图卷积和双注意力增强的标签去耦医学图像分割。
IEEE J Biomed Health Inform. 2024 May;28(5):2830-2841. doi: 10.1109/JBHI.2024.3367756. Epub 2024 May 6.
8
2D medical image segmentation via learning multi-scale contextual dependencies.通过学习多尺度上下文依赖关系进行二维医学图像分割
Methods. 2022 Jun;202:40-53. doi: 10.1016/j.ymeth.2021.05.015. Epub 2021 May 23.
9
Category guided attention network for brain tumor segmentation in MRI.基于类别引导注意力的磁共振成像脑肿瘤分割网络。
Phys Med Biol. 2022 Apr 11;67(8). doi: 10.1088/1361-6560/ac628a.
10
Brain tumor magnetic resonance image segmentation by a multiscale contextual attention module combined with a deep residual UNet (MCA-ResUNet).基于多尺度上下文注意模块和深度残差 U 型网络的脑肿瘤磁共振图像分割(MCA-ResUNet)。
Phys Med Biol. 2022 Apr 19;67(9). doi: 10.1088/1361-6560/ac5e5c.