paper-with-me

Papers

MaxInfo: A Training-Free Key-Frame Selection Method Using Maximum Volume for Enhanced Video Understanding

2025-02-05 · Pengyi Li, Irina Abdullaeva, Alexander Gambashidze, Andrey Kuznetsov, Ivan Oseledets

Modern Video Large Language Models (VLLMs) often rely on uniform frame sampling for video understanding, but this approach frequently fails to capture critical information due to frame redundancy and variations in video content. We propose MaxInfo, a training-free method based on the maximum volume principle, which selects and retains the most representative frames from the input video. By maximizing the geometric volume formed by selected embeddings, MaxInfo ensures that the chosen frames cover the most informative regions of the embedding space, effectively reducing redundancy while preserving diversity. This method enhances the quality of input representations and improves long video comprehension performance across benchmarks. For instance, MaxInfo achieves a 3.28% improvement on LongVideoBench and a 6.4% improvement on EgoSchema for LLaVA-Video-7B. It also achieves a 3.47% improvement for LLaVA-Video-72B. The approach is simple to implement and works with existing VLLMs without the need for additional training, making it a practical and effective alternative to traditional uniform sampling methods.

📄 PDF Abstract BibTeX arXiv:2502.03183

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEgoSchemaVideo Understanding

Similar Papers 제목 키워드 기반

MaxInfoRL: Boosting exploration in reinforcement learning through information gain maximization

2024-12-16 · Bhavya Sukhija, Stelian Coros, Andreas Krause, Pieter Abbeel 외

Reinforcement learning (RL) algorithms aim to balance exploiting the current best strategy with exploring new options that could lead to higher rewards. Most common RL algorithms use undirected exploration, i.e., select …

Multi-Armed BanditsReinforcement Learning (RL)

PEEK: Picking Essential frames via Efficient Knowledge distillation

2026-05-29 · Killian Steunou, Anas Filali Razzouki, Khalil Guetari, Mounîm A. El-Yacoubi 외 arxiv

Video-language models can process only a limited number of frames, making frame selection a key bottleneck for efficient video captioning. Most captioning pipelines still rely on uniform sampling, which is computationall…

Knowledge DistillationVideo Captioning

GLASS: Global-Local Aggregation for Inference-time Sparsification of LLMs

2025-08-19 · Amirmohsen Sattarifard, Sepehr Lavasani, Kunlin Zhang, Amirhossein Rajabpour 외 arxiv

Inference-time sparsification is a promising path to deploy large language models (LLMs) on resource-constrained devices, yet existing training-free methods typically estimate feedforward network (FFN) neuron importance …

HeadText: Exploring Hands-free Text Entry using Head Gestures by Motion Sensing on a Smart Earpiece

2022-05-20 · Songlin Xu, Guanjie Wang, Ziyuan Fang, Guangwei Zhang 외

We present HeadText, a hands-free technique on a smart earpiece for text entry by motion sensing. Users input text utilizing only 7 head gestures for key selection, word selection, word commitment and word cancelling tas…

Dynamic Time WarpingGesture Recognition

COMET-QE and Active Learning for Low-Resource Machine Translation

2022-10-27 · Everlyn Asiko Chimoto, Bruce A. Bassett

Active learning aims to deliver maximum benefit when resources are scarce. We use COMET-QE, a reference-free evaluation metric, to select sentences for low-resource neural machine translation. Using Swahili, Kinyarwanda …

Active LearningLow Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine Translation+2