GCA-ResUNet:Image segmentation in medical images using grouped coordinate attention
Jun Ding, Shang Gao

TL;DR
GCA-ResUNet is an efficient medical image segmentation model that integrates grouped coordinate attention into ResNet-50, capturing global dependencies with minimal computational overhead, leading to superior accuracy on benchmark datasets.
Contribution
This paper introduces GCA-ResUNet, a novel segmentation network that combines grouped coordinate attention with ResNet-50, enhancing global context modeling in medical images efficiently.
Findings
Achieves 86.11% Dice on Synapse dataset
Reaches 92.64% Dice on ACDC dataset
Outperforms several state-of-the-art baselines
Abstract
Medical image segmentation underpins computer-aided diagnosis and therapy by supporting clinical diagnosis, preoperative planning, and disease monitoring. While U-Net style convolutional neural networks perform well due to their encoder-decoder structures with skip connections, they struggle to capture long-range dependencies. Transformer-based variants address global context but often require heavy computation and large training datasets. This paper proposes GCA-ResUNet, an efficient segmentation network that integrates Grouped Coordinate Attention (GCA) into ResNet-50 residual blocks. GCA uses grouped coordinate modeling to jointly encode global dependencies across channels and spatial locations, strengthening feature representation and boundary delineation while adding minimal parameter and FLOP overhead compared with self-attention. On the Synapse dataset, GCA-ResUNet achieves a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Imaging and Analysis · AI in cancer detection
