3DRS: MLLMs Need 3D-Aware Representation Supervision for Scene Understanding
Xiaohu Huang, Jingjing Wu, Qunyi Xie, Kai Han
TL;DR
3DRS investigates how well multimodal large language models capture 3D scene information and demonstrates that higher 3D-awareness correlates with better downstream performance. It introduces a two-pronged approach: a correspondence-based 3D supervision loss and a distillation framework that leverages pretrained 3D foundation models to align MLLM visual features with rich 3D priors. The method yields consistent gains across multiple MLLMs and 3D benchmarks, outperforming specialist and several 3D-generalist baselines, and highlights the superiority of 3D foundation-model supervision over purely 2D cues. This work underscores the importance of integrating explicit 3D priors into MLLMs for robust 3D scene understanding and provides a practical, low-overhead path via offline distilled targets. Overall, 3DRS offers a general, effective strategy to enhance 3D reasoning in multimodal models with broad applicability to grounding, captioning, and QA tasks in real-world 3D environments.
Abstract
Recent advances in scene understanding have leveraged multimodal large language models (MLLMs) for 3D reasoning by capitalizing on their strong 2D pretraining. However, the lack of explicit 3D data during MLLM pretraining limits 3D representation capability. In this paper, we investigate the 3D-awareness of MLLMs by evaluating multi-view correspondence and reveal a strong positive correlation between the quality of 3D-aware representation and downstream task performance. Motivated by this, we propose 3DRS, a framework that enhances MLLM 3D representation learning by introducing supervision from pretrained 3D foundation models. Our approach aligns MLLM visual features with rich 3D knowledge distilled from 3D models, effectively improving scene understanding. Extensive experiments across multiple benchmarks and MLLMs -- including visual grounding, captioning, and question answering -- demonstrate consistent performance gains. Project page: https://visual-ai.github.io/3drs
