CVDec 22, 2021

Scaling Open-Vocabulary Image Segmentation with Image-Level Labels

arXiv:2112.12143v2588 citations
Originality Highly original
AI Analysis

This addresses the limitation of existing open-vocabulary models like CLIP that cannot perform pixel-level segmentation, enabling scalable segmentation with image-level labels.

The paper tackles the problem of open-vocabulary image segmentation, where models must segment images into regions based on arbitrary text descriptions, by proposing OpenSeg, which learns visual grouping before aligning with captions. It achieves a +19.9 mIoU improvement over the LSeg method on the PASCAL dataset.

We design an open-vocabulary image segmentation model to organize an image into meaningful regions indicated by arbitrary texts. Recent works (CLIP and ALIGN), despite attaining impressive open-vocabulary classification accuracy with image-level caption labels, are unable to segment visual concepts with pixels. We argue that these models miss an important step of visual grouping, which organizes pixels into groups before learning visual-semantic alignments. We propose OpenSeg to address the above issue while still making use of scalable image-level supervision of captions. First, it learns to propose segmentation masks for possible organizations. Then it learns visual-semantic alignments by aligning each word in a caption to one or a few predicted masks. We find the mask representations are the key to support learning image segmentation from captions, making it possible to scale up the dataset and vocabulary sizes. OpenSeg significantly outperforms the recent open-vocabulary method of LSeg by +19.9 mIoU on PASCAL dataset, thanks to its scalability.

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