paper-with-me

홈 › Papers

ST$^3$: Accelerating Multimodal Large Language Model by Spatial-Temporal Visual Token Trimming

2024-12-28 · Jiedong Zhuang, Lu Lu, Ming Dai, Rui Hu, Jian Chen, Qiang Liu, Haoji Hu

Multimodal large language models (MLLMs) enhance their perceptual capabilities by integrating visual and textual information. However, processing the massive number of visual tokens incurs a significant computational cost. Existing analysis of the MLLM attention mechanisms remains shallow, leading to coarse-grain token pruning strategies that fail to effectively balance speed and accuracy. In this paper, we conduct a comprehensive investigation of MLLM attention mechanisms with LLaVA. We find that numerous visual tokens and partial attention computations are redundant during the decoding process. Based on this insight, we propose Spatial-Temporal Visual Token Trimming ($\textbf{ST}^{3}$), a framework designed to accelerate MLLM inference without retraining. $\textbf{ST}^{3}$ consists of two primary components: 1) Progressive Visual Token Pruning (\textbf{PVTP}), which eliminates inattentive visual tokens across layers, and 2) Visual Token Annealing (\textbf{VTA}), which dynamically reduces the number of visual tokens in each layer as the generated tokens grow. Together, these techniques deliver around $\mathbf{2\times}$ faster inference with only about $\mathbf{30\%}$ KV cache memory compared to the original LLaVA, while maintaining consistent performance across various datasets. Crucially, $\textbf{ST}^{3}$ can be seamlessly integrated into existing pre-trained MLLMs, providing a plug-and-play solution for efficient inference.

📄 PDF Abstract BibTeX arXiv:2412.20105

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

LLaVA-ST: A Multimodal Large Language Model for Fine-Grained Spatial-Temporal Understanding

2025-01-14 · CVPR 2025 1 · Hongyu Li, Jinyu Chen, Ziyu Wei, Shaofei Huang 외

Recent advancements in multimodal large language models (MLLMs) have shown promising results, yet existing approaches struggle to effectively handle both temporal and spatial localization simultaneously. This challenge s…

Feature CompressionLanguage ModelingLanguage ModellingLarge Language Model+3

StreamingAssistant: Efficient Visual Token Pruning for Accelerating Online Video Understanding

2025-12-14 · Xinqi Jin, Hanxun Yu, Bohan Yu, Kebin Liu 외 arxiv

Online video understanding is essential for applications like public surveillance and AI glasses. However, applying Multimodal Large Language Models (MLLMs) to this domain is challenging due to the large number of video …

EventFlash: Towards Efficient MLLMs for Event-Based Vision

2026-02-03 · Shaoyu Liu, Jianing Li, Guanghui Zhao, Yunjian Zhang 외 arxiv

Event-based multimodal large language models (MLLMs) enable robust perception in high-speed and low-light scenarios, addressing key limitations of frame-based MLLMs. However, current event-based MLLMs often rely on dense…

Event-based vision

UrbanWell: Benchmarking Multimodal Large Language Models for Spatio-Temporal Urban Wellbeing Analytics

2026-06-14 · Yanxin Xi, Xiang Su, Jie Feng, Yu Liu 외 arxiv

Understanding urban wellbeing from multimodal data requires integrating heterogeneous spatial and temporal signals, posing significant challenges for current multimodal large language models (MLLMs). We introduce UrbanWe…

VideoLoom: A Video Large Language Model for Joint Spatial-Temporal Understanding

2026-01-12 · Jiapeng Shi, Junke Wang, Zuyao You, Bo He 외 arxiv

This paper presents VideoLoom, a unified Video Large Language Model (Video LLM) for joint spatial-temporal understanding. To facilitate the development of fine-grained spatial and temporal localization capabilities, we c…

Referring Video Object Segmentation