LPOSS: Label Propagation over Patches and Pixels for Open-Vocabulary Semantic Segmentation

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

Cite

Text

Stojnić et al. "LPOSS: Label Propagation over Patches and Pixels for Open-Vocabulary Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.00915

Markdown

[Stojnić et al. "LPOSS: Label Propagation over Patches and Pixels for Open-Vocabulary Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/stojnic2025cvpr-lposs/) doi:10.1109/CVPR52734.2025.00915

BibTeX

@inproceedings{stojnic2025cvpr-lposs,
  title     = {{LPOSS: Label Propagation over Patches and Pixels for Open-Vocabulary Semantic Segmentation}},
  author    = {Stojnić, Vladan and Kalantidis, Yannis and Matas, Jiří and Tolias, Giorgos},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {9794-9803},
  doi       = {10.1109/CVPR52734.2025.00915},
  url       = {https://mlanthology.org/cvpr/2025/stojnic2025cvpr-lposs/}
}