EEA: Exploration-Exploitation Agent for Long Video Understanding
Te Yang, Xiangyu Zhu, Bo Wang, Quan Chen, Peng Jiang, Zhen Lei
TL;DR
The paper tackles long-form video understanding by introducing EEA, a framework that harmonizes exploration and exploitation through semantic guidance. It integrates Dynamic Query Management for evolving semantic priors, Uncertainty-Aware Reward Fusion to stabilize long-horizon evaluation, and Semantic Guided Tree Search to focus expansion around informative anchors while maintaining coverage. Empirical results on EgoSchema and LVBench show state-of-the-art accuracy with substantially fewer observed frames, validating both effectiveness and efficiency. The work advances scalable, semantically informed video reasoning and provides a recipe for model-agnostic deployment with strong practical impact.
Abstract
Long-form video understanding requires efficient navigation of extensive visual data to pinpoint sparse yet critical information. Current approaches to longform video understanding either suffer from severe computational overhead due to dense preprocessing, or fail to effectively balance exploration and exploitation, resulting in incomplete information coverage and inefficiency. In this work, we introduce EEA, a novel video agent framework that archives exploration-exploitation balance through semantic guidance with hierarchical tree search process. EEA autonomously discovers and dynamically updates task-relevant semantic queries, and collects video frames closely matched to these queries as semantic anchors. During the tree search process, instead of uniform expansion, EEA preferentially explores semantically relevant frames while ensuring sufficient coverage within unknown segments. Moreover, EEA adaptively combines intrinsic rewards from visionlanguage models (VLMs) with semantic priors by explicitly modeling uncertainty to achieve stable and precise evaluation of video segments. Experiments across various long-video benchmarks validate the superior performance and computational efficiency of our proposed method.
