A Decoding Scheme with Successive Aggregation of Multi-Level Features for Light-Weight Semantic Segmentation
Jiwon Yoo, Jangwon Lee, Gyeonghwan Kim
TL;DR
The paper tackles the high computational burden of transformer-based semantic segmentation on high-resolution imagery by introducing SASFormer, a light-weight decoder that exploits multi-level features through Accumulated Semantics Extractor (ASE) and Semantic Combining Module (SCM). ASE uses successive cross-attention to extract aggregated semantics across downsampled multi-scale features, maintaining contextual consistency while reducing cost. SCM then uses these aggregated semantics as weights to refine multi-scale features before final segmentation, achieving a favorable accuracy-cost trade-off. Experiments on ADE20K and Cityscapes show state-of-the-art efficiency and competitive accuracy, with extensive ablations validating the effectiveness of the successive cross-attention and SCM designs, and the approach proving adaptable as a decoder for other HVTransformer-based models.
Abstract
Multi-scale architecture, including hierarchical vision transformer, has been commonly applied to high-resolution semantic segmentation to deal with computational complexity with minimum performance loss. In this paper, we propose a novel decoding scheme for semantic segmentation in this regard, which takes multi-level features from the encoder with multi-scale architecture. The decoding scheme based on a multi-level vision transformer aims to achieve not only reduced computational expense but also higher segmentation accuracy, by introducing successive cross-attention in aggregation of the multi-level features. Furthermore, a way to enhance the multi-level features by the aggregated semantics is proposed. The effort is focused on maintaining the contextual consistency from the perspective of attention allocation and brings improved performance with significantly lower computational cost. Set of experiments on popular datasets demonstrates superiority of the proposed scheme to the state-of-the-art semantic segmentation models in terms of computational cost without loss of accuracy, and extensive ablation studies prove the effectiveness of ideas proposed.
