Skip to content

Commit c9ca8a0

Browse files
committed
simscale
1 parent ee1778d commit c9ca8a0

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

public/SimScale/index.html

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ <h1 class="title is-1 publication-title">Learning to Drive via Real-World Simula
7777
<div class="is-size-5 publication-authors">
7878
<span class="author-block">
7979
<!-- Author Names Omitted for Anonymous Review. -->
80-
<a target="_blank" href="https://github.com/hctian713">Haochen Tian</a><sup>1,2,3</sup><sup></sup>&nbsp;&nbsp;&nbsp;
81-
<a target="_blank" href="https://github.com/sephyli">Tianyu Li</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
80+
<a target="_blank" href="https://github.com/hctian713">Haochen Tian</a><sup>1,2,3</sup><sup></sup>&nbsp;&nbsp;&nbsp;
81+
<a target="_blank" href="https://github.com/sephyli">Tianyu Li</a><sup>2</sup><sup></sup>&nbsp;&nbsp;&nbsp;
8282
<a target="_blank" href="https://georgeliu233.github.io/">Haochen Liu</a><sup>3</sup>&nbsp;&nbsp;&nbsp;
8383
<a target="_blank" href="https://github.com/YTEP-ZHI">Jiazhi Yang</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
84-
<a target="_blank" href="https://github.com/gihharwtw">Yihang Qiu</a><sup>2</sup><sup></sup>
84+
<a target="_blank" href="https://github.com/gihharwtw">Yihang Qiu</a><sup>2</sup><sup></sup>
8585
<br>
8686
<a target="_blank" href="https://scholar.google.com/citations?user=McEfO8UAAAAJ&hl=en">Guang Li</a><sup>3</sup>&nbsp;&nbsp;&nbsp;
8787
<a target="_blank" href="https://openreview.net/profile?id=%7EJunli_Wang4">Junli Wang</a><sup>1,3</sup>&nbsp;&nbsp;&nbsp;
@@ -95,12 +95,14 @@ <h1 class="title is-1 publication-title">Learning to Drive via Real-World Simula
9595
<a target="_blank" href="https://lihongyang.info/">Hongyang Li</a><sup>2</sup>
9696
<br><sup>1 </sup>MAIS, Institute of Automation, Chinese Academy of Sciences
9797
<br><sup>2 </sup>OpenDriveLab at The University of HongKong&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
98-
<sup>3 </sup>Xiaomi EV
98+
<sup>3 </sup>Xiaomi EV
9999

100100
<br><span style="font-size: 15px;">
101-
<sup></sup>Work done while interning at Xiaomi Embodied Intelligence Team
101+
<sup></sup>Work done while interning at Xiaomi Embodied Intelligence Team. &nbsp; <sup></sup>Project Lead.
102+
</span>
103+
<span class="brmod" style="color:#3a0361; font-family:'Georgia', 'Times New Roman', serif;font-size: 25px;">
104+
<b>🎉 CVPR 2026</b>
102105
</span>
103-
<!-- <span class="brmod" style="color:rgb(183, 0, 0)"><b>ICCV 2025</b></span> -->
104106
</span>
105107
</div>
106108

@@ -254,7 +256,7 @@ <h2 class="title is-2">Abstract</h2>
254256
states upon existing driving logs.
255257
Our pipeline utilizes advanced <strong>neural rendering with a reactive environment</strong> to generate high-fidelity multi-view observations controlled by the perturbed ego trajectory.
256258
Furthermore, we develop a <strong>pseudo-expert trajectory generation</strong> mechanism for these newly simulated states to provide action supervision.
257-
Upon the synthesized data, we find that a simple <strong>co-training strategy on both real-world and simulated samples</strong> can lead to significant improvements in both robustness and generalization for various planning methods on challenging real-world benchmarks, up to <strong>+6.8 EPDMS on navhard and +2.9 on navtest</strong>.
259+
Upon the synthesized data, we find that a simple <strong>co-training strategy on both real-world and simulated samples</strong> can lead to significant improvements in both robustness and generalization for various planning methods on challenging real-world benchmarks, up to <strong>+8.6 EPDMS on navhard and +2.9 on navtest</strong>.
258260
More importantly, such policy improvement scales smoothly by increasing simulation data only, even without extra real-world data streaming in.
259261
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.
260262
</div>
@@ -472,6 +474,27 @@ <h2 class="subtitle is-4" style="text-align: left; margin-bottom: 0px;margin-top
472474
</div>
473475
</div>
474476

477+
<h2 class="subtitle is-4" style="text-align: left; margin-bottom: 0px;margin-top:20px">&nbspEffect of Simulation Visual Fidelity</h2>
478+
479+
480+
<div class="columns is-centered has-text-centered">
481+
<div class="column">
482+
<div class="content has-text-justified ">
483+
<p style="font-size: 18px; ">
484+
&nbsp#R: sampling rounds; EPDMS on navhard.
485+
</p>
486+
</div>
487+
</div>
488+
</div>
489+
490+
<div class="row">
491+
<div class="col">
492+
<div align="center">
493+
<img src="https://opendrivelab.github.io/SimScale/psnr.png" style="margin-top: -30px;" alt="Image description" width="50%">
494+
</div>
495+
</div>
496+
</div>
497+
475498
</details>
476499

477500

@@ -714,7 +737,7 @@ <h2 class="title is-2">Ecosystem</h2>
714737
<div class="content has-text-justified">
715738

716739
<p>
717-
The code and simulation data would be open-sourced before 2026!
740+
The code and simulation data have been fully released!
718741
</p>
719742
<p>
720743
Please stay tuned for more work from <a target="_blank" href="https://opendrivelab.com/">OpenDriveLab</a>:

0 commit comments

Comments
 (0)