Masking Matters: Unlocking the Spatial Reasoning Capabilities of LLMs for 3D Scene-Language Understanding
Yerim Jeon, Miso Lee, WonJun Moon, Jae-Pil Heo
TL;DR
The paper identifies a fundamental mismatch between standard causal decoders and the order-agnostic nature of 3D scenes in multi-modal reasoning. It introduces 3D-SLIM, a plug-in, parameter-free masking strategy that replaces causal attention with a Geometry-adaptive Mask and an Instruction-aware Mask to enforce spatially grounded and instruction-guided interactions. Across multiple benchmarks and diverse LLM backbones, 3D-SLIM consistently improves object-centric 3D scene-language tasks, highlighting the importance of decoder design for spatial reasoning. The work demonstrates broad applicability and sets a foundation for more capable 3D multi-modal models in embodied AI and robotics.
Abstract
Recent advances in 3D scene-language understanding have leveraged Large Language Models (LLMs) for 3D reasoning by transferring their general reasoning ability to 3D multi-modal contexts. However, existing methods typically adopt standard decoders from language modeling, which rely on a causal attention mask. This design introduces two fundamental conflicts in 3D scene understanding: sequential bias among order-agnostic 3D objects and restricted object-instruction attention, hindering task-specific reasoning. To overcome these limitations, we propose 3D Spatial Language Instruction Mask (3D-SLIM), an effective masking strategy that replaces the causal mask with an adaptive attention mask tailored to the spatial structure of 3D scenes. Our 3D-SLIM introduces two key components: a Geometry-adaptive Mask that constrains attention based on spatial density rather than token order, and an Instruction-aware Mask that enables object tokens to directly access instruction context. This design allows the model to process objects based on their spatial relationships while being guided by the user's task. 3D-SLIM is simple, requires no architectural modifications, and adds no extra parameters, yet it yields substantial performance improvements across diverse 3D scene-language tasks. Extensive experiments across multiple benchmarks and LLM baselines validate its effectiveness and underscore the critical role of decoder design in 3D multi-modal reasoning.
