paper-with-me

홈 › Papers

SSformer: A Lightweight Transformer for Semantic Segmentation

2022-08-03 · Wentao Shi, Jing Xu, Pan Gao

It is well believed that Transformer performs better in semantic segmentation compared to convolutional neural networks. Nevertheless, the original Vision Transformer may lack of inductive biases of local neighborhoods and possess a high time complexity. Recently, Swin Transformer sets a new record in various vision tasks by using hierarchical architecture and shifted windows while being more efficient. However, as Swin Transformer is specifically designed for image classification, it may achieve suboptimal performance on dense prediction-based segmentation task. Further, simply combing Swin Transformer with existing methods would lead to the boost of model size and parameters for the final segmentation model. In this paper, we rethink the Swin Transformer for semantic segmentation, and design a lightweight yet effective transformer model, called SSformer. In this model, considering the inherent hierarchical design of Swin Transformer, we propose a decoder to aggregate information from different layers, thus obtaining both local and global attentions. Experimental results show the proposed SSformer yields comparable mIoU performance with state-of-the-art models, while maintaining a smaller model size and lower compute.

📄 PDF Abstract BibTeX arXiv:2208.02034

Code (1)

shiwt03/ssformer 공식 구현 pytorch

Tasks

Decoderimage-classificationImage ClassificationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음

Similar Papers 제목 키워드 기반

CrossFormer: Cross-Segment Semantic Fusion for Document Segmentation

2025-03-31 · Tongke Ni, Yang Fan, Junru Zhou, XiangPing Wu 외

Text semantic segmentation involves partitioning a document into multiple paragraphs with continuous semantics based on the subject matter, contextual information, and document structure. Traditional approaches have typi…

RAGRetrieval-augmented GenerationSegmentationSemantic Segmentation

CrossFormer++: A Versatile Vision Transformer Hinging on Cross-scale Attention

2023-03-13 · Wenxiao Wang, Wei Chen, Qibo Qiu, Long Chen 외

While features of different scales are perceptually important to visual inputs, existing vision transformers do not yet take advantage of them explicitly. To this end, we first propose a cross-scale vision transformer, C…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

MISSFormer: An Effective Medical Image Segmentation Transformer

2021-09-15 · Xiaohong Huang, Zhifang Deng, Dandan Li, Xueguang Yuan

The CNN-based methods have achieved impressive results in medical image segmentation, but it failed to capture the long-range dependencies due to the inherent locality of convolution operation. Transformer-based methods …

Cardiac SegmentationImage SegmentationMedical Image SegmentationSegmentation+1

CrossFormer: A Versatile Vision Transformer Hinging on Cross-scale Attention

2021-07-31 · ICLR 2022 4 · Wenxiao Wang, Lu Yao, Long Chen, Binbin Lin 외

Transformers have made great progress in dealing with computer vision tasks. However, existing vision transformers do not yet possess the ability of building the interactions among features of different scales, which is …

image-classificationImage ClassificationInstance Segmentationobject-detection+3

MaSS13K: A Matting-level Semantic Segmentation Benchmark

2025-03-24 · CVPR 2025 1 · Chenxi Xie, Minghan Li, Hui Zeng, Jun Luo 외

High-resolution semantic segmentation is essential for applications such as image editing, bokeh imaging, AR/VR, etc. Unfortunately, existing datasets often have limited resolution and lack precise mask details and bound…

4kImage MattingSegmentationSemantic Segmentation