World foundation models offer a different path. Instead of manually authoring every object and physical interaction, they learn visual dynamics directly from synchronized video and robot kinematics. NVIDIA's Cosmos-H-Surgical-Simulator demonstrated this approach by generating future surgical video from an initial scene and a sequence of robot actions. It enabled faster-than-physical evaluation and synthetic data generation across the Open-H-Embodiment ecosystem.
Today, we are introducing the next step: Cosmos-H-Dreams, a real-time, action-conditioned generative simulator for surgical robotics. Cosmos-H-Dreams distills the capabilities of Cosmos-H-Surgical-Simulator into a causal, few-step student model and serves it through FlashDreams, NVIDIA's accelerated streaming-inference library. Running on a single NVIDIA RTX PRO 6000 GPU, the result is an interactive environment that a person or a learned policy can control in a closed loop.
1. From Surgical World Model to Interactive Simulator
Cosmos-H-Surgical-Simulator is an action-conditioned world foundation model built on NVIDIA Cosmos-Predict2.5-2B and post-trained on the Open-H-Embodiment dataset. Given a surgical context frame and a future robot trajectory, it generates video showing the likely visual consequences of those actions. This makes it useful for offline policy evaluation and synthetic data generation. A recorded or policy-generated trajectory can be sent to the model, the corresponding rollout can be generated, and the result can be inspected or scored without repeatedly executing the motion on a physical robot.
Cosmos-H-Dreams moves the model into the real-time regime. Starting from the multi-embodiment surgical priors learned by Cosmos-H-Surgical-Simulator, we specialize the model for da Vinci Research Kit (dVRK) tabletop suturing and distill it into a causal student that generates the scene autoregressively. The released model receives an initial RGB frame and a live stream of robot kinematics, then produces the next chunk of frames before continuing with the following action block.
We have also demonstrated the versatility of Cosmos-H-Dreams by collaborating with CMR Surgical and Cambridge Consultants to integrate it with the Versius surgeon controller, enabling real-time operation on the Versius platform.
2. Distilling Cosmos-H-Surgical-Simulator for Real Time
The key challenge is preserving useful surgical dynamics while reducing the cost of generation. Cosmos-H-Dreams uses a teacher-to-student training pipeline designed for long, autoregressive rollouts.
2.1. A Surgical Teacher
The bidirectional teacher begins from the Cosmos-H-Surgical-Simulator Open-H checkpoint, which uses a unified 44-dimensional action representation. For the released dVRK tabletop model, the dual-arm dVRK action content, consisting of relative end-effector translation, rotation, and gripper state, is mapped into this common representation.
The teacher is then fine-tuned on the JHU dVRK tabletop mixture, including successful demonstrations as well as failure and out-of-distribution episodes such as needle drops, missed throws, and unsuccessful knot ties. These failures are important: a simulator intended to evaluate policies must reproduce the consequences of poor actions, not only ideal demonstrations.
To improve stability during long rollouts, the training process progressively increases the teacher's temporal horizon. We start training on a 12-frame horizon and progressively increase this number until 72 frames. At each horizon bump, we initialize the warmed-up model with pretrained weights.
2.2. Causal Warmup
The teacher's denoising trajectories are first precomputed and cached. A causal student is initialized from the teacher and trained to imitate these cached trajectories. This warmup stage teaches the student to operate with causal attention and a streaming key/value cache before it begins learning from its own generated history.
2.3. Self-Forcing Distillation
Autoregressive models face a familiar problem: during training they may see clean, ground-truth context, while during deployment they must condition on their own imperfect outputs. Small errors can therefore compound over time.
Cosmos-H-Dreams addresses this mismatch with self-forcing distillation. During training, the student rolls forward using its own generated context. Distribution-matching supervision from the frozen teacher then guides those self-generated rollouts toward realistic surgical video. This prepares the student for the same conditions it will encounter during interactive inference.
The resulting model supports few-step diffusion, with as few as two denoising steps per latent frame, rather than the many-step process used by the full teacher. It combines the teacher's surgical priors with the causal structure needed for streaming.
3. FlashDreams: The Real-Time Inference Engine
Model distillation is only part of the real-time story. Cosmos-H-Dreams is served through FlashDreams, an accelerated inference library for autoregressive world and video models.
FlashDreams turns the distilled student into a low-latency streaming system through several complementary optimizations, such as streaming KV cache, CUDA Graph capturing, or model compilation.
Together, these techniques bring the distilled surgical world model fine-tune from the roughly ten-frames-per-second regime of standard Cosmos-H-Surgical-Simulator inference to interactive operation (~160 frames per second) on a single NVIDIA RTX PRO 6000.
Cosmos-H-Dreams also provides the human-machine interfaces that turn generation into interaction. A browser client can send keyboard commands and receive generated frames over WebRTC. A Meta Quest client can map tracked controller motion into robot actions and display the synthesized scene through WebXR. The same model can also be connected to a learned surgical policy, with generated observations and predicted actions exchanged inside a closed loop.
4. Adapting to Your Own Data
While Cosmos-H-Dreams includes a pre-trained checkpoint for tabletop suturing, the system is designed to be extensible to your specific embodiment. To train a real-time student model for your own dataset, we provide a complete recipe for teacher fine-tuning and self-forcing distillation in our step-by-step guide.
5. What Is Next: Toward Closed-Loop Surgical Physical AI
Cosmos-H-Dreams opens a new frontier for surgical simulation: environments learned from real robot data that are responsive enough to be inhabited.
The immediate next step is to evaluate more than visual quality. A useful surgical simulator must respond correctly to actions, preserve instrument and scene structure over long rollouts, and support conclusions that transfer to the physical robot. This motivates a new family of closed-loop benchmarks: tool-tip reach and pose accuracy, gripper-cycle fidelity, idle stability, counterfactual action diversity, long-horizon drift, and agreement between simulated and real policy outcomes.
Real-time world models can also become active partners in surgical policy development. They can generate rare failures on demand, provide scalable environments for reinforcement or imitation learning, and enable rapid evaluation of new policies without tying every experiment to scarce robotic hardware.
Further ahead, real-time simulation enables a series of downstream applications such as latency-aware telesurgery, where the world model helps maintain a more stable display; or interactive surgical rehearsal, procedure planning, and intraoperative decision support. Cosmos-H-Dreams is a research and development platform, not a diagnostic system, a replacement for intraoperative imaging, or a controller for a physical surgical robot. Yet it provides a foundation for exploring these possibilities safely.
As model fidelity, temporal stability, and hardware efficiency continue to improve, real-time generative simulation can help connect surgeon education, synthetic data generation, policy training, and policy evaluation within one shared Physical AI environment.
6. Get Started Today
Explore the models, data, and runtime behind Cosmos-H-Dreams:
- Cosmos-H-Dreams code and examples: GitHub repository
- Cosmos-H-Dreams model: Hugging Face checkpoint
- Cosmos-H-Surgical-Simulator: Hugging Face model and GitHub repository
- Adapt to your own data: Step-by-step recipe for teacher fine-tuning and self-forcing distillation
- Open-H-Embodiment: Hugging Face dataset
- FlashDreams: GitHub repository
- NVIDIA Cosmos-Predict2.5: GitHub repository
- Cosmos-Surg-dVRK: World Foundation Model-based Automated Online Evaluation of Surgical Robot Policy Learning (arXiv paper)
Cosmos-H-Dreams brings action-conditioned surgical world modeling into the real-time loop, creating a new environment for people and policies to practice, explore, generate data, and evaluate what happens next.
Facts Only
* NVIDIA introduced Cosmos-H-Dreams, a real-time, action-conditioned generative simulator for surgical robotics.
* Cosmos-H-Dreams is a student model distilled from the Cosmos-H-Surgical-Simulator.
* The system runs on a single NVIDIA RTX PRO 6000 GPU.
* It utilizes FlashDreams, an accelerated streaming-inference library.
* Performance is approximately 160 frames per second.
* The model was specialized for da Vinci Research Kit (dVRK) tabletop suturing.
* Training involved the Open-H-Embodiment dataset and the JHU dVRK tabletop mixture.
* Collaboration with CMR Surgical and Cambridge Consultants integrated the system with the Versius surgeon controller.
* The architecture uses a causal student model with a few-step diffusion process.
* Interface options include a browser client via WebRTC and a Meta Quest client via WebXR.
* A step-by-step recipe for teacher fine-tuning and self-forcing distillation is provided for custom datasets.
Executive Summary
NVIDIA has developed Cosmos-H-Dreams, a generative simulation environment that allows for real-time, interactive surgical robotics training and evaluation. By distilling a larger world foundation model, Cosmos-H-Surgical-Simulator, into a leaner "student" model and utilizing the FlashDreams inference library, the system achieves interactive speeds of 160 frames per second on a single professional GPU. This transition from offline video generation to a real-time closed loop enables humans or learned policies to control simulated surgical tools and observe immediate visual consequences.
The system is currently specialized for dVRK tabletop suturing and has been demonstrated on the Versius platform. While the model can synthesize realistic surgical dynamics—including failures like dropped needles—it is positioned as a research and development platform rather than a clinical diagnostic or control tool. The objective is to create a "Physical AI" environment where synthetic data generation and policy training can occur without the constant need for physical robotic hardware.
Full Take
This work falls under ACADEMIC MODE, as it describes a specific distillation pipeline, a teacher-student training architecture, and a defined evaluation framework.
The methodology relies on a three-stage process: teacher fine-tuning on a diverse dataset (including failures), causal warmup, and self-forcing distillation to mitigate the "compounding error" problem common in autoregressive rollouts. A peer reviewer would likely flag the "few-step diffusion" as a potential trade-off point; reducing denoising steps to achieve 160 FPS often risks introducing temporal artifacts or "drifting" in visual fidelity over long horizons. While the authors acknowledge the need for new benchmarks to measure "long-horizon drift," the current evidence focuses primarily on throughput and visual plausibility rather than clinical precision.
The novelty lies in the transition from a world model (predicting what happens) to a simulator (responding to what is done in real-time). This extends existing knowledge of video generation into the realm of interactive embodiment. For this to matter outside the lab, the "agreement between simulated and real policy outcomes" must be high; if a policy learns a "cheat" in the generative simulator that fails in physical reality, the tool becomes a liability.
Bridge Questions: How does the simulator handle the transition from "visual plausibility" to "physical accuracy" (e.g., the actual tension of a suture)? To what extent does the use of cached trajectories in the warmup stage limit the student's ability to handle truly novel, out-of-distribution movements?
Counterstrike Scan: A coordinated campaign would use these results to claim that physical surgical training is obsolete. The actual content remains grounded, explicitly stating the system is for R&D and not a replacement for intraoperative imaging or physical controllers.
