🤖 AI Summary
This work addresses key challenges in open-vocabulary instance segmentation and open-set panoptic segmentation, including noisy pseudo-labels, weak vision–language alignment, and difficulties in handling out-of-vocabulary categories. To tackle these issues, the authors propose a multimodal pseudo-labeling and training framework that integrates pretrained models such as Grounded SAM, LLaVA, and CLIP. The approach employs a target-vocabulary-guided pseudo-labeling mechanism, CLIP-driven synonym filtering, and GPT-enhanced caption reconstruction to construct semantically consistent vision–text pairs. By jointly optimizing an extended visual grounding loss, a semantic consistency loss, and a generative caption reconstruction loss, the model achieves significantly improved generalization to unseen categories. Evaluated on the COCO benchmark, the method sets new state-of-the-art results in both tasks.
📝 Abstract
This work addresses the challenge of open-vocabulary instance segmentation (OVIS) and open-set panoptic segmentation (OSPS), which aim to recognize both predefined and unseen object categories without exhaustive human annotations. Existing methods often suffer from noisy pseudo-masks, limited visual-textual grounding, and difficulty handling synonyms or out-of-vocabulary (OOV) words. To overcome these challenges, we propose a multimodal framework that leverages pre-trained vision-language models for automatic pseudo-label generation, CLIP-guided synonym filtering, and GPT-based caption reconstruction. In our target-vocabulary-assisted pseudo-labeling setting, the framework first constructs pseudo segmentation masks, descriptive captions, and semantically aligned synonym sets using Grounded SAM, LLaVA, and CLIP, providing multimodal supervision without manual annotation. We then enhance visual-textual alignment through three complementary training objectives: an extended grounding loss that incorporates visually grounded synonyms, a semantic consistency loss, and a generative caption reconstruction loss. Extensive experiments on the COCO dataset demonstrate that the proposed method consistently outperforms previous state-of-the-art approaches under this protocol, achieving substantial improvements on both OVIS and OSPS benchmarks.