VideoAgent: Self-Improving Video Generation
Achint Soni, Sreyas Venkataraman, Abhranil Chandra, Sebastian Fischmeister, Percy Liang, Bo Dai, Sherry Yang
TL;DR
VideoAgent tackles hallucinations and unrealistic physics in text-to-video planning for embodied tasks by grounding video generation in external feedback and ongoing data collection. It introduces self-conditioning consistency to iteratively refine video plans, and uses a vision-language model to guide inference and stopping criteria, with online finetuning to improve future generations. Across Meta-World, iTHOR, and BridgeData-V2, VideoAgent significantly reduces hallucinations and boosts downstream task success compared to baselines, with online refinements delivering the largest gains. The approach demonstrates a practical pathway to grounding video-based policies in real-world dynamics, enabling more reliable video-to-action control for robotics and broader visual-policy learning applications.
Abstract
Video generation has been used to generate visual plans for controlling robotic systems. Given an image observation and a language instruction, previous work has generated video plans which are then converted to robot controls to be executed. However, a major bottleneck in leveraging video generation for control lies in the quality of the generated videos, which often suffer from hallucinatory content and unrealistic physics, resulting in low task success when control actions are extracted from the generated videos. While scaling up dataset and model size provides a partial solution, integrating external feedback is both natural and essential for grounding video generation in the real world. With this observation, we propose VideoAgent for self-improving generated video plans based on external feedback. Instead of directly executing the generated video plan, VideoAgent first refines the generated video plans using a novel procedure which we call self-conditioning consistency, allowing inference-time compute to be turned into better generated video plans. As the refined video plan is being executed, VideoAgent can collect additional data from the environment to further improve video plan generation. Experiments in simulated robotic manipulation from MetaWorld and iTHOR show that VideoAgent drastically reduces hallucination, thereby boosting success rate of downstream manipulation tasks. We further illustrate that VideoAgent can effectively refine real-robot videos, providing an early indicator that robots can be an effective tool in grounding video generation in the physical world. Video demos and code can be found at https://video-as-agent.github.io.
