Add pipeline tag
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- ICCV 25
|
5 |
- Driving World Model
|
6 |
- Unified Understanding and Generation
|
7 |
-
|
8 |
---
|
9 |
|
10 |
<div align="center">
|
@@ -48,7 +49,7 @@ Check our *awesome* for the latest World Models! [ have become essential for autonomous driving by enabling future scene prediction. However, existing DWMs are limited to scene generation and fail to incorporate scene understanding, which involves interpreting and reasoning about the driving environment. In this paper, we present a unified Driving World Model named **HERMES**. Through a unified framework, we seamlessly integrate scene understanding and future scene evolution (generation) in driving scenarios. Specifically, **HERMES** leverages a Bird
|
52 |
|
53 |
## Overview
|
54 |
|
|
|
1 |
---
|
2 |
+
library_name: hermes
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
- ICCV 25
|
6 |
- Driving World Model
|
7 |
- Unified Understanding and Generation
|
8 |
+
pipeline_tag: image-to-3d
|
9 |
---
|
10 |
|
11 |
<div align="center">
|
|
|
49 |
|
50 |
## Abstract
|
51 |
|
52 |
+
Driving World Models (DWMs) have become essential for autonomous driving by enabling future scene prediction. However, existing DWMs are limited to scene generation and fail to incorporate scene understanding, which involves interpreting and reasoning about the driving environment. In this paper, we present a unified Driving World Model named **HERMES**. Through a unified framework, we seamlessly integrate scene understanding and future scene evolution (generation) in driving scenarios. Specifically, **HERMES** leverages a Bird's-Eye View (BEV) representation to consolidate multi-view spatial information while preserving geometric relationships and interactions. Additionally, we introduce world queries, which incorporate world knowledge into BEV features via causal attention in the Large Language Model (LLM), enabling contextual enrichment for both understanding and generation tasks. We conduct comprehensive studies on nuScenes and OmniDrive-nuScenes datasets to validate the effectiveness of our method. **HERMES** achieves state-of-the-art performance, reducing generation error by 32.4% and improving understanding metrics such as CIDEr by 8.0%.
|
53 |
|
54 |
## Overview
|
55 |
|