paper-with-me

홈 › Papers

SED: A Simple Encoder-Decoder for Open-Vocabulary Semantic Segmentation

2023-11-27 · CVPR 2024 1 · Bin Xie, Jiale Cao, Jin Xie, Fahad Shahbaz Khan, Yanwei Pang

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 to combine cost map and the feature maps of different backbone levels for segmentation. To accelerate inference speed, we introduce a category early rejection scheme in the decoder that rejects many no-existing categories at the early layer of decoder, resulting in at most 4.7 times acceleration without accuracy degradation. Experiments are performed on multiple open-vocabulary semantic segmentation datasets, which demonstrates the efficacy of our SED method. When using ConvNeXt-B, our SED method achieves mIoU score of 31.6\% on ADE20K with 150 categories at 82 millisecond ($ms$) per image on a single A6000. We will release it at \url{https://github.com/xb534/SED.git}.

📄 PDF Abstract BibTeX arXiv:2311.15537

Code (1)

xb534/sed 공식 구현 pytorch

Tasks

DecoderOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CLIP-VIS: Adapting CLIP for Open-Vocabulary Video Instance Segmentation

2024-03-19 · Wenqi Zhu, Jiale Cao, Jin Xie, Shuangming Yang 외

Open-vocabulary video instance segmentation strives to segment and track instances belonging to an open set of categories in a videos. The vision-language model Contrastive Language-Image Pre-training (CLIP) has shown ro…

DecoderInstance SegmentationLanguage ModellingSegmentation+4

Decoupling Visual-Semantic Feature Learning for Robust Scene Text Recognition

2021-11-24 · Changxu Cheng, Bohan Li, Qi Zheng, Yongpan Wang 외

Semantic information has been proved effective in scene text recognition. Most existing methods tend to couple both visual and semantic information in an attention-based decoder. As a result, the learning of semantic fea…

DecoderScene Text Recognition

A Simple Framework for Open-Vocabulary Segmentation and Detection

2023-03-14 · ICCV 2023 1 · Hao Zhang, Feng Li, Xueyan Zou, Shilong Liu 외

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we fi…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

Open-Vocabulary Semantic Segmentation with Image Embedding Balancing

2024-06-14 · CVPR 2024 1 · Xiangheng Shan, Dongyue Wu, Guilin Zhu, Yuanjie Shao 외

Open-vocabulary semantic segmentation is a challenging task, which requires the model to output semantic masks of an image beyond a close-set vocabulary. Although many efforts have been made to utilize powerful CLIP mode…

DecoderOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSemantic Segmentation

Semantic-CD: Remote Sensing Image Semantic Change Detection towards Open-vocabulary Setting

2025-01-12 · Yongshuo Zhu, Lu Li, Keyan Chen, Chenyang Liu 외

Remote sensing image semantic change detection is a method used to analyze remote sensing images, aiming to identify areas of change as well as categorize these changes within images of the same location taken at differe…

Change DetectionDecoderMulti-Task Learning