Yufan He, Pengfei Guo, Mengya Xu, Zhaoshuo Li, Andriy Myronenko, Dillan Imans, Bingjie Liu, Dongren Yang, Mingxue Gu, Yongnan Ji, Yueming Jin, Ren Zhao, Baiyong Shen, Daguang Xu
7 min
Abstract
Data scarcity remains a fundamental barrier to achieving fully autonomous surgical robots. While large scale vision language action (VLA) models have shown impressive generalization in household and industrial manipulation by leveraging paired video action data from diverse domains, surgical robotics suffers from the paucity of datasets that include both visual observations and accurate robot kinematics. In contrast, vast corpora of surgical videos exist, but they lack corresponding action labels, preventing direct application of imitation learning or VLA training. In this work, we aim to alleviate this problem by learning policy models from Cosmos-H-Surgical, a world model designed for surgical physical AI. We curated the Surgical Action Text Alignment (SATA) dataset with detailed action description specifically for surgical robots. Then we built Cosmos-H-Surgical based on the most advanced physical AI world model and SATA. It's able to generate diverse, generalizable and realistic surgery videos. We are also the first to use an inverse dynamics model to infer pseudokinematics from synthetic surgical videos, producing synthetic paired video action data. We demonstrate that a surgical VLA policy trained with these augmented data significantly outperforms models trained only on real demonstrations on a real surgical robot platform. Our approach offers a scalable path toward autonomous surgical skill acquisition by leveraging the abundance of unlabeled surgical video and generative world modeling, thus opening the door to generalizable and data efficient surgical robot policies.
Alex: Does the paper show it pays off in actual robot tests?
Sam: Yes, they test it on a real surgical setup with two robotic arms and a camera, doing a needle pick-up and hand-over on a rubber pad mimicking tissue. The VLA trained with synthetic data—about ten times more rollouts per real demo—makes fewer path errors and smoother hand-offs compared to using real data alone. That points to a clear improvement in reliability, especially since real surgical data stays so limited by rules and costs.
Alex: But isn't there a risk the fake data throws off the robot in subtle ways, like missing tissue feel?
Sam: The study checks that by comparing predictions to real robot paths, and the errors stay low, suggesting the synthetic actions capture enough realistic motion. They pretrained the inverse model on general robot moves first, which helps it generalize without drifting too far from truth. Still, it's early—the paper notes more in-vivo tests are needed to confirm safety in live settings.
Alex: So if the synthetic videos and actions are key to scaling up training, how did they check if those generated videos actually look realistic enough for a robot to learn from?
Sam: They started by testing the world model's ability to create new surgery videos that match real ones in quality. One way was measuring how closely the generated clips resemble actual surgery footage from the SATA dataset—using a score that compares patterns in motion and appearance across many videos. The adapted Cosmos-H-Surgical version scored about 40% better on that measure than the original model straight out of the box, showing clearer tool movements and more consistent scenes. They used a few focused checks: one for how lively and dynamic the motions are, like tools actually interacting with tissue; another for sharp, clear imaging without blur; and a third for everything staying logically together frame to frame. Cosmos-H-Surgical topped those too, especially in making actions feel natural.
Alex: Did they show side-by-side examples to back it up?
Sam: Yes—in one test, starting from a frame with no visible tools and prompting "left forceps picks up needle and hands to right," the base model added wrong instruments or off actions like poking tissue by mistake. But the adapted version produced the exact sequence: correct tools grabbing and passing smoothly. Even better, it handled new combos, like repeating the hand-off two or three times in a row—stuff not directly in the training clips—while keeping motions realistic and step-by-step logical. Three surgeons rated 50 generated clips on a simple 1-to-3 scale for matching the prompt, tool realism, and tissue reactions. Cosmos-H-Surgical got the highest marks across the board—better alignment with instructions and physically believable interactions—confirming the videos hold up clinically, not just by numbers.
Alex: So the extra practice not only boosts success but smooths out the robot's motions in ways that matter for surgery. Any catches they flag with this whole pipeline?
Sam: Yes, a few key limits stand out. The world model and action inferrer both need some real data from the exact robot setup to adapt, which means extra collection effort for new machines. The inferred actions aren't perfect—they carry some noise since they're estimates, not direct measurements—and the text annotations cover a range of basics but not every surgical step out there. The paper suggests these make it a strong start but not yet plug-and-play for all cases.
Alex: Fair points—scaling to more procedures or robot types will take work. Still, turning stacks of unlabeled videos into usable training pairs does open a path around the data walls.
Sam: Precisely. It shows a way to build safer, more autonomous surgical robots by drawing from vast video libraries, easing the push for precision tasks without relying solely on rare real demos. The evidence points to meaningful gains in policy reliability, balanced against those tuning needs.
Alex: That wraps it up neatly—a practical boost for robot learning in tight-data fields like surgery. Thanks, Sam, for breaking it down so clearly.
Sam: My pleasure, Alex. Thanks for listening to ResearchPod.