PanoGrounder: Bridging 2D and 3D with Panoramic Scene Representations for VLM-based 3D Visual Grounding
Seongmin Jung, Seongho Choi, Gunwoo Jeon, Minsu Cho, Jongwoo Lim
TL;DR
PanoGrounder tackles 3D Visual Grounding by bridging 2D vision-language models with 3D scene grounding through panoramic representations. It introduces a three-stage pipeline that (i) places a compact set of panoramic viewpoints with structure-aware camera placement, (ii) grounds text on each panorama using an augmented VLM with a lightweight multi-modal feature adapter, and (iii) lifts and fuses per-view predictions into a single 3D bounding box via visibility-aware aggregation. The method leverages multi-modal panoramas (RGB, semantic, and range) to inject geometric and semantic cues, and uses an Earth Mover’s Distance loss with cross-entropy to produce numerically coherent coordinates, plus geometric QA to train spatial reasoning. Across ScanRefer and Nr3D, with strong generalization to unseen scenes and paraphrased queries, PanoGrounder achieves state-of-the-art results and demonstrates the practicality of panorama-based 2D–3D grounding for open-vocabulary, robotic perception tasks.
Abstract
3D Visual Grounding (3DVG) is a critical bridge from vision-language perception to robotics, requiring both language understanding and 3D scene reasoning. Traditional supervised models leverage explicit 3D geometry but exhibit limited generalization, owing to the scarcity of 3D vision-language datasets and the limited reasoning capabilities compared to modern vision-language models (VLMs). We propose PanoGrounder, a generalizable 3DVG framework that couples multi-modal panoramic representation with pretrained 2D VLMs for strong vision-language reasoning. Panoramic renderings, augmented with 3D semantic and geometric features, serve as an intermediate representation between 2D and 3D, and offer two major benefits: (i) they can be directly fed to VLMs with minimal adaptation and (ii) they retain long-range object-to-object relations thanks to their 360-degree field of view. We devise a three-stage pipeline that places a compact set of panoramic viewpoints considering the scene layout and geometry, grounds a text query on each panoramic rendering with a VLM, and fuses per-view predictions into a single 3D bounding box via lifting. Our approach achieves state-of-the-art results on ScanRefer and Nr3D, and demonstrates superior generalization to unseen 3D datasets and text rephrasings.
