TIR-Flow: Active Video Search and Reasoning with Frozen VLMs
Hongbo Jin, Siyi Xie, Jiayu Ding, Kuanwei Lin, Ge Li
TL;DR
TIR-Flow reframes video reasoning as an active search problem that leverages frozen vision-language models without fine-tuning. By integrating Hypothesis-Driven Decomposition, Hierarchical Active Perception, and an Evidence Blackboard with Arbitration, it enables a Plan-Look-Verify loop that grounds reasoning in verifiable visual evidence, addressing perceptual bottlenecks and long-horizon inference. Empirical results across seven benchmarks show a robust average improvement of 5.9%, with peaks up to 10.5% on EgoSchema, outperforming several baselines while avoiding additional data or parameter updates. This approach demonstrates that equipping VLMs with active perception at inference time can achieve scalable, reliable video reasoning with reduced training costs.
Abstract
While Large Video-Language Models (Video-LLMs) have achieved remarkable progress in perception, their reasoning capabilities remain a bottleneck. Existing solutions typically resort to a heavy "data engineering" paradigm-synthesizing large-scale Chain-of-Thought (CoT) datasets followed by Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL). This pipeline primarily optimizes probability sampling efficiency and aligns output distributions, but fails to activate the intrinsic intelligence required for dynamic visual exploration. In this work, we propose TIR-Flow, a novel framework that shifts the paradigm from passive processing to active video searching and reasoning without additional data or parameter updating. Concretely, our framework operates through three synergistic modules: HDD decomposes complex queries into a set of verifiable sub-tasks; HAP actively directs visual attention to gather high-resolution evidence for hypothesis validation; EBA maintains a persistent workspace to accumulate and update the discovered clues for logical reasoning. Extensive experiments on seven benchmarks demonstrate that TIR-Flow significantly outperforms recent strong baselines, delivering an average performance boost of 5.9%, with gains reaching 10.5% on Egoschema. Our analysis confirms that empowering frozen VLMs with System-2-like active perception is a scalable path toward solving long-horizon video reasoning.
