paper-with-me

홈 › Papers

Uncovering Prototypical Knowledge for Weakly Open-Vocabulary Semantic Segmentation

2023-10-29 · NeurIPS 2023 11

This paper studies the problem of weakly open-vocabulary semantic segmentation (WOVSS), which learns to segment objects of arbitrary classes using mere image-text pairs. Existing works turn to enhance the vanilla vision transformer by introducing explicit grouping recognition, i.e., employing several group tokens/centroids to cluster the image tokens and perform the group-text alignment. Nevertheless, these methods suffer from a granularity inconsistency regarding the usage of group tokens, which are aligned in the all-to-one v.s. one-to-one manners during the training and inference phases, respectively. We argue that this discrepancy arises from the lack of elaborate supervision for each group token. To bridge this granularity gap, this paper explores explicit supervision for the group tokens from the prototypical knowledge. To this end, this paper proposes the non-learnable prototypical regularization (NPR) where non-learnable prototypes are estimated from source features to serve as supervision and enable contrastive matching of the group tokens. This regularization encourages the group tokens to segment objects with less redundancy and capture more comprehensive semantic regions, leading to increased compactness and richness. Based on NPR, we propose the prototypical guidance segmentation network (PGSeg) that incorporates multi-modal regularization by leveraging prototypical sources from both images and texts at different levels, progressively enhancing the segmentation capability with diverse prototypical patterns. Experimental results show that our proposed method achieves state-of-the-art performance on several benchmark datasets. The source code is available at https://github.com/Ferenas/PGSeg.

📄 PDF Abstract BibTeX arXiv:2310.19001

Code (1)

ferenas/pgseg pytorch

Tasks

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Weakly Supervised 3D Open-vocabulary Segmentation

2023-05-23 · NeurIPS 2023 11 · Kunhao Liu, Fangneng Zhan, Jiahui Zhang, Muyu Xu 외

Open-vocabulary segmentation of 3D scenes is a fundamental function of human perception and thus a crucial objective in computer vision research. However, this task is heavily impeded by the lack of large-scale and diver…

NeRFSegmentation

Towards Open Vocabulary Learning: A Survey

2023-06-28 · Jianzong Wu, Xiangtai Li, Shilin Xu, Haobo Yuan 외

In the field of visual scene understanding, deep neural networks have made impressive advancements in various core tasks like segmentation, tracking, and detection. However, most approaches operate on the close-set assum…

Open Set LearningOut-of-Distribution DetectionScene UnderstandingSegmentation+2

Weakly Supervised Open-Vocabulary Object Detection

2023-12-19 · Jianghang Lin, Yunhang Shen, Bingquan Wang, Shaohui Lin 외

Despite weakly supervised object detection (WSOD) being a promising step toward evading strong instance-level annotations, its capability is confined to closed-set categories within a single training dataset. In this pap…

AttributeNovel ConceptsObjectobject-detection+6

Open-Vocabulary Segmentation with Unpaired Mask-Text Supervision

2024-02-14 · Zhaoqing Wang, Xiaobo Xia, Ziye Chen, Xiao He 외

Current state-of-the-art open-vocabulary segmentation methods typically rely on image-mask-text triplet annotations for supervision. However, acquiring such detailed annotations is labour-intensive and poses scalability …

Language ModellingSegmentationTriplet

Disengagement Analysis and Field Tests of a Prototypical Open-Source Level 4 Autonomous Driving System

2026-03-23 · Marvin Seegert, Christian Oefinger, Korbinian Moller, Christoph Bank 외 arxiv

Proprietary Autonomous Driving Systems are typically evaluated through disengagements, unplanned manual interventions to alter vehicle behavior, as annually reported by the California Department of Motor Vehicles. Howeve…

Autonomous Driving