To solve this, TaRO explicitly encourages the model to "think with time" using three main components:
-
Constructive Reasoning Exploration: Leverages pre-generated dense captions to build high-quality reasoning paths grounded in explicit visual cues and timestamps, guiding the model's initial learning.
-
Temporal-Sensitivity Reward: Evaluates the quality of the model's reasoning by shuffling video frames near ground-truth boundaries; if the reasoning is genuinely anchored to specific events, the model's confidence will appropriately drop when the temporal order is disrupted.
-
Progressive Curriculum: Smoothly transitions the model from supervised imitation of the constructed reasoning paths to autonomous self-exploration.
Through these methods, TaRO ensures reasoning is strictly anchored to critical visual-temporal evidence, achieving state-of-the-art zero-shot performance across multiple VTG benchmarks.
Please refer to our official codebase for full installation and inference instructions.
1git clone https://github.com/oceanflowlab/TaRO
2cd OmniVTG
For complete details on the evaluation and training, please visit our
GitHub Repository.
If you find our work or model helpful for your research, please consider citing our paper:
1@InProceedings{Zheng_2026_ICML,
2 author = {Zheng, Minghang and Yin, Zihao and Yang, Yi and Peng, Yuxin and Liu, Yang},
3 title = {Temporal-Aware Reasoning Optimization for Video Temporal Grounding},
4 booktitle = {International Conference on Machine Learning},
5 year = {2026}
6}