AttenScribble: Attention-enhanced Scribble Supervision for Medical Image Segmentation
Published in Journal of Visual Communication and Image Representation, 2025
This work addresses weakly supervised medical image segmentation from sparse scribble annotations. Scribbles are cheaper and more flexible than dense masks, but they provide limited shape and boundary information, making it difficult for segmentation models to generalize to unlabeled pixels.
The proposed AttenScribble framework introduces a pluggable spatial self-attention module that can be attached to internal feature layers of fully convolutional segmentation backbones. The attention module captures global spatial interactions while preserving the efficiency of convolutional networks. From the learned attention maps, the method constructs an attentive similarity loss that encourages consistency between model predictions and visual feature affinity.
The model is trained end-to-end with three objectives: partial segmentation loss on labeled scribble pixels, masked CRF regularization for boundary-aware consistency, and attentive similarity loss for global structure propagation. Experiments on public datasets including ACDC and CHAOS showed that the method outperformed existing weakly supervised approaches and achieved performance close to fully supervised benchmarks.
This paper reflects my broader interest in annotation-efficient medical AI: using attention, weak supervision, and structured regularization to reduce dense expert labeling requirements while maintaining reliable segmentation performance.
Recommended citation: Tian, M., Yang, Q., & Gao, Y. (2025). "AttenScribble: Attention-enhanced Scribble Supervision for Medical Image Segmentation." Journal of Visual Communication and Image Representation, 110, 104476.
Download Paper
