CVAILGMay 12, 2021

Segmenter: Transformer for Semantic Segmentation

arXiv:2105.05633v31916 citations
Originality Highly original
AI Analysis

This work addresses the problem of semantic segmentation for computer vision applications, offering a novel transformer-based approach that improves accuracy over convolution-based methods.

The authors tackled semantic segmentation by introducing Segmenter, a transformer-based model that models global context from the first layer, achieving state-of-the-art results on ADE20K and Pascal Context datasets and competitive performance on Cityscapes.

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.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes