{"id":721686,"date":"2026-07-31T21:56:34","date_gmt":"2026-07-31T21:56:34","guid":{"rendered":"https:\/\/www.newsbeep.com\/uk\/721686\/"},"modified":"2026-07-31T21:56:34","modified_gmt":"2026-07-31T21:56:34","slug":"developing-healthcare-robotics-with-gpu-native-medical-physics-simulation","status":"publish","type":"post","link":"https:\/\/www.newsbeep.com\/uk\/721686\/","title":{"rendered":"Developing Healthcare Robotics with GPU-Native Medical Physics Simulation"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Unlike autonomous driving or industrial robotics, healthcare robotics can\u2019t rely on internet-scale data collection or unlimited real-world experimentation. Every demonstration requires specialized equipment, clinical expertise, and access to patients or laboratory environments. This creates three fundamental challenges for developers.<\/p>\n<p class=\"wp-block-paragraph\">First is the data gap. Training modern robotic policies requires demonstrations across diverse anatomies and procedures. Most teams have only hundreds of demonstrations\u2014not the tens of thousands needed to build robust systems. But even if collecting millions of demonstrations were practical, the most important cases would still be missing. This is because healthcare is dominated by the long tail. Rare anatomies, challenging patient physiology, complications, and failure modes occur too infrequently to be adequately represented in real-world datasets. Yet, these are the cases that matter most for clinical safety.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">This data gap leads directly to the second challenge: generalization. Imitation learning inevitably plateaus at the edges of the data distribution. Reinforcement learning (RL) offers a path beyond that plateau. RL can explore millions of interactions, stress-test policies, and learn from failures. To do so effectively, it needs simulation that is realistic enough to produce meaningful policies\u2014and fast and scalable enough to train at scale.<\/p>\n<p class=\"wp-block-paragraph\">The third challenge is development velocity. Medical robotics development relies on benchtop phantoms, cadaver studies, animal models, and limited clinical evaluations. These remain essential, but they are inherently sequential, expensive, and difficult to scale. Iterating on designs and algorithms currently takes months, pushing total development cycles to 4\u20137 years.<\/p>\n<p class=\"wp-block-paragraph\">These three challenges point to the same missing infrastructure: an open, GPU-native simulation framework capable of modeling device\u2013anatomy interactions with the fidelity required for robot training.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">NVIDIA Medical Physics Simulation framework\u2014an open source, GPU-accelerated capability within NVIDIA Isaac for Healthcare, was built to fill that gap. Developers can generate anatomical digital twins, simulate device\u2013anatomy interactions and medical imaging, and train reinforcement learning policies at GPU scale\u2014all within NVIDIA Isaac Sim and NVIDIA Isaac Lab.<\/p>\n<p>A GPU-native simulation framework for healthcare robotics<a href=\"#a_gpu-native_simulation_framework_for_healthcare_robotics\" aria-label=\"Scroll to A GPU-native simulation framework for healthcare robotics section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">Medical Physics Simulation provides both classical physics-based solvers and generative world-model-based simulators for real-time simulation of device\u2013anatomy interactions\u2014enabling RL-ready policy training across healthcare robotics segments. Both modules provide a modular research and engineering platform for interactive surgical and interventional simulation, robot learning, synthetic data generation, and procedure development. They are well suited for machine learning workflows because both simulation and learning run on the same GPU, avoiding the overhead of repeated CPU\u2013GPU memory transfers.<\/p>\n<p>Classical solvers\u00a0\u00a0<a href=\"#classical_solvers\u00a0\u00a0\" aria-label=\"Scroll to Classical solvers\u00a0\u00a0 section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-tutorials\/tree\/main\/catheter-vasculature-solver\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">Endoluminal Simulation Module<\/a> is released for general availability in Isaac for Healthcare. It enables real-time simulation of diagnostic and interventional procedures involving long, flexible surgical instruments navigating through endoluminal cavities. It is implemented as a standalone package, so it can be integrated independently into different workflows and environments. This initial release shows catheter navigation through the vascular system under fluoroscopic guidance.<\/p>\n<p class=\"wp-block-paragraph\">The module is implemented in Python using <a href=\"https:\/\/github.com\/nvidia\/warp\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">NVIDIA Warp<\/a> and <a href=\"https:\/\/github.com\/newton-physics\/newton\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">Newton Physics<\/a>. The flexible instruments are modelled as Cosserat rods, providing a solid theoretical foundation for simulating materials\u2019 bending, twisting, and stretching deformation. To capture the complex nonlinear dynamics of these one-dimensional rods efficiently on the GPU, extended position-based dynamics (XPBD) was selected as the primary simulation method.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">XPBD typically relies on local, iterative constraint projections. For long instruments, however, local projections may require many iterations to propagate motion from the controlled proximal end to the distal tip. This module instead assembles the coupled rod constraints into a matrix system.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Each rod segment contributes six constraint equations\u2014three for stretch and shear and three for bending and twisting\u2014producing a block-tridiagonal XPBD system with 6 \u00d7 6 blocks. The Thomas algorithm solves this system in linear time with respect to instrument length, while independent instruments are processed concurrently across vectorized environments on the GPU.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">This globally coupled solver propagates inputs such as proximal insertion and rotation along the entire instrument within each simulation step, even for very long instruments, enabling immediate response to user manipulations at the distal end.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"360\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.newsbeep.com\/uk\/wp-content\/uploads\/2026\/07\/Catheter-insertion.gif\" alt=\"Two catheter paths through simulation vasculature.\u00a0\" class=\"lazyload wp-image-120406\"  data-\/><\/p>\n<p>\t\tFigure 1. Catheter insertion and steering through a vascular model<\/p>\n<p>Simulating catheter-vessel interactions<\/p>\n<p class=\"wp-block-paragraph\">Catheter\u2013vessel interaction is also evaluated in parallel on the GPU. Signed closest-point queries are evaluated directly against the patient-specific triangle mesh, avoiding a separately precomputed distance field. Instrument samples are projected back into the lumen when they penetrate the wall while retaining tangential sliding motion. The current release supports rigid, one-way containment; two-way coupling to deformable vessel walls is planned for a future release.<\/p>\n<p class=\"wp-block-paragraph\">Control inputs are expressed directly through the rod\u2019s boundary conditions and rest state. Insertion advances the constrained proximal end along the introducer axis, hub rotation sets its orientation, and distal steering modifies the rest curvature of the final rod segments rather than applying an artificial external force. The bend-and-twist constraints then propagate these inputs through the instrument.<\/p>\n<p>Connecting physics, imaging, and robot learning<\/p>\n<p class=\"wp-block-paragraph\">The Endoluminal Simulation Module maintains compatibility with other Newton solvers through a common API. Torch\u2013Warp interoperability, provided through wp.from_torch and wp.to_torch keeps the control and reinforcement-learning interface zero-copy and fully GPU-resident. This enables straightforward integration with NVIDIA Isaac Lab, a framework designed for large-scale robot learning. Isaac Lab manages environment orchestration and rollout control, while the solver executes the GPU-based dynamics and returns device-resident tensors for observation, reward, and control loops.<\/p>\n<p class=\"wp-block-paragraph\">This co-design of physics and imaging supports high-throughput policy training at scale, including experiments with 512 parallel environments and 1,500 training iterations. Reported performance is approximately 1,300 Hz for single-environment physics, 60 Hz for physics simulation across 512 environments, and 63 frames per second for the complete simulation and rendering loop at a resolution of 256 \u00d7 256 pixels. The platform also provides a foundation for future policy training directly from fluoroscopic images and other pixel-based observations.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"360\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.newsbeep.com\/uk\/wp-content\/uploads\/2026\/07\/Catheter-navigation.gif\" alt=\"Catheter path highlighted in a 3D vascular model.\" class=\"lazyload wp-image-120409\"  data-\/><\/p>\n<p>\t\tFigure 2. Simulated catheter navigation in patient-specific vasculature<\/p>\n<p class=\"wp-block-paragraph\">The catheter navigation workflow runs as a unified simulation loop that combines two coupled patient-specific components. The <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-tutorials\/tree\/main\/vasculature-digital-twin\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">vasculature-digital-twin<\/a> package generates the anatomical attenuation\/geometry artifacts (mu_volume, vessel mask\/mesh, and centerline), and the <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-tutorials\/tree\/main\/catheter-vasculature-solver\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">endoluminal simulation<\/a> package advances catheter mechanics under XPBD constraints inside that anatomy. For each frame, the solver state is transformed into renderable catheter segments and composited by <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-sensor-simulation\/tree\/main\/fluoro-simulator\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">fluorosim<\/a> into the same CT-derived imaging domain. This keeps the physics and fluoroscopy synchronized in one end-to-end loop while additional detector-response effects improve the realism of the resulting fluoroscopic images.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"354\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.newsbeep.com\/uk\/wp-content\/uploads\/2026\/07\/Catheter-path-.gif\" alt=\"Simulated fluoroscopy with catheter navigation guidance.\" class=\"lazyload wp-image-120407\"  data-\/><\/p>\n<p>\t\tFigure 3. Synchronized catheter physics and fluoroscopic imaging<\/p>\n<p>Surgical Simulation Module\u00a0<a href=\"#surgical_simulation_module\u00a0\" aria-label=\"Scroll to Surgical Simulation Module\u00a0 section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">The Surgical Simulation Module available through early access is a real-time GPU-accelerated surgical simulation framework, designed to model soft-tissue deformation and surgical interactions with haptic feedback and rendering within a unified simulation pipeline.<\/p>\n<p class=\"wp-block-paragraph\">Similar to the Endoluminal Simulation Module, it is also implemented in Python using <a href=\"https:\/\/github.com\/nvidia\/warp\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">NVIDIA Warp<\/a> and <a href=\"https:\/\/github.com\/newton-physics\/newton\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">Newton Physics<\/a>. Unlike monolithic physics engines, it organizes its functionality as explicitly ordered simulation systems. Each procedure is configured through the sequence of deformation, collision, grasping, cutting, clipping, diathermy, and rendering operations. This makes the physical GPU pipeline inspectable, configurable, and easier to extend.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"270\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.newsbeep.com\/uk\/wp-content\/uploads\/2026\/07\/Tissue.gif\" alt=\"Robotic instruments manipulating simulated abdominal tissue.\u00a0\" class=\"lazyload wp-image-120480\"  data-\/><\/p>\n<p>\t\tFigure 4. Robotic interaction with deformable soft tissue<\/p>\n<p class=\"wp-block-paragraph\">Soft tissue is represented using tetrahedral meshes. Deformation is solved with position-based dynamics using distance- and volume-preserving constraints. Corrections are accumulated and averaged on the GPU, reducing constraint-ordering artifacts and supporting efficient parallel execution (Jacobi solver).\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Additionally, both simulation and visualization loops remain on the GPU, including deformation, collision queries, grasping, thermal diffusion, topology updates, and surface reconstruction. NVIDIA CUDA graph capture further reduces kernel-launch overhead, while direct GPU-to-renderer data transfer (CUDA interop) avoids unnecessary CPU\/GPU copies. This enables real-time simulation at more than 30 frames per second with eight physics substeps and eight internal deformation constraint iterations on one consumer-grade GPU.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">The initial release of this module supports an end-to-end cholecystectomy procedure (gallbladder removal). The simulation begins with the robotic instruments inserted into the inflated abdominal cavity, visualizing key structures like the liver, gallbladder, and connective fatty tissue. It involves dissection of the hepatocystic triangle, clipping and cutting the cystic duct and artery, and separating the gallbladder from the liver.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"288\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.newsbeep.com\/uk\/wp-content\/uploads\/2026\/07\/Gall-bladder.gif\" alt=\"A Gif of a simulated robotic cholecystectomy.\" class=\"lazyload wp-image-120481\"  data-\/><\/p>\n<p>\t\tFigure 5. Simulated robotic cholecystectomy<\/p>\n<p>Learned world dynamics and generative physics for surgical simulator\u00a0<a href=\"#learned_world_dynamics_and_generative_physics_for_surgical_simulator\u00a0\" aria-label=\"Scroll to Learned world dynamics and generative physics for surgical simulator\u00a0 section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">The generative approach to medical physics simulation is a complementary technology to physics solvers. Rather than explicitly programming every interaction, a generative world model learns from video and other data how real scenes look and how they change over time. During training, it learns relationships between visual observations, motion, and conditioning signals such as robot actions. At inference time, it uses this learned world knowledge to predict the next video frames.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Because the result is produced in the visual space seen by cameras and robotic policies, the model can reproduce scene detail and appearance that would be difficult to build by hand. It also avoids much of the manual work needed to create every asset, material, and lighting setup for a conventional simulator. The tradeoff is that these predictions are learned from data: they can be visually realistic without providing the explicit physical guarantees of a numerical solver.<\/p>\n<p class=\"wp-block-paragraph\">NVIDIA Cosmos provides the world foundation models for this approach. Cosmos video models use a flow-based diffusion-transformer architecture with a rectified-flow formulation. During generation, the model iteratively transforms noise in a compressed video representation into a coherent sample from the learned data distribution. A video tokenizer compresses pixel-space frames into this latent representation for efficient modeling and decodes the generated latents back into video. Multimodal conditioning makes the generated future controllable. For medical applications, post-training on domain data adapts the broad visual model before specialized anatomy, devices, procedures, and dynamics.<\/p>\n<p>Generative simulation with Cosmos-H<a href=\"#generative_simulation_with_cosmos-h\" aria-label=\"Scroll to Generative simulation with Cosmos-H section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">The Cosmos-H family shows several forms of generative medical physics simulation. Cosmos-H-Surgical-Predict forecasts plausible future surgical video from an initial image and text. Cosmos-H-Surgical-Transfer generates surgical video guided by controls such as depth, edges, segmentation, or blur. Cosmos-H-Surgical-Simulator predicts future frames conditioned directly on surgical-robot kinematics.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Together, these models support use cases ranging from synthetic-data generation and controlled domain transfer to action-conditioned robot training and policy evaluation. They do not replace explicit physics in every setting, but reduce scene-authoring burden and provide realistic, observation-level simulations where complete first-principles modeling is impractical.<\/p>\n<p class=\"wp-block-paragraph\">Cosmos-H-Dreams extends this approach to interactive simulation. It distills a teacher fine-tuned from Cosmos-H-Surgical-Simulator into a causal, few-step student that autoregressively streams future surgical video in response to robot actions. Served through the FlashDreams inference engine, it turns a high-quality offline world model into a real-time environment with frame generation at more than 30 frames per second. The environment can be controlled by a human operator or queried in closed loop by a learned robotics policy on a single workstation GPU.<\/p>\n<p>Video 1. Interactive simulation of tissue suturing with Cosmos-H-Dreams<\/p>\n<p>Why healthcare robotics needs both approaches<a href=\"#why_healthcare_robotics_needs_both_approaches\" aria-label=\"Scroll to Why healthcare robotics needs both approaches section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">Isaac for Healthcare supports both classical and generative simulation to address the complementary requirements of healthcare robotics. To provide user trust and quantitative quality assessment, which are the foundations of any healthcare solution, the physically consistent and deterministically modeled environments provided by classical simulation are essential. Generative simulation, in turn, produces diverse and visually realistic environments at scale that classical simulation cannot, enabling clinical applications in both data synthesis and real-time clinical workflows.<\/p>\n<p>Get started with medical physics simulation<a href=\"#get_started_with_medical_physics_simulation\" aria-label=\"Scroll to Get started with medical physics simulation section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">Medical Physics Simulation in Isaac for Healthcare provides developers with the building blocks to create patient-specific digital twins, simulate device\u2013anatomy interactions, generate synthetic experiences, and train intelligent healthcare robotics systems. The following resources help you get started with each simulation capability.<\/p>\n<p>Build an Endoluminal Robotics Workflow<a href=\"#build_an_endoluminal_robotics_workflow\" aria-label=\"Scroll to Build an Endoluminal Robotics Workflow section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">Build patient-specific catheter navigation simulations using GPU-accelerated physics, anatomical digital twins, and simulated medical imaging.<\/p>\n<p>Generate and create a vasculature <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-tutorials\/tree\/main\/vasculature-digital-twin\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">digital twin<\/a>.<\/p>\n<p>Incorporate a catheter-vasculature i<a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-tutorials\/tree\/main\/catheter-vasculature-solver\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">nteraction solver<\/a>.<\/p>\n<p>Simulate X-ray perception using X-ray <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-sensor-simulation\/tree\/main\/fluoro-simulator\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">sensor simulation<\/a>.<\/p>\n<p>Build the end-to-end catheter <a href=\"https:\/\/github.com\/isaac-for-healthcare\/i4h-workflows\/tree\/main\/workflows\/catheter_navigation\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">navigation workflow<\/a>.\u00a0<\/p>\n<p>Cosmos-H Dreams generative surgical simulation<a href=\"#cosmos-h_dreams_generative_surgical_simulation\" aria-label=\"Scroll to Cosmos-H Dreams generative surgical simulation section\" class=\"heading-anchor-link\"><\/a><\/p>\n<p class=\"wp-block-paragraph\">Cosmos-H Dreams enables scalable generation of realistic surgical experiences using world foundation models. Developers can use pretrained models, run interactive simulation, or adapt the framework to new procedures and robotic embodiments.<\/p>\n<p>    Run Cosmos-H Dreams.<br \/>\n    Get started with pretrained checkpoints, examples, and interactive simulation workflows in the<br \/>\n    <a href=\"https:\/\/github.com\/isaac-for-healthcare\/Cosmos-H-Dreams\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">GitHub repository<\/a>.<\/p>\n<p>    Download the Cosmos-H Dreams model.<br \/>\n    Access pretrained model checkpoints and configurations from the<br \/>\n    <a href=\"https:\/\/huggingface.co\/nvidia\/Cosmos-H-Dreams\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">Hugging Face checkpoint<\/a>.<\/p>\n<p>    Create a custom Cosmos-H Dreams model.<br \/>\n    Cosmos-H Dreams is not limited to the procedures and robots included with the framework.<br \/>\n    Choose one of two paths to build a real-time simulator for your own embodiment:<\/p>\n<p>        Extend Cosmos-H:<\/p>\n<p>            Fine-tune Cosmos-H-Surgical-Simulator on your data by following its training guide.<\/p>\n<p>            Distill the fine-tuned checkpoint to a few-step diffusion schedule for real-time<br \/>\n            throughput using the<br \/>\n            <a href=\"https:\/\/github.com\/NVIDIA-Medtech\/Cosmos-H-Surgical-Simulator\/blob\/main\/docs\/tutorial_teacher_training_and_self_forcing.md\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">distillation guide<\/a>.<\/p>\n<p>            Deploy the distilled checkpoint with<br \/>\n            &#8211;pipeline.diffusion-model.transformer.checkpoint-path.<\/p>\n<p>        Bring your own model:<br \/>\n        If you are starting with a different video diffusion architecture or a model trained on a<br \/>\n        proprietary dataset, integrate it with<br \/>\n        <a href=\"https:\/\/github.com\/NVIDIA\/flashdreams\/tree\/main\" data-wpel-link=\"external\" target=\"_blank\" rel=\"follow nofollow noopener\">FlashDreams<\/a>,<br \/>\n        the high-performance inference runtime that powers Cosmos-H Dreams.<\/p>\n","protected":false},"excerpt":{"rendered":"Unlike autonomous driving or industrial robotics, healthcare robotics can\u2019t rely on internet-scale data collection or unlimited real-world experimentation.&hellip;\n","protected":false},"author":2,"featured_media":721687,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[102,2960,56,54,55],"class_list":["post-721686","post","type-post","status-publish","format-standard","has-post-thumbnail","category-healthcare","tag-health","tag-healthcare","tag-uk","tag-united-kingdom","tag-unitedkingdom"],"_links":{"self":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts\/721686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/comments?post=721686"}],"version-history":[{"count":0,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts\/721686\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/media\/721687"}],"wp:attachment":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/media?parent=721686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/categories?post=721686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/tags?post=721686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}