Skip to content

Commit 6ac8653

Browse files
committed
add
1 parent 9ccc8fd commit 6ac8653

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88

99
<!-- Favicon removed - no custom icon -->
1010

11-
<!-- Preconnect to CDNs for faster loading -->
11+
<!-- Preconnect to CDNs for faster loading (preconnect includes DNS lookup) -->
1212
<link rel="preconnect" href="https://cdn.jsdelivr.net">
1313
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
1414
<link rel="preconnect" href="https://ajax.googleapis.com">
15-
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
16-
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
17-
<link rel="dns-prefetch" href="https://ajax.googleapis.com">
1815

1916
<!-- Preload critical CSS for faster first paint -->
2017
<link rel="preload" href="./static/css/bulma.min.css" as="style">
@@ -1136,7 +1133,7 @@
11361133
<script src="./static/js/bulma-carousel.min.js" defer></script>
11371134
<script src="./static/js/bulma-slider.min.js" defer></script>
11381135
<script src="./static/js/index.js" defer></script>
1139-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6" defer></script>
1136+
<!-- Polyfill removed - modern browsers don't need ES6 polyfill, and polyfill.io can be slow -->
11401137

11411138
<!-- KaTeX for math rendering - will be loaded after hero video -->
11421139
<!-- Note: KaTeX loading is deferred until hero video is ready -->
@@ -3110,9 +3107,9 @@ <h1 class="title is-3 publication-title">BFM-Zero: A Promptable Behavioral Found
31103107
</div>
31113108

31123109
<div class="column">
3113-
<image src="./static/images/ip.png" style="width: 30%;"></image>
3110+
<img src="./static/images/ip.png" alt="IP" loading="lazy" style="width: 30%;">
31143111
<br>
3115-
<image src="./static/images/meta.png" style="width: 20%;"></image>
3112+
<img src="./static/images/meta.png" alt="Meta" loading="lazy" style="width: 20%;">
31163113
</div>
31173114

31183115

@@ -3244,7 +3241,7 @@ <h2 class="title is-2" style="text-align: center;">Approach</h2>
32443241
<div class="flip-card">
32453242
<div class="flip-card-inner">
32463243
<div class="flip-card-front">
3247-
<img src="./static/images/pretraining.png" alt="Pre-training Image">
3244+
<img src="./static/images/pretraining.png" alt="Pre-training Image" loading="lazy">
32483245
</div>
32493246
<div class="flip-card-back">
32503247
<p style="font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif); font-size: 0.7em;">Objective: Learn a <span style="color:#b00202; font-weight:bold;">unified latent representation</span> that embeds tasks (e.g., target motions, rewards, goals) into a shared space and a <span style="color:#b00202; font-weight:bold;">promptable policy</span> that conditions on this representation to perform diverse tasks without retraining.</p>
@@ -3260,7 +3257,7 @@ <h2 class="title is-2" style="text-align: center;">Approach</h2>
32603257
<div class="flip-card">
32613258
<div class="flip-card-inner">
32623259
<div class="flip-card-front">
3263-
<img src="./static/images/inference.png" alt="Inference Image">
3260+
<img src="./static/images/inference.png" alt="Inference Image" loading="lazy">
32643261
</div>
32653262
<div class="flip-card-back">
32663263
<p style="font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif); font-size: 0.7em;">BFM-Zero can <span style="color:#b00202; font-weight:bold;">zero-shot</span> perform tasks including motion tracking, goal reaching, and reward optimization.</p>
@@ -3274,7 +3271,7 @@ <h2 class="title is-2" style="text-align: center;">Approach</h2>
32743271
<div class="flip-card">
32753272
<div class="flip-card-inner">
32763273
<div class="flip-card-front">
3277-
<img src="./static/images/adaptation.png" alt="Adaptation Image">
3274+
<img src="./static/images/adaptation.png" alt="Adaptation Image" loading="lazy">
32783275
</div>
32793276
<div class="flip-card-back">
32803277
<p style="font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif); font-size: 0.7em;">BFM-Zero supports <span style="color:#b00202; font-weight:bold;">few-shot adaptation</span> to quickly adapt to specific requirements with minimal additional training.</p>
@@ -4220,7 +4217,7 @@ <h2 class="title is-2" style="text-align: center;">Few-shot Adaptation</h2>
42204217
<h4 style="text-align: center; margin-bottom: 15px; font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif);">We demonstrate BFM-Zero's few-shot adaptation capability, the smooth structure of our latent space enables efficient <span style="color: #dc3545; font-weight: bold;">search-based optimization</span> in simulation to discover a better latent instead of directly using zero-shot inference within a short time.</h4>
42214218
<!-- Top: Setting image -->
42224219
<div class="has-text-centered" style="margin-bottom: 30px;">
4223-
<img src="./resources/adaptation/setting.png" alt="Adaptation Setting" style="width: 100%; max-width: 300px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
4220+
<img src="./resources/adaptation/setting.png" alt="Adaptation Setting" loading="lazy" style="width: 100%; max-width: 300px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
42244221
</div>
42254222
<h4 style="text-align: center; margin-bottom: 15px; font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif);">When the robot carries a <span style="color: #dc3545; font-weight: bold;">4kg payload</span> on its torso, we can perform adaptation to let the robot keep single-leg standing for longer time.</h4>
42264223
<!-- Bottom: Before/After video comparison -->
@@ -4313,7 +4310,7 @@ <h2 class="title is-2" style="text-align: center;">Scaling Effects in Both Data
43134310
<div class="columns" style="margin: 0; align-items: stretch;">
43144311
<div class="column is-half" style="display: flex; align-items: stretch;">
43154312
<div class="has-text-centered" style="width: 100%; display: flex; align-items: center;">
4316-
<img src="./resources/scaling/scaling_plot_mix_linear.png" alt="Scaling Plot Mix Linear" style="width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
4313+
<img src="./resources/scaling/scaling_plot_mix_linear.png" alt="Scaling Plot Mix Linear" loading="lazy" style="width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
43174314
</div>
43184315
</div>
43194316

0 commit comments

Comments
 (0)