DeepSport: A Multimodal Large Language Model for Comprehensive Sports Video Reasoning via Agentic Reinforcement Learning
Junbo Zou, Haotian Xia, Zhen Ye, Shengjie Zhang, Christopher Lai, Vicente Ordonez, Weining Shen, Hanjie Chen
TL;DR
DeepSport tackles the lack of unified, end-to-end multimodal models for multi-task, multi-sport video reasoning by introducing an active, tool-augmented framework. It combines data distillation to produce Chain-of-Thought trajectories with a two-stage training regime—Supervised Fine-Tuning and agentic Reinforcement Learning using Group Relative Policy Optimization and a gated tool-use reward. The approach demonstrates state-of-the-art performance on a 6.7k-question, diverse sports benchmark and achieves efficient frame usage by iteratively querying a frame-extraction tool. This work establishes a foundation for domain-specific, video-based reasoning in sports, with potential for broader generalization to long-form video tasks. Limitations include data sparsity across sports and the need for improved temporal localization in tool grounding.
Abstract
Sports video understanding presents unique challenges, requiring models to perceive high-speed dynamics, comprehend complex rules, and reason over long temporal contexts. While Multimodal Large Language Models (MLLMs) have shown promise in genral domains, the current state of research in sports remains narrowly focused: existing approaches are either single-sport centric, limited to specific tasks, or rely on training-free paradigms that lack robust, learned reasoning process. To address this gap, we introduce DeepSport, the first end-to-end trained MLLM framework designed for multi-task, multi-sport video understanding. DeepSport shifts the paradigm from passive frame processing to active, iterative reasoning, empowering the model to ``think with videos'' by dynamically interrogating content via a specialized frame-extraction tool. To enable this, we propose a data distillation pipeline that synthesizes high-quality Chain-of-Thought (CoT) trajectories from 10 diverse data source, creating a unified resource of 78k training data. We then employ a two-stage training strategy, Supervised Fine-Tuning (SFT) followed by Reinforcement Learning (RL) with a novel gated tool-use reward, to optimize the model's reasoning process. Extensive experiments on the testing benchmark of 6.7k questions demonstrate that DeepSport achieves state-of-the-art performance, significantly outperforming baselines of both proprietary model and open-source models. Our work establishes a new foundation for domain-specific video reasoning to address the complexities of diverse sports.
