TL;DR
Segmenter introduces a transformer-based model for semantic segmentation that captures global context from the first layer, outperforming previous methods on multiple benchmark datasets.
Contribution
The paper extends Vision Transformer to semantic segmentation, demonstrating effective fine-tuning and improved performance with mask transformers and large models.
Findings
Outperforms state-of-the-art on ADE20K and Pascal Context datasets.
Large models and small patch sizes yield better performance.
Effective fine-tuning of pre-trained models for segmentation tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dropout · Dense Connections · Adam · Vision Transformer · Layer Normalization · Softmax
