ArrowGEV: Grounding Events in Video via Learning the Arrow of Time
Fangxu Yu, Ziyao Lu, Liqiang Niu, Fandong Meng, Jie Zhou
TL;DR
ArrowGEV tackles the limitation of forward-only event grounding by explicitly learning the arrow of time through reinforcement learning. It processes forward and backward videos, classifies events as time-sensitive or time-insensitive, and optimizes a grounding reward that combines localization accuracy with temporal directionality, using a GRPO-based policy refinement and a dynamic curriculum. Key contributions include a novel temporal directionality reward, a principled event categorization, and extensive experiments showing improved grounding accuracy and out-of-distribution generalization across multiple GEV benchmarks and video understanding tasks. The approach advances robust video understanding by instilling temporal structure in VLM-based grounding, with practical implications for fine-grained video analysis and reasoning tasks.
Abstract
Grounding events in videos serves as a fundamental capability in video analysis. While Vision-Language Models (VLMs) are increasingly employed for this task, existing approaches predominantly train models to associate events with timestamps in the forward video only. This paradigm hinders VLMs from capturing the inherent temporal structure and directionality of events, thereby limiting robustness and generalization. To address this limitation, inspired by the arrow of time in physics, which characterizes the intrinsic directionality of temporal processes, we propose ArrowGEV, a reinforcement learning framework that explicitly models temporal directionality in events to improve both event grounding and temporal directionality understanding in VLMs. Specifically, we categorize events into time-sensitive (e.g., putting down a bag) and time-insensitive (e.g., holding a towel in the left hand). The former denote events whose reversal substantially alters their meaning, while the latter remain semantically unchanged under reversal. For time-sensitive events, ArrowGEV introduces a reward that encourages VLMs to discriminate between forward and backward videos, whereas for time-insensitive events, it enforces consistent grounding across both directions. Extensive experiments demonstrate that ArrowGEV not only improves grounding precision and temporal directionality recognition, but also enhances general video understanding and reasoning ability.
