paper-with-me

Papers

Frame-Voyager: Learning to Query Frames for Video Large Language Models

2024-10-04 · Sicheng Yu, Chengkai Jin, Huanyu Wang, Zhenghao Chen, Sheng Jin, Zhongrong Zuo, Xiaolei Xu, Zhenbang Sun, Bingni Zhang, Jiawei Wu, Hao Zhang, Qianru Sun

Video Large Language Models (Video-LLMs) have made remarkable progress in video understanding tasks. However, they are constrained by the maximum length of input tokens, making it impractical to input entire videos. Existing frame selection approaches, such as uniform frame sampling and text-frame retrieval, fail to account for the information density variations in the videos or the complex instructions in the tasks, leading to sub-optimal performance. In this paper, we propose Frame-Voyager that learns to query informative frame combinations, based on the given textual queries in the task. To train Frame-Voyager, we introduce a new data collection and labeling pipeline, by ranking frame combinations using a pre-trained Video-LLM. Given a video of M frames, we traverse its T-frame combinations, feed them into a Video-LLM, and rank them based on Video-LLM's prediction losses. Using this ranking as supervision, we train Frame-Voyager to query the frame combinations with lower losses. In experiments, we evaluate Frame-Voyager on four Video Question Answering benchmarks by plugging it into two different Video-LLMs. The experimental results demonstrate that Frame-Voyager achieves impressive results in all settings, highlighting its potential as a plug-and-play solution for Video-LLMs.

📄 PDF Abstract BibTeX arXiv:2410.03226

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVideo Question AnsweringVideo Understanding

Similar Papers 제목 키워드 기반

Voyager: Long-Range and World-Consistent Video Diffusion for Explorable 3D Scene Generation

2025-06-04 · Tianyu Huang, Wangguandong Zheng, Tengfei Wang, Yuhao Liu 외

Real-world applications like video gaming and virtual reality often demand the ability to model 3D scenes that users can explore along custom camera trajectories. While significant progress has been made in generating 3D…

3D ReconstructionCamera Pose EstimationDepth EstimationDepth Prediction+3

Improving Video Question Answering through query-based frame selection

2026-01-12 · Himanshu Patil, Geo Jolly, Ramana Raja Buddala, Ganesh Ramakrishnan 외 arxiv

Video Question Answering (VideoQA) models enhance understanding and interaction with audiovisual content, making it more accessible, searchable, and useful for a wide range of fields such as education, surveillance, ente…

Video Question Answering

QCA: Query- and Content-Aware Keyframe Selection for Long Video Understanding

2026-07-01 · Jun Peng, Baiyang Song, Jie Li, Hui Li 외 arxiv

Video understanding is often plagued by severe temporal redundancy, where processing dense frame sequences is both semantically inefficient and computationally expensive. This challenge is further amplified when only a s…

Efficient Robustness Assessment via Adversarial Spatial-Temporal Focus on Videos

2023-01-03 · Wei Xingxing, Wang Songping, Yan Huanqian

Adversarial robustness assessment for video recognition models has raised concerns owing to their wide applications on safety-critical tasks. Compared with images, videos have much high dimension, which brings huge compu…

Action RecognitionAdversarial RobustnessMulti-agent Reinforcement LearningVideo Recognition

Progressive Video Condensation with MLLM Agent for Long-form Video Understanding

2026-04-03 · Yufei Yin, Yuchen Xing, Qianke Meng, Minghao Chen 외 arxiv

Understanding long videos requires extracting query-relevant information from long sequences under tight compute budgets. Existing text-then-LLM pipelines lose fine-grained visual cues, while video-based multimodal large…