MedCAGD: Context-Aware Gated Decoder for Efficient Medical Image Segmentation
About
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: https://github.com/saadwazir/MedCAGD
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Polyp Segmentation | ETIS | Dice Score93.47 | 138 | |
| Polyp Segmentation | ColonDB | mDice93.27 | 96 | |
| Multi-organ Segmentation | Synapse multi-organ segmentation (test) | Avg DSC0.87 | 66 | |
| 2D Medical Image Segmentation | FIVES | Dice Score87.5 | 45 | |
| Skin Lesion Segmentation | ISIC 2017 | Dice Score86.61 | 43 | |
| Neoplasm Segmentation | BUSI | Dice Coefficient83.47 | 33 | |
| Medical Image Segmentation | DRIVE | Dice81.63 | 30 | |
| Thyroid Nodule Segmentation | ThyroidXL | Dice Score88.02 | 19 | |
| Skin Lesion Segmentation | ISIC18 | Dice Coefficient91.56 | 15 | |
| Cell Segmentation | CellSeg | Dice Coefficient86.61 | 15 |