arXiv:2603.23390cs.CVeess.IV2026-03TPAMI被引 5

轻量级Transformer提升3D医学图像分割效率与数据利用率

Harnessing Lightweight Transformer with Contextual Synergic Enhancement for Efficient 3D Medical Image Segmentation

  • 设计轻量化注意力模块与门控单元,减少参数和计算量
  • 仅用10%标注数据即超越基线模型1.43%的分割精度
  • 适合资源受限场景下的医学图像分析任务

Transformers在3D医学图像分割中表现优异,但其高计算开销和对大量标注数据的依赖限制了应用。为此,本文从模型效率与数据效率两方面入手,提出Light-UNETR轻量级Transformer。该模型包含轻量级维度缩减注意力(LIDR)模块,通过多分支注意力同时捕捉全局与局部特征,并引入紧凑门控线性单元(CGLU)以极低参数实现通道交互控制。此外,提出上下文协同增强(CSE)学习策略,先利用外部上下文信息通过注意力引导替换增强未标注数据学习,再通过空间掩码一致性利用内部上下文强化空间推理。在多个基准上实验表明,该方法在性能与效率上均具优势。例如,在左心房分割数据集上仅使用10%标注数据时,相比基线方法(BCP)Jaccard分数提升1.43%,计算量(FLOPs)降低90.8%,参数量减少85.8%。代码已开源。

原文摘要 · Abstract (English)

Transformers have shown remarkable performance in 3D medical image segmentation, but their high computational requirements and need for large amounts of labeled data limit their applicability. To address these challenges, we consider two crucial aspects: model efficiency and data efficiency. Specifically, we propose Light-UNETR, a lightweight transformer designed to achieve model efficiency. Light-UNETR features a Lightweight Dimension Reductive Attention (LIDR) module, which reduces spatial and channel dimensions while capturing both global and local features via multi-branch attention. Additionally, we introduce a Compact Gated Linear Unit (CGLU) to selectively control channel interaction with minimal parameters. Furthermore, we introduce a Contextual Synergic Enhancement (CSE) learning strategy, which aims to boost the data efficiency of Transformers. It first leverages the extrinsic contextual information to support the learning of unlabeled data with Attention-Guided Replacement, then applies Spatial Masking Consistency that utilizes intrinsic contextual information to enhance the spatial context reasoning for unlabeled data. Extensive experiments on various benchmarks demonstrate the superiority of our approach in both performance and efficiency. For example, with only 10% labeled data on the Left Atrial Segmentation dataset, our method surpasses BCP by 1.43% Jaccard while drastically reducing the FLOPs by 90.8% and parameters by 85.8%. Code is released at https://github.com/CUHK-AIM-Group/Light-UNETR.

3D分割轻量级模型自监督学习医学影像

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。