Ground3D-LMM: Fine-Grained 3D Point Grounding and Spatial Reasoning with LMM

πŸ“… 2026-07-06
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the challenge that existing 3D multimodal large language models struggle to simultaneously support verifiable fine-grained region grounding and metric-aware responses in real-world physical units. To bridge this gap, the authors propose a unified architecture that integrates point clouds with optional RGB images, for the first time coupling point-level 3D localization with metric-aware dialogue. They introduce a new task, 3D Grounded Measurement, and construct a large-scale dataset comprising 2.5 million question-answer pairs. The model enables spatial reasoning at both object and part levels and responds to natural language queries involving real-world measurements such as dimensions and distances. Experiments demonstrate substantial improvements over current state-of-the-art methods across multiple benchmarks, establishing a strong baseline for verifiable and metric-grounded 3D interaction. The code and dataset are publicly released.
πŸ“ Abstract
Natural-language queries about 3D environments become actionable when responses are verifiable and metric. Verifiability requires explicit grounding to the referred 3D region, while metric answers report physical measurements in real-world units (e.g., size, thickness, clearance, and distance). Existing 3D large multimodal models (LMMs) approaches remain limited: conversational systems typically respond without explicit 3D grounding, while 3D grounding models are not designed for interactive, metric-aware dialogue. In this paper, we present Ground3D-LMM, a unified model that takes a point cloud and an optional RGB image as input and supports 3D spatial conversation with (i) point-grounded responses and (ii) metric numeric outputs at both object and part granularity, including multi-object queries. To evaluate this intersection of grounding and measurement, we define the 3D Grounded Measurement task, which requires predicting the referred 3D region and the corresponding metric quantities in real-world units. We introduce a large-scale dataset built on ScanNet and ScanNet++ datasets with dense object and part annotations and roughly 2.5M question-answer pairs spanning eight tasks, along with a manually verified test set. Extensive experiments on multiple datasets and tasks show that our proposed Ground3D-LMM model provides a strong baseline for grounded, metric-aware 3D conversational understanding. Our dataset and model are publicly available.
Problem

Research questions and friction points this paper is trying to address.

3D grounding
spatial reasoning
metric measurement
large multimodal models
point cloud
Innovation

Methods, ideas, or system contributions that make the work stand out.

3D point grounding
metric-aware reasoning
large multimodal model
spatial dialogue
grounded measurement
πŸ”Ž Similar Papers