paper-with-me

Papers

Keyframe-oriented Vision Token Pruning: Enhancing Efficiency of Large Vision Language Models on Long-Form Video Processing

2025-03-13 · Yudong Liu, Jingwei Sun, Yueqian Lin, Jingyang Zhang, Ming Yin, Qinsi Wang, Jianyi Zhang, Hai Li, Yiran Chen

Vision language models (VLMs) demonstrate strong capabilities in jointly processing visual and textual data. However, they often incur substantial computational overhead due to redundant visual information, particularly in long-form video scenarios. Existing approaches predominantly focus on either vision token pruning, which may overlook spatio-temporal dependencies, or keyframe selection, which identifies informative frames but discards others, thus disrupting contextual continuity. In this work, we propose KVTP (Keyframe-oriented Vision Token Pruning), a novel framework that overcomes the drawbacks of token pruning and keyframe selection. By adaptively assigning pruning rates based on frame relevance to the query, KVTP effectively retains essential contextual information while significantly reducing redundant computation. To thoroughly evaluate the long-form video understanding capacities of VLMs, we curated and reorganized subsets from VideoMME, EgoSchema, and NextQA into a unified benchmark named SparseKV-QA that highlights real-world scenarios with sparse but crucial events. Our experiments with VLMs of various scales show that KVTP can reduce token usage by 80% without compromising spatiotemporal and contextual consistency, significantly cutting computation while maintaining the performance. These results demonstrate our approach's effectiveness in efficient long-video processing, facilitating more scalable VLM deployment.

📄 PDF Abstract BibTeX arXiv:2503.10742

Code (1)

1999Lyd/KVTP 공식 구현 pytorch

Tasks

EgoSchemaFormVideo Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Language-Guided Temporal Token Pruning for Efficient VideoLLM Processing

2025-08-25 · Yogesh Kumar arxiv

Vision Language Models (VLMs) struggle with long-form videos due to the quadratic complexity of attention mechanisms. We propose Language-Guided Temporal Token Pruning (LGTTP), which leverages temporal cues from queries …

VLTP: Vision-Language Guided Token Pruning for Task-Oriented Segmentation

2024-09-13 · Hanning Chen, Yang Ni, Wenjun Huang, Yezi Liu 외

Vision Transformers (ViTs) have emerged as the backbone of many segmentation models, consistently achieving state-of-the-art (SOTA) performance. However, their success comes at a significant computational cost. Image tok…

DecoderLanguage ModellingLarge Language ModelSegmentation

KTV: Keyframes and Key Tokens Selection for Efficient Training-Free Video LLMs

2026-02-03 · Baiyang Song, Jun Peng, Yuxin Zhang, Guangyao Chen 외 arxiv

Training-free video understanding leverages the strong image comprehension capabilities of pre-trained vision language models (VLMs) by treating a video as a sequence of static frames, thus obviating the need for costly …

EventSTU: Event-Guided Efficient Spatio-Temporal Understanding for Video Large Language Models

2025-11-24 · Wenhao Xu, Xin Dong, Yue Li, Haoyuan Shi 외 arxiv

Video large language models have demonstrated strong video understanding capabilities but suffer from high inference costs due to the massive number of tokens in long videos. Inspired by event-based vision, we propose an…

Event-based vision

EgoPrune: Efficient Token Pruning for Egomotion Video Reasoning in Embodied Agent

2025-07-21 · Jiaao Li, Kaiyuan Li, Chen Gao, Yong Li 외

Egomotion videos are first-person recordings where the view changes continuously due to the agent's movement. As they serve as the primary visual input for embodied AI agents, making egomotion video reasoning more effici…

Multimodal Reasoning