Fostering Video Reasoning via Next-Event Prediction
Haonan Wang, Hongfu Liu, Xiangyan Liu, Chao Du, Kenji Kawaguchi, Ye Wang, Tianyu Pang
TL;DR
This work introduces Next-Event Prediction (NEP), a self-supervised objective that trains multimodal LLMs to predict unseen future events from past video context, thereby improving temporal reasoning. NEP is instantiated with the V1-33K dataset and evaluated via the FutureBench benchmark, which tests coherence, causality, and multi-hop reasoning in future event trajectories. The authors explore multiple instruction-tuning strategies (SFT, CFT, Distill, Mix) and compare NEP against traditional video tasks, finding NEP enhances temporal understanding while preserving general video comprehension. They also study reinforcement learning with NEP, showing robust performance on FutureBench but with some trade-offs on general benchmarks, highlighting the need for balanced data, supervision, and potential biases in pursuit of temporal reasoning capabilities.
Abstract
Next-token prediction serves as the foundational learning task enabling reasoning in LLMs. But what should the learning task be when aiming to equip MLLMs with temporal reasoning capabilities over video inputs? Existing tasks such as video question answering often rely on annotations from humans or much stronger MLLMs, while video captioning tends to entangle temporal reasoning with spatial information. To address this gap, we propose next-event prediction (NEP), a learning task that harnesses future video segments as a rich, self-supervised signal to foster temporal reasoning. We segment each video into past and future frames: the MLLM takes the past frames as input and predicts a summary of events derived from the future frames, thereby encouraging the model to reason temporally in order to complete the task. To support this task, we curate V1-33K, a dataset comprising 33,000 automatically extracted video segments spanning diverse real-world scenarios. We further explore a range of video instruction-tuning strategies to study their effects on temporal reasoning. To evaluate progress, we introduce FutureBench to assess coherence in predicting unseen future events. Experiments validate that NEP offers a scalable and effective training paradigm for fostering temporal reasoning in MLLMs.
