RSVP: Reasoning Segmentation via Visual Prompting and Multi-modal Chain-of-Thought
Yi Lu, Jiawang Cao, Yongliang Wu, Bozheng Li, Licheng Tang, Yangguang Ji, Chong Wu, Jay Wu, Wenbo Zhu
TL;DR
RSVP tackles the gap between cognitive reasoning and fine-grained visual segmentation by introducing a two-stage framework that first generates interpretable region proposals via Multi-modal Chain-of-Thought Visual Prompting and then refines them with a Vision-Language Segmentation Module. By leveraging zero-shot reasoning capabilities of MLLMs and region-aware prompts, RSVP grounds reasoning in image regions without additional fine-tuning, achieving state-of-the-art performance on ReasonSeg and SegInW. The approach emphasizes modularity, interpretability, and efficiency, demonstrated through comprehensive ablations that highlight the importance of multimodal reasoning, prompt design, and the segmentation module. The results suggest RSVP offers a scalable path toward interpretable, grounding-enabled multimodal reasoning systems with strong open-world generalization.
Abstract
Multi-modal Large Language Models (MLLMs) have demonstrated remarkable reasoning capability while lack explicit mechanisms for visual grounding and segmentation, creating a gap between cognitive reasoning and visual perception. To bridge this gap, we introduce Reasoning Segmentation via Visual Prompting (RSVP), a novel framework that unifies multi-step multimodal reasoning with grounded visual understanding. RSVP is a two-stage structuralized framework that integrates reasoning-driven localization with segmentation refinement. In the reasoning stage, RSVP employs multimodal chain-of-thought visual prompts to help MLLMs understand queries and infer targets, generating interpretable region proposals that enhance visual grounding. In segmentation stage, RSVP refines these proposals with a Vision-Language Segmentation Module (VLSM), seamlessly integrates textual and visual cues to produce precise segmentation masks. By explicitly modelling the interaction between multimodal reasoning and segmentation, RSVP introduces a new paradigm for interpretable reasoning segmentation. It exploits MLLMs' inherent localization capabilities, enabling the models to not only reason about objects but also generate structured visual representations. Our extensive experiments demonstrate that RSVP achieves state-of-the-art performance, surpasses state-of-the-art methods by up to +6.5 gIoU and +9.2 cIoU on ReasonSeg, and achieves 49.7 mAP on SegInW under zero-shot settings. These results validate RSVP as an effective and scalable framework for integrating cognitive reasoning with structured visual understanding.
