Search papers, labs, and topics across Lattice.
This paper introduces GraFT, a training-free framework that enhances spatial reasoning in multimodal large language models (MLLMs) by leveraging a compact 3D scene graph (3DSG). By providing deterministic geometry, allocentric layout visualization, and visual-attribute grounding without the need for extensive fine-tuning, GraFT significantly improves performance on spatial reasoning tasks. The framework achieves a 27% increase in CIDEr on ScanQA and up to a 65% improvement on VSI-Bench compared to existing models, demonstrating its effectiveness in enhancing spatial reasoning capabilities.
GraFT outperforms fine-tuned models by providing a training-free solution that boosts spatial reasoning in MLLMs by leveraging 3D scene graphs.
3D spatial reasoning underpins understanding and acting in the physical world, yet it remains unreliable in current multimodal large language models (MLLMs). These models falter at precise geometric measurement, at transforming between egocentric and allocentric viewpoints, and at grounding fine-grained appearance. The most common remedies fine-tune the model on large-scale curated spatial-reasoning datasets or attach dedicated encoders for 3D geometry, which typically couples the solution to costly supervision and a specific backbone. We instead introduce GraFT, a training-free framework that supplies the missing 3D structure through a compact, easily maintained 3D scene graph (3DSG). From this 3DSG, GraFT provides three spatial reasoning capabilities: (1) deterministic geometry through symbolic tools, (2) allocentric layout through a bird's-eye-view (BEV) rendering, and (3) visual-attribute grounding through task-relevant egocentric frames. On ScanQA, GraFT improves every metric over the same-backbone baseline, raising CIDEr by 27%. On VSI-Bench, GraFT improves frozen MLLMs by up to 65%, surpassing every proprietary and general-purpose open-source baseline, and several prominent fine-tuned spatial models.