VideoThinker: Building Agentic VideoLLMs with LLM-Guided Tool Reasoning
Chenglin Li, Qianglong Chen, Feng Han, Yikun Wang, Xingxi Yin, Yan Gong, Ruilin Li, Yin Zhang, Jiaqi Wang
TL;DR
VideoThinker tackles long-form video understanding by enabling adaptive tool-guided reasoning over video content. It trains an end-to-end VideoLLM entirely on synthetic tool-interaction trajectories generated in caption space, grounding reasoning back to frames through frame-level perception tools. The approach introduces two agentic tools—Temporal Retrieval and Temporal Zoom—and a confidence-gated controller to trigger deeper reasoning when needed. Across four long-form benchmarks, VideoThinker outperforms caption-only baselines and matches or approaches state-of-the-art LLM-based agents while remaining a lightweight 7B model. This demonstrates that tool-augmented synthetic data and adaptive retrieval-zoom strategies can effectively scale long-form video understanding.
Abstract
Long-form video understanding remains a fundamental challenge for current Video Large Language Models. Most existing models rely on static reasoning over uniformly sampled frames, which weakens temporal localization and leads to substantial information loss in long videos. Agentic tools such as temporal retrieval, spatial zoom, and temporal zoom offer a natural way to overcome these limitations by enabling adaptive exploration of key moments. However, constructing agentic video understanding data requires models that already possess strong long-form video comprehension, creating a circular dependency. We address this challenge with VideoThinker, an agentic Video Large Language Model trained entirely on synthetic tool interaction trajectories. Our key idea is to convert videos into rich captions and employ a powerful agentic language model to generate multi-step tool use sequences in caption space. These trajectories are subsequently grounded back to video by replacing captions with the corresponding frames, yielding a large-scale interleaved video and tool reasoning dataset without requiring any long-form understanding from the underlying model. Training on this synthetic agentic dataset equips VideoThinker with dynamic reasoning capabilities, adaptive temporal exploration, and multi-step tool use. Remarkably, VideoThinker significantly outperforms both caption-only language model agents and strong video model baselines across long-video benchmarks, demonstrating the effectiveness of tool augmented synthetic data and adaptive retrieval and zoom reasoning for long-form video understanding.
