Surgical WAM uses video to train robot control
Surgical WAM shows that action-free video pretraining can improve closed-loop surgical robot control with limited demonstrations.

Surgical WAM shows that action-free video pretraining can improve closed-loop surgical robot control with limited demonstrations.
- Research org: Unspecified in arXiv abstract
- Core data: Average success rate improved from 63.5% to 77.8%
- Breakthrough: Jointly predicts future endoscopic frames and executable action chunks
How can you train a surgical robot when synchronized action labels are scarce and expensive? This paper argues that the answer is to squeeze more value out of abundant endoscopic video, then use that visual prior to make better use of a fixed budget of teleoperated demonstrations.
The practical appeal is straightforward: surgical manipulation is hard because it needs precise contact handling, long-horizon planning, and bimanual coordination, but collecting the kind of data that usually powers robot learning is slow and costly. If video-only pretraining can transfer into real closed-loop control, that changes the economics of surgical robot learning.
What problem this paper is trying to fix
Get the latest AI news in your inbox
Weekly picks of model releases, tools, and deep dives — no spam, unsubscribe anytime.
No spam. Unsubscribe at any time.
The paper starts from a familiar robotics bottleneck: action-labeled demonstrations are the scarce resource. In surgical settings, teleoperated trajectories with synchronized kinematics are expensive to gather, while endoscopic video is much easier to collect.

That imbalance matters because most learning pipelines want both what the robot saw and what it did. Without action labels, video can help with perception or simulation-style modeling, but it often stops short of improving the actual controller. The authors say that gap is exactly where surgical world models have been underused.
So the central question is not whether video is useful in general. It is whether action-free video pretraining improves closed-loop surgical manipulation when the action-labeled budget is fixed.
How Surgical WAM works in plain English
The proposed system is called Surgical WAM, short for Surgical World-Action Model. It is described as a unified generative model built on Cosmos Policy.
Instead of treating video modeling and control as separate problems, Surgical WAM learns to predict two things at once: future endoscopic observations and executable surgical robot action chunks. That makes the model more than a passive predictor of scene dynamics. It is trained to produce action sequences that can actually drive the robot.
The training recipe has two stages. First, the model learns surgical visual dynamics from action-free video. Then it is fine-tuned on the limited set of action-labeled demonstrations available under the fixed budget.
At deployment time, Surgical WAM runs as a closed-loop, receding-horizon controller. It executes a short prefix of each predicted action chunk, observes the result, and replans from the new observation. In other words, it does not blindly commit to a long action plan; it keeps updating as the scene changes.
What the paper actually shows
The evaluation is on a suite of four simulated surgical manipulation tasks. The paper reports that video pretraining raises the average success rate from 63.5% to 77.8%.

That is an absolute gain of 14.3 percentage points, and the abstract highlights a 20-point improvement on PegTransfer. The largest gains show up on contact-rich and bimanual tasks, which is a useful signal because those are exactly the kinds of behaviors where short-horizon visual cues and interaction dynamics matter most.
Those are the only concrete benchmark numbers given in the abstract, so there is no broader performance table to lean on here. Still, the direction of the result is clear: pretraining on action-free video appears to give the controller a better starting point than learning only from the limited action-labeled set.
- Average success rate: 63.5% → 77.8%
- PegTransfer: +20 percentage points
- Best gains: contact-rich and bimanual tasks
Why developers and robotics teams should care
For engineers, the interesting part is not just that the model predicts video. It is that the learned visual dynamics are being used as a control prior. That is a more direct path from cheap observational data to robot behavior than using video only for offline analysis.
If this pattern holds beyond the simulated tasks in the paper, it suggests a practical scaling strategy for surgical robotics: collect lots of unlabeled endoscopic video, then spend your limited action-labeled budget where it matters most. That could reduce dependence on large teleoperation datasets, which are the hard part of surgical robot learning.
The receding-horizon setup is also a sensible engineering choice for a domain where conditions can shift quickly. By replanning after executing only a short prefix of each predicted chunk, the controller can react to what actually happened instead of trusting a long open-loop rollout.
Limitations and open questions
The abstract only reports results in simulation, so the paper does not yet show real operating-room deployment or hardware validation on a physical surgical robot. That is an important boundary for anyone thinking about translation.
It also does not provide benchmark details beyond the four simulated tasks named in the abstract, so it is hard to judge how broad the gains are outside that setup. The paper’s claim is narrower and more defensible: under a fixed action-label budget, action-free video pretraining helps closed-loop control in the tested simulated tasks.
Another open question is how far the approach generalizes across surgical procedures, camera setups, and robot platforms. The abstract positions action-free video pretraining as a practical path forward, but the real test will be whether the same recipe keeps working as the environment gets messier and the task distribution changes.
Bottom line
Surgical WAM makes a clear case that abundant endoscopic video is not just passive context; it can become a training signal for control when paired with a world-action model. For teams building surgical robotics systems, the takeaway is simple: if action labels are the bottleneck, video pretraining may be the cheapest way to push performance forward.
// Related Articles
- [RSCH]
Sparse Autoencoders Don’t Behave Like Feature Bags
- [RSCH]
ConVAWG generates controlled VAWG dialogues
- [RSCH]
SWE-bench Verified has stopped being a clean model leaderboard
- [RSCH]
Dutch Government LLMs Need More Than Accuracy
- [RSCH]
MMDiff maps and steers multimodal features
- [RSCH]
TTS evaluators miss more than naturalness