AdaToken-3D: Dynamic Spatial Gating for Efficient 3D Large Multimodal-Models Reasoning
Kai Zhang, Xingyu Chen, Xiaofeng Zhang
TL;DR
AdaToken-3D tackles inefficiencies in 3D large multimodal models by dynamically pruning spatial tokens based on quantified information contributions across layers and modalities. It introduces intra- and inter-modal contribution metrics and a derivative-constrained optimization with an exponential layer-wise token-retention schedule, enabling layer-aware pruning that preserves reasoning while reducing computation. Empirical results on LLaVA-3D-7B show up to ~63% FLOPs reduction and substantial latency savings with maintained task accuracy, along with insights that a large majority of spatial tokens contribute minimally to final predictions. The work highlights distinct spatial information flow in 3D LMMs compared to 2D counterparts and lays a foundation for efficient, scalable 3D multimodal reasoning toward embodied AI.
Abstract
Large Multimodal Models (LMMs) have become a pivotal research focus in deep learning, demonstrating remarkable capabilities in 3D scene understanding. However, current 3D LMMs employing thousands of spatial tokens for multimodal reasoning suffer from critical inefficiencies: excessive computational overhead and redundant information flows. Unlike 2D VLMs processing single images, 3D LMMs exhibit inherent architectural redundancy due to the heterogeneous mechanisms between spatial tokens and visual tokens. To address this challenge, we propose AdaToken-3D, an adaptive spatial token optimization framework that dynamically prunes redundant tokens through spatial contribution analysis. Our method automatically tailors pruning strategies to different 3D LMM architectures by quantifying token-level information flows via attention pattern mining. Extensive experiments on LLaVA-3D (a 7B parameter 3D-LMM) demonstrate that AdaToken-3D achieves 21\% faster inference speed and 63\% FLOPs reduction while maintaining original task accuracy. Beyond efficiency gains, this work systematically investigates redundancy patterns in multimodal spatial information flows through quantitative token interaction analysis. Our findings reveal that over 60\% of spatial tokens contribute minimally ($<$5\%) to the final predictions, establishing theoretical foundations for efficient 3D multimodal learning.
