Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Segmenter: Transformer for Semantic Segmentation

About

Image segmentation is often ambiguous at the level of individual image patches and requires contextual information to reach label consensus. In this paper we introduce Segmenter, a transformer model for semantic segmentation. In contrast to convolution-based methods, our approach allows to model global context already at the first layer and throughout the network. We build on the recent Vision Transformer (ViT) and extend it to semantic segmentation. To do so, we rely on the output embeddings corresponding to image patches and obtain class labels from these embeddings with a point-wise linear decoder or a mask transformer decoder. We leverage models pre-trained for image classification and show that we can fine-tune them on moderate sized datasets available for semantic segmentation. The linear decoder allows to obtain excellent results already, but the performance can be further improved by a mask transformer generating class masks. We conduct an extensive ablation study to show the impact of the different parameters, in particular the performance is better for large models and small patch sizes. Segmenter attains excellent results for semantic segmentation. It outperforms the state of the art on both ADE20K and Pascal Context datasets and is competitive on Cityscapes.

Robin Strudel, Ricardo Garcia, Ivan Laptev, Cordelia Schmid• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU53.63
3069
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU82.6
2204
Semantic segmentationPASCAL VOC 2012 (test)
mIoU83.1
1477
Semantic segmentationCityscapes (test)--
1252
Semantic segmentationADE20K
mIoU51.8
1028
Semantic segmentationCityscapes
mIoU82.2
668
Semantic segmentationCityscapes (val)
mIoU79.1
572
Semantic segmentationADE20K
mIoU48.5
559
Semantic segmentationCityscapes (val)
mIoU79.1
527
Semantic segmentationCityscapes
mIoU79.1
494
Showing 10 of 55 rows

Other info

Code

Follow for update