madmax3366 commited on
Commit
ffafe20
·
verified ·
1 Parent(s): 124022a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +38 -2
index.html CHANGED
@@ -41,7 +41,7 @@
41
  .subtitle { color: #444; }
42
  .footer { background: #fafafa; }
43
 
44
- /* Make all section h2 titles centered like the hero title */
45
  .section .title.is-3 { text-align: center; }
46
 
47
  /* Match content width to teaser video width (full container), overriding Bulma's 4/5 column */
@@ -218,7 +218,7 @@
218
  </div>
219
  </section>
220
 
221
- <!-- Results and Analysis -->
222
  <section class="section" id="results-analysis">
223
  <div class="container is-max-desktop">
224
  <div class="columns is-centered">
@@ -250,6 +250,42 @@
250
  token lengths. Right: task-wise performance across hotspot categories.
251
  </figcaption>
252
  </figure>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  </div>
254
  </div>
255
  </div>
 
41
  .subtitle { color: #444; }
42
  .footer { background: #fafafa; }
43
 
44
+ /* Center all section titles like the hero title */
45
  .section .title.is-3 { text-align: center; }
46
 
47
  /* Match content width to teaser video width (full container), overriding Bulma's 4/5 column */
 
218
  </div>
219
  </section>
220
 
221
+ <!-- Results and Analysis (+ Discussion & Conclusion appended at the end) -->
222
  <section class="section" id="results-analysis">
223
  <div class="container is-max-desktop">
224
  <div class="columns is-centered">
 
250
  token lengths. Right: task-wise performance across hotspot categories.
251
  </figcaption>
252
  </figure>
253
+
254
+ <!-- Discussion -->
255
+ <div class="content has-text-justified" style="margin-top:28px;">
256
+ <h3 class="title is-4 has-text-centered">Discussion</h3>
257
+ <p>
258
+ GPS signals are indispensable for providing geographic context in automotive agents, yet they
259
+ are prone to disruptions in real-world environments such as tunnels, underground parking, or dense
260
+ urban canyons. These interruptions can cause temporary localization failures, directly undermining
261
+ navigation and geo-dependent decision-making. To address this limitation, large language models
262
+ (LLMs) can act as virtual sensors by leveraging their built-in knowledge of road networks together
263
+ with the last available GPS coordinates and timestamps. During short signal outages, the agent can
264
+ simulate intermediate positions and continue offering navigation or context-aware recommendations.
265
+ Once connectivity is restored, the simulated trajectory can be aligned with actual positioning
266
+ data. This capability highlights the potential of LLMs to complement imperfect sensor signals and
267
+ enhance robustness in safety-critical automotive applications.
268
+ </p>
269
+ </div>
270
+
271
+ <!-- Conclusion -->
272
+ <div class="content has-text-justified" style="margin-top:18px;">
273
+ <h3 class="title is-4 has-text-centered">Conclusion</h3>
274
+ <p>
275
+ In this work, we present <strong>Automotive-ENV</strong>, the first large-scale benchmark explicitly designed for
276
+ evaluating multimodal agents in realistic automotive GUI environments. Unlike desktop or mobile
277
+ benchmarks, Automotive-ENV provides structured, reproducible, and geographically parameterized
278
+ tasks that capture the complexity of in-vehicle interaction under real-world constraints. Building on
279
+ this foundation, we propose <strong>ASURADA</strong>, a geo-adaptive agent capable of integrating GPS location
280
+ and contextual signals to deliver safe and personalized actions. Our experiments show that geo-context
281
+ integration not only improves task accuracy, especially in safety-critical settings, but also
282
+ reduces reasoning overhead by enabling proactive, context-driven planning. Together, Automotive-ENV
283
+ and ASURADA establish a foundation for the next generation of in-vehicle assistants that are
284
+ multimodal, safety-aware, and culturally adaptive, advancing the reliable deployment of autonomous
285
+ agents in high-stakes driving environments.
286
+ </p>
287
+ </div>
288
+
289
  </div>
290
  </div>
291
  </div>