菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-01
📄 Abstract - MedCAGD: Context-Aware Gated Decoder for Efficient Medical Image Segmentation

Medical image segmentation relies on the ability of encoder-decoder architectures to translate rich feature representations into accurate pixel-level predictions under challenging conditions such as low contrast, structural ambiguity, and scale variability. While recent advances in large-scale pretraining and transformer-based encoders have substantially improved feature extraction, segmentation accuracy remains constrained by decoder design, particularly in terms of cross-scale alignment, contextual integration, and boundary preservation. In this work, we revisit medical image segmentation from a decoder-centric perspective and propose a context-aware gated decoder that systematically regulates feature fusion and contextual aggregation throughout the decoding process. The proposed decoder integrates lightweight multi-scale channel recalibration, gated skip fusion with spatial competition and a global context aggregation mechanism that injects encoder-wide information into intermediate decoding stages. This design enables effective translation of strong pretrained encoder representations into spatially consistent predictions. Extensive experiments across 11 medical image segmentation benchmarks validate the effectiveness and demonstrate that the proposed approach consistently outperforms strong baselines while remaining computationally practical. Code: this https URL

顶级标签: medical computer vision model evaluation
详细标签: medical image segmentation gated decoder context-aware feature fusion decoder design 或 搜索:

MedCAGD:用于高效医学图像分割的上下文感知门控解码器 / MedCAGD: Context-Aware Gated Decoder for Efficient Medical Image Segmentation


1️⃣ 一句话总结

本文提出了一种轻量级、上下文感知的“门控解码器”方法,通过多尺度通道优化、门控跳跃连接和全局信息融合,有效解决了医学图像分割中边界模糊和特征对齐难的问题,在11个数据集上显著提升了分割精度,且运行效率高。

源自 arXiv: 2607.00409