Hugging Face Daily PapersBinxu Li, Haoyi Duan, Yuhui Zhang1 min readpaperadvanced
VideoGen-Agent: Reinforcing Video Generation Agents
Summary
VideoGen-Agent is a multimodal RL‑trained agent that orchestrates augmentation, generation, and verification tools to improve text‑to‑video synthesis on a new 600‑prompt benchmark (VABench). It lifts a base generator’s score from 56.5 to 75.6 (‑19.1 pts) and to 86.1 when the generation tools are upgraded, with 84.3% human preference over the strongest baseline.
- Agentic RL can learn to select and sequence external video‑generation tools based on prompt semantics and intermediate observations.
- A single shared policy, fine‑tuned on teacher‑generated trajectories, generalizes across six distinct video‑generation tasks (procedural knowledge, identity preservation, physics, composition, temporal structure).
- The authors introduce VABench, a balanced 600‑prompt benchmark covering those tasks, enabling quantitative comparison of tool‑use agents versus standalone generators.
- Hybrid, category‑aware reward combines tool‑call validity, task‑appropriate tool usage, and video quality metrics, driving measurable gains.
Current text‑to‑video models still fail on prompts that need domain knowledge, consistent identities, or ordered events. By treating video synthesis as a tool‑use problem, VideoGen‑Agent demonstrates a path to plug‑in better modules (e.g., higher‑fidelity generators) without re‑training the whole s…
8/10

