paper-with-me

Papers

Where to Focus: Query-Modulated Multimodal Keyframe Selection for Long Video Understanding

2026-04-19 · Shaoguang Wang, Weiyu Guo, Ziyang Chen, Xuming Hu, Hui Xiong arxiv

Long video understanding remains a formidable challenge for Multimodal Large Language Models (MLLMs) due to the prohibitive computational cost of processing dense frame sequences. Prevailing solutions, which select a keyframe subset, typically rely on either a single visual-centric metric (e.g., CLIP similarity) or a static fusion of heuristic scores. This `one-size-fits-all'' paradigm frequently fails: visual-only metrics are ineffective for plot-driven narrative queries, while indiscriminately incorporating textual scores introduces severe modal noise'' for purely visual tasks. To break this bottleneck, we propose Q-Gate, a plug-and-play and training-free framework that treats keyframe selection as a dynamic modality routing problem. We decouple the retrieval process into three lightweight expert streams: Visual Grounding for local details, Global Matching for scene semantics, and Contextual Alignment for subtitle-driven narratives. Crucially, Q-Gate introduces a Query-Modulated Gating Mechanism that leverages the in-context reasoning of an LLM to assess the query's intent and dynamically allocate attention weights across the experts. This mechanism intelligently activates necessary modalities while `muting'' irrelevant ones, thereby maximizing the signal-to-noise ratio. Extensive experiments on LongVideoBench and Video-MME across multiple MLLM backbones demonstrate that Q-Gate substantially outperforms state-of-the-art baselines. By effectively suppressing modality-specific noise, it provides a robust, highly interpretable solution for scalable video reasoning.

📄 PDF Abstract BibTeX arXiv:2604.17422

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Multimodal Contextualized Support for Enhancing Video Retrieval System

2024-12-10 · Quoc-Bao Nguyen-Le, Thanh-Huy Le-Nguyen

Current video retrieval systems, especially those used in competitions, primarily focus on querying individual keyframes or images rather than encoding an entire clip or video segment. However, queries often describe an …

object-detectionObject DetectionRetrievalVideo Retrieval

FOCUS: Efficient Keyframe Selection for Long Video Understanding

2025-10-31 · Zirui Zhu, Hailun Xu, Yang Luo, Yong Liu 외 arxiv

Multimodal large language models (MLLMs) represent images and video frames as visual tokens. Scaling from single images to hour-long videos, however, inflates the token budget far beyond practical limits. Popular pipelin…

Multi-Armed Bandits

Shifting More Attention to Visual Backbone: Query-modulated Refinement Networks for End-to-End Visual Grounding

2022-03-29 · CVPR 2022 1 · Jiabo Ye, Junfeng Tian, Ming Yan, Xiaoshan Yang 외

Visual grounding focuses on establishing fine-grained alignment between vision and natural language, which has essential applications in multimodal reasoning systems. Existing methods use pre-trained query-agnostic visua…

Multimodal ReasoningVisual Grounding

FORGE: Frame Orthogonality in Relevance Geometry for Long-Form Video Understanding

2026-07-28 · Ghazal Kaviani, Ghassan AlRegib arxiv

Multimodal large language models (MLLMs) have enabled long-form video understanding at a scale that was not previously possible. However, the density of relevant content decreases sharply as video sequence length increas…

Question Answering

Query-Conditioned Evidential Keyframe Sampling for MLLM-Based Long-Form Video Understanding

2026-04-01 · Yiheng Wang, Lichen Zhu, Yueqian Lin, Yudong Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance on video question answering, but their application to long-form videos is constrained by limited context length and computational cost, making keyfra…

Video Question AnsweringReinforcement Learning