LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation
About
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
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Open Vocabulary Semantic Segmentation | Pascal VOC 20 | mIoU89.6 | 104 | |
| Open Vocabulary Semantic Segmentation | Pascal Context PC-59 | mIoU35.2 | 89 | |
| Open Vocabulary Semantic Segmentation | ADE20K without background | mIoU21.8 | 72 | |
| Open Vocabulary Semantic Segmentation | COCO Stuff without background | mIoU25.9 | 71 | |
| Open Vocabulary Semantic Segmentation | PASCAL Context Context60 with background | mIoU34.6 | 69 | |
| Open Vocabulary Semantic Segmentation | COCO Object with background | mIoU33.4 | 68 | |
| Open Vocabulary Semantic Segmentation | Cityscapes without background | mIoU37.3 | 67 | |
| Open Vocabulary Semantic Segmentation | PASCAL Context 59 without background | mIoU37.8 | 67 | |
| Open Vocabulary Semantic Segmentation | COCOStuff (val) | mIoU25.9 | 60 | |
| Open Vocabulary Semantic Segmentation | PASCAL Context 59 (val) | mIoU37.8 | 49 |