paper-with-me

홈 › Papers

SegViT: Semantic Segmentation with Plain Vision Transformers

2022-10-12 · BoWen Zhang, Zhi Tian, Quan Tang, Xiangxiang Chu, Xiaolin Wei, Chunhua Shen, Yifan Liu

We explore the capability of plain Vision Transformers (ViTs) for semantic segmentation and propose the SegVit. Previous ViT-based segmentation networks usually learn a pixel-level representation from the output of the ViT. Differently, we make use of the fundamental component -- attention mechanism, to generate masks for semantic segmentation. Specifically, we propose the Attention-to-Mask (ATM) module, in which the similarity maps between a set of learnable class tokens and the spatial feature maps are transferred to the segmentation masks. Experiments show that our proposed SegVit using the ATM module outperforms its counterparts using the plain ViT backbone on the ADE20K dataset and achieves new state-of-the-art performance on COCO-Stuff-10K and PASCAL-Context datasets. Furthermore, to reduce the computational cost of the ViT backbone, we propose query-based down-sampling (QD) and query-based up-sampling (QU) to build a Shrunk structure. With the proposed Shrunk structure, the model can save up to $40\%$ computations while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2210.05844

Code (1)

zbwxp/SegVit 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

SegViTv2: Exploring Efficient and Continual Semantic Segmentation with Plain Vision Transformers

2023-06-09 · BoWen Zhang, Liyang Liu, Minh Hieu Phan, Zhi Tian 외

This paper investigates the capability of plain Vision Transformers (ViTs) for semantic segmentation using the encoder-decoder framework and introduces \textbf{SegViTv2}. In this study, we introduce a novel Attention-to-…

Continual LearningContinual Semantic SegmentationDecoderSegmentation+1

Dynamic Token Pruning in Plain Vision Transformers for Semantic Segmentation

2023-08-02 · ICCV 2023 1 · Quan Tang, BoWen Zhang, Jiajun Liu, Fagui Liu 외

Vision transformers have achieved leading performance on various visual tasks yet still suffer from high computational complexity. The situation deteriorates in dense prediction tasks like semantic segmentation, as high-…

image-classificationImage ClassificationSegmentationSemantic Segmentation

Representation Separation for Semantic Segmentation with Vision Transformers

2022-12-28 · Yuanduo Hong, Huihui Pan, Weichao Sun, Xinghu Yu 외

Vision transformers (ViTs) encoding an image as a sequence of patches bring new paradigms for semantic segmentation.We present an efficient framework of representation separation in local-patch level and global-region le…

Semantic Segmentation

ALGM: Adaptive Local-then-Global Token Merging for Efficient Semantic Segmentation with Plain Vision Transformers

2024-06-14 · CVPR 2024 1 · Narges Norouzi, Svetlana Orlova, Daan de Geus, Gijs Dubbelman

This work presents Adaptive Local-then-Global Merging (ALGM), a token reduction method for semantic segmentation networks that use plain Vision Transformers. ALGM merges tokens in two stages: (1) In the first network lay…

SegmentationSemantic SegmentationToken Reduction

Minimalist and High-Performance Semantic Segmentation with Plain Vision Transformers

2023-10-19 · Yuanduo Hong, Jue Wang, Weichao Sun, Huihui Pan

In the wake of Masked Image Modeling (MIM), a diverse range of plain, non-hierarchical Vision Transformer (ViT) models have been pre-trained with extensive datasets, offering new paradigms and significant potential for s…

DecoderSegmentationSemantic Segmentation