CVAug 9, 2024

In Defense of Lazy Visual Grounding for Open-Vocabulary Semantic Segmentation

arXiv:2408.04961v140 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses the problem of segmenting objects with arbitrary text labels for computer vision applications, offering a novel method that improves over pixel-to-text classification approaches.

The paper tackles open-vocabulary semantic segmentation by proposing a two-stage approach called lazy visual grounding, which first discovers object masks without text and then assigns text labels, achieving strong performance on five public datasets without additional training.

We present lazy visual grounding, a two-stage approach of unsupervised object mask discovery followed by object grounding, for open-vocabulary semantic segmentation. Plenty of the previous art casts this task as pixel-to-text classification without object-level comprehension, leveraging the image-to-text classification capability of pretrained vision-and-language models. We argue that visual objects are distinguishable without the prior text information as segmentation is essentially a vision task. Lazy visual grounding first discovers object masks covering an image with iterative Normalized cuts and then later assigns text on the discovered objects in a late interaction manner. Our model requires no additional training yet shows great performance on five public datasets: Pascal VOC, Pascal Context, COCO-object, COCO-stuff, and ADE 20K. Especially, the visually appealing segmentation results demonstrate the model capability to localize objects precisely. Paper homepage: https://cvlab.postech.ac.kr/research/lazygrounding

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes