Video-QTR: Query-Driven Temporal Reasoning Framework for Lightweight Video Understanding
Xinkui Zhao, Zuxin Wang, Yifan Zhang, Guanjie Cheng, Yueshen Xu, Shuiguang Deng, Chang Liu, Naibo Wang, Jianwei Yin
TL;DR
Video-QTR reframes long-video understanding as a query-driven temporal reasoning problem, coupling a Reason Temporal Proxy with a lightweight Perception Module, Temporal Consistency Refiner, and Temporal Memory to enable selective perception and iterative reasoning. The method achieves state-of-the-art results across short- and long-video QA benchmarks while substantially reducing perceptual frame processing, demonstrating improved scalability for long-horizon video understanding. Ablation and qualitative analyses confirm the critical roles of RTP, TM, and TCR, and reveal robust performance across diverse temporal contexts. This work offers a practical, efficient path toward real-world video understanding and lays a foundation for hierarchical and interactive reasoning systems.
Abstract
The rapid development of multimodal large-language models (MLLMs) has significantly expanded the scope of visual language reasoning, enabling unified systems to interpret and describe complex visual content. However, applying these models to long-video understanding remains computationally intensive. Dense frame encoding generates excessive visual tokens, leading to high memory consumption, redundant computation, and limited scalability in real-world applications. This inefficiency highlights a key limitation of the traditional process-then-reason paradigm, which analyzes visual streams exhaustively before semantic reasoning. To address this challenge, we introduce Video-QTR (Query-Driven Temporal Reasoning), a lightweight framework that redefines video comprehension as a query-guided reasoning process. Instead of encoding every frame, Video-QTR dynamically allocates perceptual resources based on the semantic intent of the query, creating an adaptive feedback loop between reasoning and perception. Extensive experiments across five benchmarks: MSVD-QA, Activity Net-QA, Movie Chat, and Video MME demonstrate that Video-QTR achieves state-of-the-art performance while reducing input frame consumption by up to 73%. These results confirm that query-driven temporal reasoning provides an efficient and scalable solution for video understanding.
