CoAgent: Collaborative Planning and Consistency Agent for Coherent Video Generation
Qinglin Zeng, Kaitong Cai, Ruiqi Chen, Qinhan Lv, Keze Wang
TL;DR
CoAgent addresses the brittleness of open-domain video generation by reframing synthesis as a closed-loop, multi-agent process that combines planning, explicit cross-shot memory, and verification. The Storyboard Planner decomposes inputs into structured shot plans, while the Global Context Manager preserves entity identity across shots, and the Verifier Agent provides feedback to trigger selective regeneration. The integration yields substantial improvements in narrative coherence, visual consistency, and text–video alignment compared with both agent-based baselines and foundation-model backbones, validated on VBench and VideoScore. The framework’s modular design facilitates controllability and scalability, with potential extensions to audio and multi-modal coherence for immersive video storytelling.
Abstract
Maintaining narrative coherence and visual consistency remains a central challenge in open-domain video generation. Existing text-to-video models often treat each shot independently, resulting in identity drift, scene inconsistency, and unstable temporal structure. We propose CoAgent, a collaborative and closed-loop framework for coherent video generation that formulates the process as a plan-synthesize-verify pipeline. Given a user prompt, style reference, and pacing constraints, a Storyboard Planner decomposes the input into structured shot-level plans with explicit entities, spatial relations, and temporal cues. A Global Context Manager maintains entity-level memory to preserve appearance and identity consistency across shots. Each shot is then generated by a Synthesis Module under the guidance of a Visual Consistency Controller, while a Verifier Agent evaluates intermediate results using vision-language reasoning and triggers selective regeneration when inconsistencies are detected. Finally, a pacing-aware editor refines temporal rhythm and transitions to match the desired narrative flow. Extensive experiments demonstrate that CoAgent significantly improves coherence, visual consistency, and narrative quality in long-form video generation.
