PEEK: Picking Essential frames via Efficient Knowledge distillation
Summary
Introduces PEEK, an efficient dynamic frame sampling method that distills caption-conditioned frame relevance rankings from a teacher model into a lightweight temporal model, outperforming state-of-the-art methods in video captioning while maintaining computational efficiency.
View Cached Full Text
Cached at: 06/01/26, 11:20 AM
Paper page - PEEK: Picking Essential frames via Efficient Knowledge distillation
Source: https://huggingface.co/papers/2605.31029
Abstract
PEEK is an efficient dynamic frame sampling method that distills caption-conditioned frame relevance rankings from a teacher model into a lightweight temporal model, outperforming state-of-the-art methods in video captioning while maintaining computational efficiency.
Video-language modelscan process only a limited number of frames, makingframe selectiona key bottleneck for efficient video captioning. Most captioning pipelines still rely on uniform sampling, which is computationally cheap but agnostic to visual content.Adaptive frame samplinghas recently emerged as a promising approach for selecting the most informative frames from a video; however, existing methods remain computationally expensive. We introduce PEEK, an efficient dynamic frame sampling method that distillscaption-conditioned frame relevancerankings from a strongerteacher modelinto alightweight temporal modelthat operates only on visual content. We find that, overall, on ActivityNet Captions and MSR-VTT, our method outperforms state-of-the-art methods across all evaluated downstreamvision language models, especially when only one or two frames are selected for captioning, obtaining the bestCIDErfor most frame budgets. On ActivityNet Captions, PEEK is particularly strong, winning 14 out of 16 configurations.Zero-shot evaluationon MSR-VTT shows that our model transfers best at low frame budgets, while results at four and eight frames are more mixed astemporal coverageandvisual diversitybecome increasingly competitive. Compared with recent adaptive baselines, PEEK is both more accurate in the low-budget regime and more efficient: it adds only 5.2% to the captioning time, compared with 65.4% for CSTA and 211.9% for MaxInfo. We release our code and pre-trained checkpoint at https://github.com/momentslab/peek.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2605\.31029
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### momentslab/peek Updatedabout 4 hours ago • 10 • 2
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.31029 in a dataset README.md to link it from this page.
Spaces citing this paper1
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Fine-Tuning of Transformer models with Frames
The paper proposes FrameFT, a parameter-efficient fine-tuning method using sparse coefficients in a Fusion Frame basis, reducing memory footprint while achieving performance on par with or exceeding state-of-the-art PEFT techniques.
CAPEval: A Decoupled Caption Evaluation across Understanding and Generation
Introduces CAPEval, a caption evaluation framework that decouples coverage and precision, showing that coverage better predicts vision-language understanding performance while precision better predicts text-to-image generation performance.
Reasoning with Memory: A Temporal Granularity-Adaptive Framework for Training-Free Long Video Understanding
ReMem introduces a dual-level memory-augmented keyframe selection framework for training-free long video understanding, achieving state-of-the-art zero-shot performance on multiple benchmarks.
PEEK: Context Map as an Orientation Cache for Long-Context LLM Agents
This paper introduces PEEK, a system that caches orientation knowledge about recurring external contexts as a context map, enabling LLM agents to reuse context knowledge across invocations and significantly improving efficiency and accuracy on long-context reasoning and information aggregation tasks.
MoE-ViE: Mixture of Experts Vision Encoder for Efficient Image and Video Understanding
This paper presents MoE-ViE, a mixture-of-experts vision encoder that efficiently scales for image and video understanding, outperforming larger dense models with lower inference latency.