CVJul 12, 2025

Fast3D: Accelerating 3D Multi-modal Large Language Models for Efficient 3D Scene Understanding

arXiv:2507.09334v11 citationsh-index: 7Has CodeMM
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck for deploying 3D MLLMs in practical applications, offering an incremental improvement in efficiency for 3D AI systems.

The paper tackles the computational inefficiency of 3D Multi-modal Large Language Models (MLLMs) by proposing Fast3D, a plug-and-play visual token pruning framework that accelerates these models for 3D scene understanding, achieving effective performance under high pruning ratios as validated across five benchmarks.

While 3D Multi-modal Large Language Models (MLLMs) demonstrate remarkable scene understanding capabilities, their practical deployment faces critical challenges due to computational inefficiency. The key bottleneck stems from processing excessive object-centric visual tokens required for comprehensive 3D scene representation. Although visual token pruning has shown promise in accelerating 2D MLLMs, its applicability to 3D domains remains largely unexplored due to fundamental disparities in token structures. In this paper, we reveal two critical insights: (1) Significant redundancy exists in object-level 3D token representations, analogous to patch-level redundancy in 2D systems; (2) Global attention patterns exhibit strong predictive power for identifying non-essential tokens in 3D contexts. Building on these observations, we propose Fast3D, a plug-and-play visual token pruning framework for 3D MLLMs featuring two technical innovations: (1) Global Attention Prediction (GAP), where a lightweight neural network learns to predict the global attention distributions of the target model, enabling efficient token importance estimation for precise pruning guidance; (2) Sample-Adaptive visual token Pruning (SAP), which introduces dynamic token budgets through attention-based complexity assessment, automatically adjusting layer-wise pruning ratios based on input characteristics. Both of these two techniques operate without modifying the parameters of the target model. Extensive evaluations across five benchmarks validate the effectiveness of Fast3D, particularly under high visual token pruning ratios. Code is available at https://github.com/wencan25/Fast3D

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes