paper-with-me

홈 › Papers

Efficient3D: A Unified Framework for Adaptive and Debiased Token Reduction in 3D MLLMs

2026-04-03 · Yuhui Lin, Siyue Yu, Yuxing Yang, Guangliang Cheng, Jimin Xiao arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have expanded reasoning capabilities into 3D domains, enabling fine-grained spatial understanding. However, the substantial size of 3D MLLMs and the high dimensionality of input features introduce considerable inference overhead, which limits practical deployment on resource constrained platforms. To overcome this limitation, this paper presents Efficient3D, a unified framework for visual token pruning that accelerates 3D MLLMs while maintaining competitive accuracy. The proposed framework introduces a Debiased Visual Token Importance Estimator (DVTIE) module, which considers the influence of shallow initial layers during attention aggregation, thereby producing more reliable importance predictions for visual tokens. In addition, an Adaptive Token Rebalancing (ATR) strategy is developed to dynamically adjust pruning strength based on scene complexity, preserving semantic completeness and maintaining balanced attention across layers. Together, they enable context-aware token reduction that maintains essential semantics with lower computation. Comprehensive experiments conducted on five representative 3D vision and language benchmarks, including ScanRefer, Multi3DRefer, Scan2Cap, ScanQA, and SQA3D, demonstrate that Efficient3D achieves superior performance compared with unpruned baselines, with a +2.57% CIDEr improvement on the Scan2Cap dataset. Therefore, Efficient3D provides a scalable and effective solution for efficient inference in 3D MLLMs. The code is released at: https://github.com/sol924/Efficient3D

📄 PDF Abstract BibTeX arXiv:2604.02689

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automatic Debiased Machine Learning for Smooth Functionals of Nonparametric M-Estimands

2025-01-21 · Lars van der Laan, Aurelien Bibaut, Nathan Kallus, Alex Luedtke

We propose a unified framework for automatic debiased machine learning (autoDML) to perform inference on smooth functionals of infinite-dimensional M-estimands, defined as population risk minimizers over Hilbert spaces. …

Causal InferenceModel Selectionvalid

D2Pruner: Debiased Importance and Structural Diversity for MLLM Token Pruning

2025-12-22 · Evelyn Zhang, Fufu Yu, Aoqi Wu, Zichen Wen 외 arxiv

Processing long visual token sequences poses a significant computational burden on Multimodal Large Language Models (MLLMs). While token pruning offers a path to acceleration, we find that current methods, while adequate…

Semantic Similarity

TORINO: Token Reduction via Interpretable Concept Overlap in Vision-Language Models

2026-07-06 · Riccardo Renzulli, Gabriele Spadaro, Shruthi Gowda, Alaa Eddine Mazouz 외 arxiv

Vision-Language Models (VLMs) have demonstrated impressive capabilities across different tasks, but their computational cost is dominated by the large number of visual tokens fed to the language model. Existing token red…

HaltingVT: Adaptive Token Halting Transformer for Efficient Video Recognition

2024-01-10 · Qian Wu, Ruoxuan Cui, Yuke Li, Haoqi Zhu

Action recognition in videos poses a challenge due to its high computational cost, especially for Joint Space-Time video transformers (Joint VT). Despite their effectiveness, the excessive number of tokens in such archit…

Action RecognitionAction Recognition In VideosToken ReductionVideo Recognition

HEART-VIT: Hessian-Guided Efficient Dynamic Attention and Token Pruning in Vision Transformer

2025-12-23 · Mohammad Helal Uddin, Liam Seymour, Sabur Baidya arxiv

Vision Transformers (ViTs) deliver state-of-the-art accuracy but their quadratic attention cost and redundant computations severely hinder deployment on latency and resource-constrained platforms. Existing pruning approa…