TL;DR
PPLLaVA introduces an efficient token compression method for video understanding that retains semantic relevance, enabling faster processing while maintaining high performance on various benchmarks.
Contribution
It proposes a novel prompt-guided pooling strategy with a CLIP-based module, achieving up to 18x token reduction without sacrificing accuracy.
Findings
Achieves up to 18x token reduction in video sequences.
Maintains state-of-the-art performance across diverse video understanding tasks.
Significantly improves inference throughput.
Abstract
In the past year, video-based large language models (Video LLMs) have achieved impressive progress, particularly in their ability to process long videos through extremely extended context lengths. However, this comes at the cost of significantly increased computational overhead due to the massive number of visual tokens, making efficiency a major bottleneck. In this paper, we identify the root of this inefficiency as the high redundancy in video content. To address this, we propose a novel pooling strategy that enables aggressive token compression while retaining instruction-relevant visual semantics. Our model, Prompt-guided Pooling LLaVA (PPLLaVA), introduces three key components: a CLIP-based visual-prompt alignment module that identifies regions of interest based on user instructions, a prompt-guided pooling mechanism that adaptively compresses the visual sequence using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
