Cross-Stage Attention Propagation for Efficient Semantic Segmentation
Recent lightweight semantic segmentation methods have made significant progress by combining compact backbones with efficient decoder heads. However, most multi-scale decoders compute attention independently at each feature scale, introducing substantial redundancy since the resulting attention distributions across scales are strongly correlated. We propose Cross-Stage Attention Propagation (CSAP), a decoder framework that computes attention at the deepest feature scale and propagates the resulting attention maps to shallower stages, bypassing query-key computation at those stages entirely. This design preserves multi-scale contextual reasoning while substantially reducing the decoder's computational cost. CSAP-Tiny achieves 42.9% mIoU on ADE20K with only 5.5 GFLOPs, 80.5% on Cityscapes with 21.5 GFLOPs, and 40.9% on COCO-Stuff 164K with 5.5 GFLOPs, surpassing SegNeXt-Tiny by +1.8% on ADE20K while requiring 16.8% fewer floating-point operations.
Code (0)
등록된 구현이 없습니다.
Tasks
Semantic SegmentationResults from the Paper
| Rank | Task | Dataset | Model | Metrics |
|---|---|---|---|---|
| #481 | Semantic Segmentation | ADE20K | Cross-Stage | GFLOPs: 42.9 |
| #3 | Semantic Segmentation | COCO-Stuff | Cross-Stage | mIoU: 40.9 |
| #5 | Semantic Segmentation | Cityscapes | Cross-Stage | mIoU: 80.5 |
Similar Papers 제목 키워드 기반
Biologically-inspired Semi-supervised Semantic Segmentation for Biomedical Imaging
We propose a novel two-stage semi-supervised learning approach for training downsampling-upsampling semantic segmentation architectures. The first stage does not use backpropagation. Rather, it exploits the bio-inspired …
Image SegmentationMedical Image SegmentationSemantic SegmentationSemi-Supervised Semantic SegmentationGETAM: Gradient-weighted Element-wise Transformer Attention Map for Weakly-supervised Semantic segmentation
Weakly Supervised Semantic Segmentation (WSSS) is challenging, particularly when image-level labels are used to supervise pixel level prediction. To bridge their gap, a Class Activation Map (CAM) is usually generated to …
Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic SegmentationSSR: Semantic and Spatial Rectification for CLIP-based Weakly Supervised Segmentation
In recent years, Contrastive Language-Image Pretraining (CLIP) has been widely applied to Weakly Supervised Semantic Segmentation (WSSS) tasks due to its powerful cross-modal semantic understanding capabilities. This pap…
Semantic SegmentationContrastive LearningGlobal-Local Propagation Network for RGB-D Semantic Segmentation
Depth information matters in RGB-D semantic segmentation task for providing additional geometric information to color images. Most existing methods exploit a multi-stage fusion strategy to propagate depth feature to the …
DecoderScene SegmentationSegmentationSemantic SegmentationSemantics Meets Temporal Correspondence: Self-supervised Object-centric Learning in Videos
Self-supervised methods have shown remarkable progress in learning high-level semantics and low-level temporal correspondence. Building on these results, we take one step further and explore the possibility of integratin…
ObjectObject DiscoverySemantic Segmentation