Perceive, Query & Reason: Enhancing Video QA with Question-Guided Temporal Queries
Roberto Amoroso, Gengyuan Zhang, Rajat Koner, Lorenzo Baraldi, Rita Cucchiara, Volker Tresp
TL;DR
This work tackles Video QA by addressing the challenge of extracting question-relevant information across temporal video frames. It introduces T-Former, a question-guided temporal querying Transformer, to build a temporal bridge between frame-wise perception and LLM-based reasoning within the PQR framework (Perceive, Query, Reason). PQR uses an instruction-aware visual encoder, dynamic temporal queries initialized from video content, and a frozen LLM to reason over condensed visual-temporal representations, trained only on target datasets. Across multiple benchmarks, PQR with T-Former achieves state-of-the-art performance, demonstrating strong temporal and causal reasoning while maintaining computational efficiency. The approach highlights the value of dynamic, question-guided temporal features as a scalable bridge between pre-trained vision-language models and video-specific reasoning tasks.
Abstract
Video Question Answering (Video QA) is a challenging video understanding task that requires models to comprehend entire videos, identify the most relevant information based on contextual cues from a given question, and reason accurately to provide answers. Recent advancements in Multimodal Large Language Models (MLLMs) have transformed video QA by leveraging their exceptional commonsense reasoning capabilities. This progress is largely driven by the effective alignment between visual data and the language space of MLLMs. However, for video QA, an additional space-time alignment poses a considerable challenge for extracting question-relevant information across frames. In this work, we investigate diverse temporal modeling techniques to integrate with MLLMs, aiming to achieve question-guided temporal modeling that leverages pre-trained visual and textual alignment in MLLMs. We propose T-Former, a novel temporal modeling method that creates a question-guided temporal bridge between frame-wise visual perception and the reasoning capabilities of LLMs. Our evaluation across multiple video QA benchmarks demonstrates that T-Former competes favorably with existing temporal modeling approaches and aligns with recent advancements in video QA.
