HierarQ: Task-Aware Hierarchical Q-Former for Enhanced Video Understanding
Shehreen Azad, Vibhav Vineet, Yogesh Singh Rawat
TL;DR
HierarQ tackles the context-length bottleneck in multimodal large language models for long videos by introducing a task-aware, hierarchical querying transformer. It employs a two-stream, language-guided feature modulator to separately capture short-term entity details and long-term scene interactions, each backed by dedicated memory banks that are updated with FIFO and Memory Bank Compression strategies. The HierarQ module hierarchically fuses entity- and scene-level information and feeds a projected representation to a frozen LLM (finetuned with LoRA) to generate final outputs, enabling auto-regressive, frame-by-frame video understanding without frame sampling. Across 10 benchmarks spanning understanding, question answering, and captioning, HierarQ achieves state-of-the-art or competitive performance, demonstrating robust long-context video comprehension with efficient memory usage and scalable computation.
Abstract
Despite advancements in multimodal large language models (MLLMs), current approaches struggle in medium-to-long video understanding due to frame and context length limitations. As a result, these models often depend on frame sampling, which risks missing key information over time and lacks task-specific relevance. To address these challenges, we introduce HierarQ, a task-aware hierarchical Q-Former based framework that sequentially processes frames to bypass the need for frame sampling, while avoiding LLM's context length limitations. We introduce a lightweight two-stream language-guided feature modulator to incorporate task awareness in video understanding, with the entity stream capturing frame-level object information within a short context and the scene stream identifying their broader interactions over longer period of time. Each stream is supported by dedicated memory banks which enables our proposed Hierachical Querying transformer (HierarQ) to effectively capture short and long-term context. Extensive evaluations on 10 video benchmarks across video understanding, question answering, and captioning tasks demonstrate HierarQ's state-of-the-art performance across most datasets, proving its robustness and efficiency for comprehensive video analysis.
