paper-with-me

홈 › Papers

DyCoke: Dynamic Compression of Tokens for Fast Video Large Language Models

2024-11-22 · CVPR 2025 1 · Keda Tao, Can Qin, Haoxuan You, Yang Sui, Huan Wang

Video large language models (VLLMs) have significantly advanced recently in processing complex video content, yet their inference efficiency remains constrained because of the high computational cost stemming from the thousands of visual tokens generated from the video inputs. We empirically observe that, unlike single image inputs, VLLMs typically attend visual tokens from different frames at different decoding iterations, making a one-shot pruning strategy prone to removing important tokens by mistake. Motivated by this, we present DyCoke, a training-free token compression method to optimize token representation and accelerate VLLMs. DyCoke incorporates a plug-and-play temporal compression module to minimize temporal redundancy by merging redundant tokens across frames, and applies dynamic KV cache reduction to prune spatially redundant tokens selectively. It ensures high-quality inference by dynamically retaining the critical tokens at each decoding step. Extensive experimental results demonstrate that DyCoke can outperform the prior SoTA counterparts, achieving 1.5X inference speedup, 1.4X memory reduction against the baseline VLLM, while still improving the performance, with no training.

📄 PDF Abstract BibTeX arXiv:2411.15024

Code (1)

kd-tao/dycoke 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

OmniZip: Audio-Guided Dynamic Token Compression for Fast Omnimodal Large Language Models

2025-11-18 · Keda Tao, Kele Shao, Bohan Yu, Weiqiang Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have attracted increasing research attention of late towards unified audio-video understanding. However, the high computational cost of processing longer joint audio-video token…

DynTok: Dynamic Compression of Visual Tokens for Efficient and Effective Video Understanding

2025-06-04 · Hongzhi Zhang, Jingyuan Zhang, Xingguang Ji, Qi Wang 외

Typical video modeling methods, such as LLava, represent videos as sequences of visual tokens, which are then processed by the LLM backbone for effective video understanding. However, this approach leads to a massive num…

MMEVideo MMEVideo Understanding

Video-XL-Pro: Reconstructive Token Compression for Extremely Long Video Understanding

2025-03-24 · Xiangrui Liu, Yan Shu, Zheng Liu, Ao Li 외

Despite advanced token compression techniques, existing multimodal large language models (MLLMs) still struggle with hour-long video understanding. In this work, we propose Video-XL-Pro, an efficient method for extremely…

8kGPUSelf-Supervised LearningVideo Understanding

Seeing More, Saying More: Lightweight Language Experts are Dynamic Video Token Compressors

2025-08-31 · Xiangchen Wang, Jinrui Zhang, Teng Wang, Haigang Zhang 외 arxiv

Recent advancements in large video-language models have revolutionized video understanding tasks. However, their efficiency is significantly constrained by processing high volumes of visual tokens. Existing token compres…

UniComp: Rethinking Video Compression Through Informational Uniqueness

2025-12-03 · Chao Yuan, Shimin Chen, Minliang Lin, Limeng Qiao 외 arxiv

Distinct from attention-based compression methods, this paper presents an information uniqueness driven video compression framework, termed UniComp, which aims to maximize the information fidelity of video representation…