Pixel-Grounded Retrieval for Knowledgeable Large Multimodal Models
Jeonghwan Kim, Renjie Tao, Sanat Sharma, Jiaqi Wang, Kai Sun, Zhaojiang Lin, Seungwhan Moon, Lambert Mathias, Anuj Kumar, Heng Ji, Xin Luna Dong
TL;DR
PixSearch introduces an end-to-end segmenting Large Multimodal Model that autonomously triggers retrieval and grounds responses with region-level pixel masks. By emitting <search> tokens and routing queries across text, whole-image, or region modalities, it achieves pixel-grounded, multi-hop reasoning without external detectors or captioners. Two-stage supervised fine-tuning aligns retrieval timing and query selection with robust segmentation, yielding substantial improvements in factual grounding on egocentric/entity-centric VQA (up to ~26% accuracy gains on CRAG-MM ego-centric) while remaining competitive on standard VQA and text QA tasks. The approach offers a scalable path toward more factual, pixel-grounded multimodal reasoning in real-world AI assistants.
Abstract
Visual Question Answering (VQA) often requires coupling fine-grained perception with factual knowledge beyond the input image. Prior multimodal Retrieval-Augmented Generation (MM-RAG) systems improve factual grounding but lack an internal policy for when and how to retrieve. We propose PixSearch, the first end-to-end Segmenting Large Multimodal Model (LMM) that unifies region-level perception and retrieval-augmented reasoning. During encoding, PixSearch emits <search> tokens to trigger retrieval, selects query modalities (text, image, or region), and generates pixel-level masks that directly serve as visual queries, eliminating the reliance on modular pipelines (detectors, segmenters, captioners, etc.). A two-stage supervised fine-tuning regimen with search-interleaved supervision teaches retrieval timing and query selection while preserving segmentation ability. On egocentric and entity-centric VQA benchmarks, PixSearch substantially improves factual consistency and generalization, yielding a 19.7% relative gain in accuracy on CRAG-MM compared to whole image retrieval, while retaining competitive reasoning performance on various VQA and text-only QA tasks.
