SED: A Simple Encoder-Decoder for Open-Vocabulary Semantic Segmentation
Bin Xie, Jiale Cao, Jin Xie, Fahad Shahbaz Khan, Yanwei Pang

TL;DR
The paper introduces SED, a simple encoder-decoder model for open-vocabulary semantic segmentation that improves efficiency and accuracy by using hierarchical backbones and early category rejection, achieving competitive results.
Contribution
It proposes a novel encoder-decoder architecture with hierarchical backbone and early rejection scheme for faster and more accurate open-vocabulary segmentation.
Findings
Achieves 31.6% mIoU on ADE20K with 150 categories.
Accelerates inference speed by up to 4.7 times without accuracy loss.
Demonstrates effectiveness on multiple open-vocabulary segmentation datasets.
Abstract
Open-vocabulary semantic segmentation strives to distinguish pixels into different semantic groups from an open set of categories. Most existing methods explore utilizing pre-trained vision-language models, in which the key is to adopt the image-level model for pixel-level segmentation task. In this paper, we propose a simple encoder-decoder, named SED, for open-vocabulary semantic segmentation, which comprises a hierarchical encoder-based cost map generation and a gradual fusion decoder with category early rejection. The hierarchical encoder-based cost map generation employs hierarchical backbone, instead of plain transformer, to predict pixel-level image-text cost map. Compared to plain transformer, hierarchical backbone better captures local spatial information and has linear computational complexity with respect to input size. Our gradual fusion decoder employs a top-down structure…
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
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsSparse Evolutionary Training
