日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
シミュレーションarXiv:2608.24199

NVIDIA Cosmos-H-Dreams: 手術ロボットのためのリアルタイム生成物理シミュレーション

NVIDIA Cosmos-H-Dreams: Real-Time Generative Physics Simulation for Surgical Robotics

シェア:XThreadsFacebookLINEはてブBluesky

手術ロボット向けに、生成モデルと蒸留技術を組み合わせたリアルタイムで操作可能な物理シミュレーションシステムを開発した。

詳しい要約

1. どんなもの?

Cosmos-H-Dreamsは、外科手術ロボティクスのためのリアルタイム生成物理シミュレーションシステムである。action-conditioned generative model、teacher-to-student distillation、NVIDIA FlashDreams streaming-inference libraryに基づくデプロイスタックを統合し、単一のNVIDIA RTX PRO 6000 Blackwell workstation GPU上で約160 FPSの推論速度で動作する。任意のロボットキネマティクスストリームを入力として受け付けるcontroller-agnosticな設計で、ブラウザキーボード、Meta Questヘッドセット、CMR SurgicalのVersiusなどの商用サージカルロボットコンソール、学習済みポリシーによる閉ループ制御をライブでサポートする。外科手術教育、スケーラブルな合成データ生成、将来の術中意思決定支援のための共通基盤としてオープンソース公開される。

2. 先行研究と比べてどこがすごい?

従来の外科手術シミュレーションは、動物や死体を用いた物理実験が時間・コスト・再現性に課題があり、古典的シミュレータは写実的な外観と変形可能組織のダイナミクスを捉えるのが困難だった。また、既存の生成シミュレーションはリアルタイムインタラクションを欠いていた。Cosmos-H-Dreamsは、リアルタイムで人間とポリシーの両方が操作可能な最初のインタラクティブな外科手術ワールドモデルであり、このギャップを埋める点が革新的である。

3. 技術・手法の肝は?

手法の核は、大規模なOpen-H-Embodimentコーパスでファインチューニングされたmulti-embodiment action-conditioned surgical video world model(Cosmos-H-Surgical-Simulator)を出発点とし、embodimentおよびprocedure固有のデータでpost-trainする点。その後、双方向のteacherをSelf Forcingを用いてcausalなfew-step studentに蒸留することで、受動的なビデオ生成器を制御可能な外科手術シミュレータに変換する。デプロイにはNVIDIA FlashDreams streaming-inference libraryを使用し、リアルタイム推論を実現する。

4. どうやって有効だと検証した?

有効性の検証は、単一のNVIDIA RTX PRO 6000 Blackwell workstation GPU上で約160 FPSの推論速度を達成したこと、およびブラウザキーボード(WebRTC)、Meta Questヘッドセット(WebXR)、商用サージカルロボットコンソール(CMR SurgicalのVersius)、学習済みポリシーによる閉ループ制御という複数のインターフェースでのライブ制御を実演したことにより行われた。

5. 議論はある?

要旨からは、議論や限界についての詳細は不明である。ただし、リアルタイム性と制御可能性を両立させた点が強調されており、今後の課題として、より複雑な組織ダイナミクスの再現や、臨床応用に向けた安全性の検証などが考えられるが、要旨には明記されていない。

6. 次に読むべき論文は?

要旨で参照されている関連研究として、Cosmos-H-Surgical-Simulator(ベースとなったワールドモデル)、Open-H-Embodiment corpus(データセット)、Self Forcing(蒸留手法)、NVIDIA FlashDreams(ストリーミング推論ライブラリ)が挙げられる。また、同分野の定番として、外科手術シミュレーションにおける古典的シミュレータや、生成モデルを用いたシミュレーション研究が関連する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Javier Gamazo Tejero, Lukas Zbinden, Keyur Sheth, Raghavendra K M, Nadim Daher, Diego Granero Maraña, Filip Binkiewicz, Patrick Thornycroft, Mahdi Azizian, Sean D. Huver

分類: cs.RO

原文アブストラクト

Generative simulation for surgical robotics still lacks real-time interaction. Physical-robot experiments, often involving animal or cadaver labs, are time-consuming, costly, and difficult to reproduce, while classical simulators struggle to capture photorealistic appearance and deformable-tissue dynamics. We address this gap with Cosmos-H-Dreams, an integrated real-time surgical world-model system combining an action-conditioned generative model, a teacher-to-student distillation recipe, and a deployment stack built on the NVIDIA FlashDreams streaming-inference library. Starting from Cosmos-H-Surgical-Simulator, a multi-embodiment action-conditioned surgical video world model fine-tuned on the large-scale Open-H-Embodiment corpus, we post-train this checkpoint on embodiment- and procedure-specific data. By distilling the resulting bidirectional teacher into a causal, few-step student with Self Forcing, we turn a passive video generator into a controllable surgical simulator that streams at $\sim$160 inference FPS on a single NVIDIA RTX PRO 6000 Blackwell workstation GPU. Crucially, Cosmos-H-Dreams is controller-agnostic: any interface that emits a stream of robot kinematics can drive it. We demonstrate live control through a browser keyboard over WebRTC, a Meta Quest headset over WebXR, a commercial surgical robot console such as CMR Surgical's Versius, and learned policies operating in closed loop. To our knowledge, this is the first interactive surgical world model supporting live human and policy control. Human operators and policies alike can act inside the synthesized world and observe the consequences in real time. We release Cosmos-H-Dreams as an open surgical simulation system, providing a common foundation for surgical education, scalable synthetic data generation, and future intraoperative decision support.

関連論文