Papers › VideoAgent: Self-Improving Video Generation

VideoAgent: Self-Improving Video Generation

14 Oct 2024arXiv:2410.10076archive 2025-07-28

Achint Soni, Sreyas Venkataraman, Abhranil Chandra, Sebastian Fischmeister, Percy Liang, Bo Dai, Sherry Yang

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, utilizing feedback from a pretrained vision-language model (VLM). As the refined video plan is being executed, VideoAgent collects 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 robotics can be an effective tool in grounding video generation in the physical world.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.10076")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · violated contract; 1 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

video-as-agent/videoagent officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 11 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · violated contract
1ran · our draft was wrong
5ran
3unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from video-as-agent/videoagent. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

identity video-as-agent/videoagent/flowdiffusion/model/imagen.py official repository ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
adaptive_sampling video-as-agent/videoagent/sample_dataset_generation.py official repository ran MIT (permissive) · d3c3fae976f3a679 · report
default video-as-agent/videoagent/flowdiffusion/goal_diffusion.py official repository ran · violated contract MIT (permissive) · d1ef6b8cb9a28a53 · report
downsample_2d video-as-agent/videoagent/flowdiffusion/model/resnet.py official repository ran MIT (permissive) · f46bcb6099334fa6 · report
encode_gif video-as-agent/videoagent/flowdiffusion/feedback_binary_rf.py official repository ran MIT (permissive) · 42b1783a347ad0d9 · report
encode_image video-as-agent/videoagent/flowdiffusion/feedback_binary_rf.py official repository ran · our draft was wrong MIT (permissive) · f41cb1a19b154297 · report
exists video-as-agent/videoagent/flowdiffusion/model/imagen.py official repository ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
exists video-as-agent/videoagent/flowdiffusion/goal_diffusion.py official repository ran · violated contract MIT (permissive) · 608e364a9d2376a3 · report
first video-as-agent/videoagent/flowdiffusion/model/imagen.py official repository ran · violated contract MIT (permissive) · 3072294c9b32cf4b · report
rearrange_dims video-as-agent/videoagent/flowdiffusion/model/resnet.py official repository ran fingerprinted MIT (permissive) · a191f9f21d279753 · report
tensors2vectors video-as-agent/videoagent/flowdiffusion/goal_diffusion.py official repository ran MIT (permissive) · f67b30f563b85481 · report
chat_with_openai video-as-agent/videoagent/flowdiffusion/feedback_mw_extend.py official repository unverified MIT (permissive) · 16845e6d52a74742 · report
chat_with_openai_rf video-as-agent/videoagent/flowdiffusion/feedback_binary_rf.py official repository unverified MIT (permissive) · a78c6bc78ae4532c · report
upsample_2d video-as-agent/videoagent/flowdiffusion/model/resnet.py official repository unverified MIT (permissive) · 31e7ed79c46ee9a9 · report

Tasks

HallucinationVideo Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections