Pith. sign in

REVIEW 2 cited by

Towards Open-Vocabulary Semantic Segmentation Without Semantic Labels

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2409.19846 v1 pith:G52JPDTG submitted 2024-09-30 cs.CV

Towards Open-Vocabulary Semantic Segmentation Without Semantic Labels

classification cs.CV
keywords semanticclipopen-vocabularypixelclipsegmentationlabelslikemasks
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Large-scale vision-language models like CLIP have demonstrated impressive open-vocabulary capabilities for image-level tasks, excelling in recognizing what objects are present. However, they struggle with pixel-level recognition tasks like semantic segmentation, which additionally require understanding where the objects are located. In this work, we propose a novel method, PixelCLIP, to adapt the CLIP image encoder for pixel-level understanding by guiding the model on where, which is achieved using unlabeled images and masks generated from vision foundation models such as SAM and DINO. To address the challenges of leveraging masks without semantic labels, we devise an online clustering algorithm using learnable class names to acquire general semantic concepts. PixelCLIP shows significant performance improvements over CLIP and competitive results compared to caption-supervised methods in open-vocabulary semantic segmentation. Project page is available at https://cvlab-kaist.github.io/PixelCLIP

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Repurposing CLIP to Localize at Pixel Level

    cs.CV 2026-07 conditional novelty 6.0

    CLIPix extracts class-specific activation maps from CLIP's classification backpropagation, denoises them via a correction strategy, and embeds them into image features for zero-shot binary semantic segmentation, achie...

  2. Repurposing CLIP to Localize at Pixel Level

    cs.CV 2026-07 accept novelty 6.0

    CLIPix repurposes CLIP by tracing classification activations, applying noise-resistant correction, and localization embedding to reach SOTA zero-shot binary open-set segmentation on PASCAL-5i and COCO-20i.