paper-with-me

Papers

Decoupling Zero-Shot Semantic Segmentation

2021-12-15 · CVPR 2022 1 · Jian Ding, Nan Xue, Gui-Song Xia, Dengxin Dai

Zero-shot semantic segmentation (ZS3) aims to segment the novel categories that have not been seen in the training. Existing works formulate ZS3 as a pixel-level zeroshot classification problem, and transfer semantic knowledge from seen classes to unseen ones with the help of language models pre-trained only with texts. While simple, the pixel-level ZS3 formulation shows the limited capability to integrate vision-language models that are often pre-trained with image-text pairs and currently demonstrate great potential for vision tasks. Inspired by the observation that humans often perform segment-level semantic labeling, we propose to decouple the ZS3 into two sub-tasks: 1) a classagnostic grouping task to group the pixels into segments. 2) a zero-shot classification task on segments. The former task does not involve category information and can be directly transferred to group pixels for unseen classes. The latter task performs at segment-level and provides a natural way to leverage large-scale vision-language models pre-trained with image-text pairs (e.g. CLIP) for ZS3. Based on the decoupling formulation, we propose a simple and effective zero-shot semantic segmentation model, called ZegFormer, which outperforms the previous methods on ZS3 standard benchmarks by large margins, e.g., 22 points on the PASCAL VOC and 3 points on the COCO-Stuff in terms of mIoU for unseen classes. Code will be released at https://github.com/dingjiansw101/ZegFormer.

📄 PDF Abstract BibTeX arXiv:2112.07910

Code (1)

dingjiansw101/zegformer 공식 구현 pytorch

Tasks

Open Vocabulary Semantic SegmentationSegmentationSemantic Segmentationzero-shot-classificationZero-Shot LearningZero-Shot Semantic Segmentation

Similar Papers 제목 키워드 기반

Visual Semantic Segmentation Based on Few/Zero-Shot Learning: An Overview

2022-11-13 · Wenqi Ren, Yang Tang, Qiyu Sun, Chaoqiang Zhao 외

Visual semantic segmentation aims at separating a visual sample into diverse blocks with specific semantic attributes and identifying the category for each block, and it plays a crucial role in environmental perception. …

SegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation+1

Bridge the Gap Between Visual and Linguistic Comprehension for Generalized Zero-shot Semantic Segmentation

2025-03-31 · Xiaoqing Guo, Wuyang Li, Yixuan Yuan

Generalized zero-shot semantic segmentation (GZS3) aims to achieve the human-level capability of segmenting not only seen classes but also novel class regions unseen in the training data through introducing the bridge of…

Graph MatchingSemantic SegmentationTransfer LearningZero-Shot Semantic Segmentation

Context-aware Feature Generation for Zero-shot Semantic Segmentation

2020-08-16 · Zhangxuan Gu, Siyuan Zhou, Li Niu, Zihan Zhao 외

Existing semantic segmentation models heavily rely on dense pixel-wise annotations. To reduce the annotation pressure, we focus on a challenging task named zero-shot semantic segmentation, which aims to segment unseen ob…

SegmentationSemantic SegmentationWord EmbeddingsZero Shot Segmentation+1

Zero-Shot Semantic Segmentation via Spatial and Multi-Scale Aware Visual Class Embedding

2021-11-30 · Sungguk Cha, Yooseung Wang

Fully supervised semantic segmentation technologies bring a paradigm shift in scene understanding. However, the burden of expensive labeling cost remains as a challenge. To solve the cost problem, recent studies proposed…

Domain AdaptationLanguage ModelingLanguage ModellingScene Understanding+4

From Pixel to Patch: Synthesize Context-aware Features for Zero-shot Semantic Segmentation

2020-09-25 · Zhangxuan Gu, Siyuan Zhou, Li Niu, Zihan Zhao 외

Zero-shot learning has been actively studied for image classification task to relieve the burden of annotating image labels. Interestingly, semantic segmentation task requires more labor-intensive pixel-wise annotation, …

image-classificationImage ClassificationSegmentationSemantic Segmentation+2