NOVO: Bridging LLaVA and SAM with Visual-only Prompts for Reasoning Segmentation
Kyung-Yoon Yoon, Yeong-Jun Cho
TL;DR
NOVO introduces a visual-prompt–driven framework to address reasoning segmentation by bridging vision-language models with the Segment Anything Model (SAM). Rather than feeding text-derived embeddings, NOVO extracts a coarse mask and point prompts from the VLM output and feeds them into SAM, followed by a training-free refinement that improves mask quality and enables instance-level segmentation. A new RISeg benchmark for instance-level reasoning segmentation demonstrates strong performance gains, with state-of-the-art results on ReasonSeg across 7B and 13B backbones and clear improvements in boundary quality due to NOVO Refinement. Ablation studies confirm the complementary roles of mask and point prompts, and the work discusses limitations and avenues for future expansion, including multi-label reasoning segmentation and dataset growth.
Abstract
In this study, we propose NOVO (NO text, Visual-Only prompts), a novel framework that bridges vision-language models (VLMs) and segmentation models through visual-only prompts. Unlike prior approaches that feed text-derived SEG token embeddings into segmentation models, NOVO instead generates a coarse mask and point prompts from the VLM output. These visual prompts are compatible with the Segment Anything Model (SAM), preserving alignment with its pretrained capabilities. To further enhance boundary quality and enable instance-level segmentation, we introduce a training-free refinement module that reduces visual artifacts and improves the quality of segmentation masks. We also present RISeg, a new benchmark comprising 918 images, 2,533 instance-level masks, and diverse reasoning queries to evaluate this task. Experiments demonstrate that NOVO achieves state-of-the-art performance across multiple metrics and model sizes, demonstrating its effectiveness and scalability in reasoning segmentation.
