What You Perceive Is What You Conceive: A Cognition-Inspired Framework for Open Vocabulary Image Segmentation
Jianghang Lin, Yue Hu, Jiangtao Shen, Yunhang Shen, Liujuan Cao, Shengchuan Zhang, Rongrong Ji
TL;DR
This work tackles open vocabulary image segmentation by addressing semantic misalignment between region proposals and target concepts. It introduces a Cognition-Inspired Framework that first generates object concepts with a Generative Vision-Language Model (G-VLM), then enhances global visual representations through a Concept-Aware Visual Enhancer (CAVE), and finally decodes masks with a Cognition-Inspired Decoder (CID) under two inference modes. The approach yields state-of-the-art or competitive results across multiple benchmarks, including strong vocabulary-free performance and cross-domain robustness, while enabling vocabulary-free segmentation. By emulating Conceive-before-Perceive reasoning and grounding segmentation in semantic concepts, the framework offers flexible open vocabulary segmentation without relying on predefined vocabularies, with practical implications for real-world scalable scene understanding.
Abstract
Open vocabulary image segmentation tackles the challenge of recognizing dynamically adjustable, predefined novel categories at inference time by leveraging vision-language alignment. However, existing paradigms typically perform class-agnostic region segmentation followed by category matching, which deviates from the human visual system's process of recognizing objects based on semantic concepts, leading to poor alignment between region segmentation and target concepts. To bridge this gap, we propose a novel Cognition-Inspired Framework for open vocabulary image segmentation that emulates the human visual recognition process: first forming a conceptual understanding of an object, then perceiving its spatial extent. The framework consists of three core components: (1) A Generative Vision-Language Model (G-VLM) that mimics human cognition by generating object concepts to provide semantic guidance for region segmentation. (2) A Concept-Aware Visual Enhancer Module that fuses textual concept features with global visual representations, enabling adaptive visual perception based on target concepts. (3) A Cognition-Inspired Decoder that integrates local instance features with G-VLM-provided semantic cues, allowing selective classification over a subset of relevant categories. Extensive experiments demonstrate that our framework achieves significant improvements, reaching $27.2$ PQ, $17.0$ mAP, and $35.3$ mIoU on A-150. It further attains $56.2$, $28.2$, $15.4$, $59.2$, $18.7$, and $95.8$ mIoU on Cityscapes, Mapillary Vistas, A-847, PC-59, PC-459, and PAS-20, respectively. In addition, our framework supports vocabulary-free segmentation, offering enhanced flexibility in recognizing unseen categories. Code will be public.
