paper-with-me

Papers

StreamingAssistant: Efficient Visual Token Pruning for Accelerating Online Video Understanding

2025-12-14 · Xinqi Jin, Hanxun Yu, Bohan Yu, Kebin Liu, Jian Liu, Keda Tao, Yixuan Pei, Huan Wang, Fan Dang, Jiangchuan Liu, Weiqiang Wang 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 frames, resulting in high GPU memory usage and computational latency. To address these challenges, we propose token pruning as a means to reduce context length while retaining critical information. Specifically, we introduce a novel redundancy metric, Maximum Similarity to Spatially Adjacent Video Tokens (MSSAVT), which accounts for both token similarity and spatial position. To mitigate the bidirectional dependency between pruning and redundancy, we further design a masked pruning strategy that ensures only mutually unadjacent tokens are pruned. We also integrate an existing temporal redundancy-based pruning method to eliminate temporal redundancy of the video modality. Experimental results on multiple online and offline video understanding benchmarks demonstrate that our method significantly improves the accuracy (i.e., by 4\% at most) while incurring a negligible pruning latency (i.e., less than 1ms). Our full implementation will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2512.12560

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

2025-07-12 · Wencan Huang, Daizong Liu, Wei Hu arxiv

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…

Scene Understanding

A Stitch in Time Saves Nine: Small VLM is a Precise Guidance for Accelerating Large VLMs

2024-12-04 · CVPR 2025 1 · Wangbo Zhao, Yizeng Han, Jiasheng Tang, Zhikai Li 외

Vision-language models (VLMs) have shown remarkable success across various multi-modal tasks, yet large VLMs encounter significant efficiency challenges due to processing numerous visual tokens. A promising approach to a…

Visual Question Answering

When Token Pruning is Worse than Random: Understanding Visual Token Information in VLLMs

2025-12-08 · Yahong Wang, Juncheng Wu, Zhangkai Ni, Longzhen Yang 외 arxiv

Vision Large Language Models (VLLMs) incur high computational costs due to their reliance on hundreds of visual tokens to represent images. While token pruning offers a promising solution for accelerating inference, this…

Visual Question Answering

Leveraging KV Similarity for Online Structured Pruning in LLMs

2025-12-08 · Jungmin Lee, Gwangeun Byeon, Yulhwa Kim, Seokin Hong arxiv

Pruning has emerged as a promising direction for accelerating large language model (LLM) inference, yet existing approaches often suffer from instability because they rely on offline calibration data that may not general…

ViTCoP: Accelerating Large Vision-Language Models via Visual and Textual Semantic Collaborative Pruning

2026-01-25 · Wen Luo, Peng Chen, Xiaotao Huang, LiQun Huang arxiv

Large Vision-Language Models (LVLMs) incur high computational costs due to significant redundancy in their visual tokens. To effectively reduce this cost, researchers have proposed various visual token pruning methods. H…