English

Semantic Segmentation using Vision Transformers: A survey

Computer Vision and Pattern Recognition 2023-05-08 v1 Artificial Intelligence Machine Learning

Abstract

Semantic segmentation has a broad range of applications in a variety of domains including land coverage analysis, autonomous driving, and medical image analysis. Convolutional neural networks (CNN) and Vision Transformers (ViTs) provide the architecture models for semantic segmentation. Even though ViTs have proven success in image classification, they cannot be directly applied to dense prediction tasks such as image segmentation and object detection since ViT is not a general purpose backbone due to its patch partitioning scheme. In this survey, we discuss some of the different ViT architectures that can be used for semantic segmentation and how their evolution managed the above-stated challenge. The rise of ViT and its performance with a high success rate motivated the community to slowly replace the traditional convolutional neural networks in various computer vision tasks. This survey aims to review and compare the performances of ViT architectures designed for semantic segmentation using benchmarking datasets. This will be worthwhile for the community to yield knowledge regarding the implementations carried out in semantic segmentation and to discover more efficient methodologies using ViTs.

Keywords

Cite

@article{arxiv.2305.03273,
  title  = {Semantic Segmentation using Vision Transformers: A survey},
  author = {Hans Thisanke and Chamli Deshan and Kavindu Chamith and Sachith Seneviratne and Rajith Vidanaarachchi and Damayanthi Herath},
  journal= {arXiv preprint arXiv:2305.03273},
  year   = {2023}
}

Comments

35 pages, 13 figures, 2 tables

R2 v1 2026-06-28T10:26:25.768Z