pith. sign in

arxiv: 2503.19777 · v2 · pith:L64OXB7Cnew · submitted 2025-03-25 · 💻 cs.CV · cs.LG

LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation

classification 💻 cs.CV cs.LG
keywords lposslabelpropagationsegmentationvlmsacrossimagemethod
0
0 comments X
read the original abstract

We propose a training-free method for open-vocabulary semantic segmentation using Vision-and-Language Models (VLMs). Our approach enhances the initial per-patch predictions of VLMs through label propagation, which jointly optimizes predictions by incorporating patch-to-patch relationships. Since VLMs are primarily optimized for cross-modal alignment and not for intra-modal similarity, we use a Vision Model (VM) that is observed to better capture these relationships. We address resolution limitations inherent to patch-based encoders by applying label propagation at the pixel level as a refinement step, significantly improving segmentation accuracy near class boundaries. Our method, called LPOSS+, performs inference over the entire image, avoiding window-based processing and thereby capturing contextual interactions across the full image. LPOSS+ achieves state-of-the-art performance among training-free methods, across a diverse set of datasets. Code: https://github.com/vladan-stojnic/LPOSS

This paper has not been read by Pith yet.

discussion (0)

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

Forward citations

Cited by 1 Pith paper

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

  1. Training-Free Generalized Few-Shot Segmentation through Open-Vocabulary Semantic Arbitration

    cs.CV 2026-06 unverdicted novelty 7.0

    Open-V achieves 78.4/77.5/77.9 base/novel/harmonic mIoU on PASCAL-5i 1-shot by coordinating frozen SAM3 PCS and K-shot CLIP centroids through calibrated semantic arbitration without any training.