SimScale: Learning to Drive via Real-World Simulation at Scale

arXiv cs.RO / 4/13/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • SimScaleは、既存の実走行ログを起点に未観測の大量な状態を合成できる、スケーラブルなリアルワールド向けシミュレーション学習フレームワークを提案しています。
  • 進行中のego軌道の摂動に連動して反応的環境を生成し、高忠実な多視点観測をニューラルレンダリングで作ることで、OODや安全クリティカル領域のデータ多様性を補完します。
  • 新しく合成した状態に対して擬似エキスパートの軌道生成を行い、行動の教師信号(action supervision)を得る仕組みが組み込まれています。
  • 実走+合成データを単純に共学習(co-training)することで、複数の計画手法の堅牢性と汎化性能が向上し、navhardで+8.6 EPDMS、navtestで+2.9の改善が報告されています。
  • 改善はシミュレーションデータ量を増やすだけで滑らかにスケールし、追加の実データ投入なしでも性能向上が続くことや、擬似エキスパート設計・スケーリングが異なるポリシー構成に与える知見も示されています。

Abstract

Achieving fully autonomous driving systems requires learning rational decisions in a wide span of scenarios, including safety-critical and out-of-distribution ones. However, such cases are underrepresented in real-world corpus collected by human experts. To complement for the lack of data diversity, we introduce a novel and scalable simulation framework capable of synthesizing massive unseen states upon existing driving logs. Our pipeline utilizes advanced neural rendering with a reactive environment to generate high-fidelity multi-view observations controlled by the perturbed ego trajectory. Furthermore, we develop a pseudo-expert trajectory generation mechanism for these newly simulated states to provide action supervision. Upon the synthesized data, we find that a simple co-training strategy on both real-world and simulated samples can lead to significant improvements in both robustness and generalization for various planning methods on challenging real-world benchmarks, up to +8.6 EPDMS on navhard and +2.9 on navtest. More importantly, such policy improvement scales smoothly by increasing simulation data only, even without extra real-world data streaming in. We further reveal several crucial findings of such a sim-real learning system, which we term SimScale, including the design of pseudo-experts and the scaling properties for different policy architectures. Simulation data and code have been released at https://github.com/OpenDriveLab/SimScale.