paper-with-me

홈 › Papers

SCASeg: Strip Cross-Attention for Efficient Semantic Segmentation

2024-11-26 · Guoan Xu, Jiaming Chen, Wenfeng Huang, Wenjing Jia, Guangwei Gao, Guo-Jun Qi

The Vision Transformer (ViT) has achieved notable success in computer vision, with its variants extensively validated across various downstream tasks, including semantic segmentation. However, designed as general-purpose visual encoders, ViT backbones often overlook the specific needs of task decoders, revealing opportunities to design decoders tailored to efficient semantic segmentation. This paper proposes Strip Cross-Attention (SCASeg), an innovative decoder head explicitly designed for semantic segmentation. Instead of relying on the simple conventional skip connections, we employ lateral connections between the encoder and decoder stages, using encoder features as Queries for the cross-attention modules. Additionally, we introduce a Cross-Layer Block that blends hierarchical feature maps from different encoder and decoder stages to create a unified representation for Keys and Values. To further boost computational efficiency, SCASeg compresses queries and keys into strip-like patterns to optimize memory usage and inference speed over the traditional vanilla cross-attention. Moreover, the Cross-Layer Block incorporates the local perceptual strengths of convolution, enabling SCASeg to capture both global and local context dependencies across multiple layers. This approach facilitates effective feature interaction at different scales, improving the overall performance. Experiments show that the adaptable decoder of SCASeg produces competitive performance across different setups, surpassing leading segmentation architectures on all benchmark datasets, including ADE20K, Cityscapes, COCO-Stuff 164k, and Pascal VOC2012, even under varying computational limitations.

📄 PDF Abstract BibTeX arXiv:2411.17061

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecoderSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

S$^2$-FPN: Scale-ware Strip Attention Guided Feature Pyramid Network for Real-time Semantic Segmentation

2022-06-15 · Mohammed A. M. Elhassan, Chenhui Yang, Chenxi Huang, Tewodros Legesse Munea 외

Modern high-performance semantic segmentation methods employ a heavy backbone and dilated convolution to extract the relevant feature. Although extracting features with both contextual and semantic information is critica…

2D Semantic SegmentationReal-Time Semantic SegmentationSegmentationSemantic Segmentation

AttaNet: Attention-Augmented Network for Fast and Accurate Scene Parsing

2021-03-10 · Qi Song, Kangfu Mei, Rui Huang

Two factors have proven to be very important to the performance of semantic segmentation models: global context and multi-level semantics. However, generating features that capture both factors always leads to high compu…

Scene ParsingSegmentationSemantic Segmentation

CSWin Transformer: A General Vision Transformer Backbone with Cross-Shaped Windows

2021-07-01 · CVPR 2022 1 · Xiaoyi Dong, Jianmin Bao, Dongdong Chen, Weiming Zhang 외

We present CSWin Transformer, an efficient and effective Transformer-based backbone for general-purpose vision tasks. A challenging issue in Transformer design is that global self-attention is very expensive to compute w…

Image ClassificationSemantic Segmentation

Document Structure Extraction using Prior based High Resolution Hierarchical Semantic Segmentation

2019-11-27 · ECCV 2020 8 · Mausoom Sarkar, Milan Aggarwal, Arneh Jain, Hiresh Gupta 외

Structure extraction from document images has been a long-standing research topic due to its high impact on a wide range of practical applications. In this paper, we share our findings on employing a hierarchical semanti…

SegmentationSemantic SegmentationTable DetectionVocal Bursts Intensity Prediction

DPANET:Dual Pooling Attention Network for Semantic Segmentation

2022-10-11 · Dongwei Sun, Zhuolin Gao

Image segmentation is a historic and significant computer vision task. With the help of deep learning techniques, image semantic segmentation has made great progresses. Over recent years, based on guidance of attention m…

GPUImage SegmentationSegmentationSemantic Segmentation