🤖 AI Summary
Existing multi-agent video understanding frameworks rely on static, non-learnable tool invocation mechanisms, limiting robust spatiotemporal perception and reasoning for complex videos. To address this, we propose Collaborative Strategy Planning (CSP), the first learnable multi-agent reinforcement learning framework for video understanding. CSP enables end-to-end optimization of tool invocation through dynamic policy adaptation, multi-stage collaborative feedback, and interactive updates driven by tool-augmented multimodal large language models. Its core innovations include jointly modeling strategy generation, execution, and inter-agent communication as a unified learnable process, and introducing a dynamic communication gating mechanism. Evaluated across eight diverse video understanding benchmarks, CSP achieves new state-of-the-art performance: on LongVideoBench, it outperforms Gemini 2.5 Pro by 3.6% and GPT-4o by 15.6%.
📝 Abstract
By leveraging tool-augmented Multimodal Large Language Models (MLLMs), multi-agent frameworks are driving progress in video understanding. However, most of them adopt static and non-learnable tool invocation mechanisms, which limit the discovery of diverse clues essential for robust perception and reasoning regarding temporally or spatially complex videos. To address this challenge, we propose a novel Multi-agent system for video understanding, namely VideoChat-M1. Instead of using a single or fixed policy, VideoChat-M1 adopts a distinct Collaborative Policy Planning (CPP) paradigm with multiple policy agents, which comprises three key processes. (1) Policy Generation: Each agent generates its unique tool invocation policy tailored to the user's query; (2) Policy Execution: Each agent sequentially invokes relevant tools to execute its policy and explore the video content; (3) Policy Communication: During the intermediate stages of policy execution, agents interact with one another to update their respective policies. Through this collaborative framework, all agents work in tandem, dynamically refining their preferred policies based on contextual insights from peers to effectively respond to the user's query. Moreover, we equip our CPP paradigm with a concise Multi-Agent Reinforcement Learning (MARL) method. Consequently, the team of policy agents can be jointly optimized to enhance VideoChat-M1's performance, guided by both the final answer reward and intermediate collaborative process feedback. Extensive experiments demonstrate that VideoChat-M1 achieves SOTA performance across eight benchmarks spanning four tasks. Notably, on LongVideoBench, our method outperforms the SOTA model Gemini 2.5 pro by 3.6% and GPT-4o by 15.6%.