← Latest papers
💻 computer science

Zero-WAM: In-Context World-Action Modeling from Human Videos for Open-Ended Task Generalization

Zero-WAM is a causal video-action model that achieves zero-shot cross-task generalization in robotic manipulation by leveraging in-context human videos as task specifications, supported by a synthetic dataset of 74.2K human-robot pairs and a future chunk prediction objective to enforce reliance on visual prompts.

Original authors: Jiaming Zhou, Qihang Zhang, Gangwei Xu, Cunxin Fan, Yujie Zhao, Ruilin Wang, Yiming Luo, Shuai Yang, Xing Zhu, Yujun Shen, Junwei Liang, Yinghao Xu

Published 2026-08-27
📖 5 min read🧠 Deep dive

Original authors: Jiaming Zhou, Qihang Zhang, Gangwei Xu, Cunxin Fan, Yujie Zhao, Ruilin Wang, Yiming Luo, Shuai Yang, Xing Zhu, Yujun Shen, Junwei Liang, Yinghao Xu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Robots have long struggled with a fundamental limitation: they are excellent at repeating what they have been explicitly taught, but they falter when faced with a new situation they have never practiced. If a robot learns to stack red blocks, it often cannot figure out how to stack blue ones, or how to open a microwave, unless a human programmer rewrites its code for that specific task. This inability to generalize is a major hurdle for building machines that can help in our homes or workplaces. For years, researchers have tried to solve this by teaching robots through language, giving them verbal instructions like "pick up the cup." However, words are often too vague to capture the complex, physical details of a task, such as exactly how hard to squeeze an object or the precise sequence of movements required to untangle a knot. A more natural way for humans to show a robot what to do is simply to demonstrate it, but teaching a robot to learn directly from watching a human video has proven difficult because the robot and the human move differently and see the world from different angles.

A team of researchers has developed a new approach that allows a robot to learn entirely new tasks by watching a short video of a human performing them, without needing any prior training on that specific task or any changes to the robot's internal software. They call their system Zero-WAM. The core idea is to treat a human video not just as a reference, but as a direct instruction. When the robot needs to perform a new job, it watches a video of a human doing a similar job and uses that visual guide to figure out its own next moves. To make this work, the researchers had to solve a massive data problem. They needed thousands of examples where a human video showing a task was perfectly matched with the robot's own movements for that same task. Since collecting such pairs by hand is slow and expensive, they built an automated system that takes existing recordings of robots working and uses artificial intelligence to generate matching human videos. This process created a massive library of 74,200 paired examples covering nearly 9,000 different tasks, ranging from simple pick-and-place actions to complex, multi-step manipulations.

The researchers trained their model on this diverse library, teaching it to predict what a robot should do next based on the history of its own movements and the human video it is watching. A key part of their method was ensuring the model actually paid attention to the human video rather than just guessing based on what it had seen before. They added a special training step where the model had to predict not just the very next moment, but several steps into the future. This forced the system to understand the long-term goal shown in the human video, rather than just reacting to the immediate past. When they tested this system in a simulated environment with seven completely new tasks that the robot had never seen during training, it succeeded in nearly half of the attempts. This was a dramatic improvement over previous methods, which succeeded in fewer than one in five attempts. The system managed to handle difficult challenges like opening a microwave, stacking blocks, and moving a stapler, all by simply watching a human demonstration video.

The success did not stop in the simulation. The team took the trained model to a real-world setting with a physical robot arm and tested it on tasks involving placing objects into containers, moving multiple items in a specific order, and inserting table legs into holes with high precision. In these real-world tests, the robot again used human video instructions to navigate unseen configurations, such as using different colored objects or different table setups than it had seen during training. While the success rate was lower than in the simulation due to the physical difficulties of the real world, the robot still managed to complete tasks that a standard language-based system could not solve at all. For instance, when asked to insert table legs into specific holes based on a video guide, the robot succeeded in a significant portion of trials, whereas the language-only system failed completely.

The findings suggest that the bottleneck in making robots more adaptable is not necessarily the robot's ability to move, but the way we give it instructions. By shifting from text-based commands to video-based demonstrations, and by using a massive, automatically generated dataset to teach the robot how to translate human actions into its own movements, the researchers have shown a viable path toward more flexible machines. The system does not require the robot to learn a new skill for every new job; instead, it learns a general ability to interpret visual demonstrations. This means that in the future, a robot could potentially be handed a video of a human fixing a leaky faucet or organizing a shelf, and it would be able to attempt the same task on its own, adapting its physical movements to its own body and the specific objects in front of it. The work demonstrates that with the right data and training methods, robots can begin to bridge the gap between human intuition and machine execution, moving closer to the goal of truly general-purpose assistants.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →