arXiv:2511.17988cs.CVcs.IR2025-11被引 1

用混合架构提升医学图像分割精度,兼顾局部细节与全局结构。

HyM-UNet: Synergizing Local Texture and Global Context via Hybrid CNN-Mamba Architecture for Medical Image Segmentation

论文配图:HyM-UNet: Synergizing Local Texture and Global Context via Hybrid CNN-Mamba Architecture for Medical Image Segmentation
图 1 · 摘自论文原文
  • 结合CNN局部感知与Mamba全局建模能力,分阶段设计编码器。
  • 在ISIC 2018上达到更高Dice和IoU,参数更少、推理更快。
  • 适合处理形状复杂、尺度多变的医学图像分割任务。

精准的器官与病灶分割是计算机辅助诊断的关键前提。卷积神经网络(CNN)受限于局部感受野,难以捕捉复杂的全局解剖结构。为此,本文提出一种新型混合架构HyM-UNet,旨在协同CNN的局部特征提取能力与Mamba的高效全局建模能力。具体地,设计分层编码器:浅层使用卷积模块保留高频纹理细节,深层引入视觉Mamba模块以线性复杂度捕获长程语义依赖。为弥合编码器与解码器间的语义差距,提出基于Mamba的引导融合跳跃连接(MGF-Skip),利用深层语义特征作为门控信号,动态抑制浅层特征中的背景噪声,从而增强对模糊边界的感知。在公开基准数据集ISIC 2018上进行大量实验,结果表明HyM-UNet在Dice系数和交并比(IoU)上显著优于现有最先进方法,同时保持更低参数量与推理延迟。这验证了该方法在处理具有复杂形状与尺度变化的医学分割任务中的有效性与鲁棒性。

原文摘要 · Abstract (English)

Accurate organ and lesion segmentation is a critical prerequisite for computer-aided diagnosis. Convolutional Neural Networks (CNNs), constrained by their local receptive fields, often struggle to capture complex global anatomical structures. To tackle this challenge, this paper proposes a novel hybrid architecture, HyM-UNet, designed to synergize the local feature extraction capabilities of CNNs with the efficient global modeling capabilities of Mamba. Specifically, we design a Hierarchical Encoder that utilizes convolutional modules in the shallow stages to preserve high-frequency texture details, while introducing Visual Mamba modules in the deep stages to capture long-range semantic dependencies with linear complexity. To bridge the semantic gap between the encoder and the decoder, we propose a Mamba-Guided Fusion Skip Connection (MGF-Skip). This module leverages deep semantic features as gating signals to dynamically suppress background noise within shallow features, thereby enhancing the perception of ambiguous boundaries. We conduct extensive experiments on public benchmark dataset ISIC 2018. The results demonstrate that HyM-UNet significantly outperforms existing state-of-the-art methods in terms of Dice coefficient and IoU, while maintaining lower parameter counts and inference latency. This validates the effectiveness and robustness of the proposed method in handling medical segmentation tasks characterized by complex shapes and scale variations.

医学图像分割混合架构Mamba

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