MUSEG: Reinforcing Video Temporal Understanding via Timestamp-Aware Multi-Segment Grounding
Fuwen Luo, Shengfeng Lou, Chi Chen, Ziyue Wang, Chenliang Li, Weizhou Shen, Jiyue Guo, Peng Li, Ming Yan, Ji Zhang, Fei Huang, Yang Liu
TL;DR
MUSEG addresses the gap in fine-grained temporal reasoning for multimodal LLMs by introducing timestamp-aware multi-segment grounding trained with a phased RL recipe. It defines a segment matching reward $r_M$ and a timestamp reward $r_T$, enabling temporally grounded reasoning over multiple video segments. The method demonstrates substantial improvements on temporal grounding benchmarks and time-sensitive video QA, with analyses validating the importance of multi-segment grounding and phased rewards. This approach advances practical temporal understanding in video-language models and suggests directions for broader temporal reasoning capabilities.
Abstract
Video temporal understanding is crucial for multimodal large language models (MLLMs) to reason over events in videos. Despite recent advances in general video understanding, current MLLMs still struggle with fine-grained temporal reasoning. While reinforcement learning (RL) has been explored to address this issue recently, existing RL approaches remain limited in effectiveness. In this work, we propose MUSEG, a novel RL-based method that enhances temporal understanding by introducing timestamp-aware multi-segment grounding. MUSEG enables MLLMs to align queries with multiple relevant video segments, promoting more comprehensive temporal reasoning. To facilitate effective learning, we design a customized RL training recipe with phased rewards that progressively guides the model toward temporally grounded reasoning. Extensive experiments on temporal grounding and time-sensitive video QA tasks demonstrate that MUSEG significantly outperforms existing methods and generalizes well across diverse temporal understanding scenarios. View our project at https://github.com/THUNLP-MT/MUSEG.
