VidBridge-R1: Bridging QA and Captioning for RL-based Video Understanding Models with Intermediate Proxy Tasks
Chen, Xinlong, Zhang, Yuanxing, Guan, Yushuo, Lin, Weihong, Wang, Zekun, Zeng, Bohan, Shi, Yang, Yang, Sihan, Liu, Qiang, Wan, Pengfei, Wang, Liang, Tan, Tieniu
–arXiv.org Artificial Intelligence
The "Reason-Then-Respond" paradigm, enhanced by Reinforcement Learning, has shown great promise in advancing Multimodal Large Language Models. However, its application to the video domain has led to specialized models that excel at either question answering (QA) or captioning tasks, but struggle to master both. Naively combining reward signals from these tasks results in mutual performance degradation, which we attribute to a conflict between their opposing task natures. To address this challenge, we propose a novel training framework built upon two intermediate proxy tasks: DarkEventInfer, which presents videos with masked event segments, requiring models to infer the obscured content based on contextual video cues; and MixVidQA, which presents interleaved video sequences composed of two distinct clips, challenging models to isolate and reason about one while disregarding the other. These proxy tasks compel the model to simultaneously develop both holistic, divergent understanding and precise, convergent reasoning capabilities. Extensive experiments show that VidBridge-R1 achieves significant performance gains on both QA and captioning within one model, demonstrating the efficacy of our approach in fostering more generaliz-able and powerful video understanding models. The release of OpenAI o1/o3 (Jaech et al., 2024) and DeepSeek-R1 (Guo et al., 2025) has introduced a novel Reason-Then-Respond paradigm to the development of large language models (LLMs), which significantly enhances model performance through test-time scaling. Inspired by this approach, a growing body of research (Team et al., 2025; Chen et al., 2025a; Shen et al., 2025; Deng et al., 2025; Xia et al., 2025; Y ao et al., 2025) has extended this paradigm to multimodal large language models (MLLMs). By leveraging reinforcement learning (RL), particularly the Group Relative Policy Optimization (GRPO) algorithm (Shao et al., 2024), these studies have achieved promising results in image-based reasoning tasks. Recently, several studies (Feng et al., 2025; Zhang et al., 2025b; Chen et al., 2025e;f) have begun to explore the application of the Reason-Then-Respond paradigm in the video modality. Some efforts focus on enhancing question answering (QA) capabilities in general or reasoning scenarios (Li et al., 2025b; Dang et al., 2025), while some other works concentrate solely on improving video captioning performance (Li et al., 2025a; Meng et al., 2025a). This work was conducted during the author's internship at Kling Team, Kuaishou Technology A key advantage of MLLMs lies in their versatility, enabling strong performance across diverse tasks simultaneously. It is therefore undesirable to enhance reasoning capabilities at the expense of generalizability by over-specializing the model in a single task. To preserve generality in both QA and captioning tasks, an intuitive approach is to combine the reward signals from them during training.
arXiv.org Artificial Intelligence
Sep-29-2025