Datasets:

Modalities:
Image
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
fly1113 commited on
Commit
5520597
Β·
verified Β·
1 Parent(s): 472bb33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -1,3 +1,99 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ <br>
5
+ <p align="center">
6
+
7
+
8
+ <h1 align="center">🌍 Towards <ins>Uni</ins>fied <ins>W</ins>orld <ins>M</ins>odels for Visual Navigation via Memory-Augmented Planning and Foresight</h1>
9
+ <p align="center">
10
+ <a>Yifei Dong<sup>1,*</sup>,</a>
11
+ <a>Fengyi Wu<sup>1,*</sup>,</a>
12
+ <a>Guangyu Chen<sup>1,*</sup>,</a>
13
+ <a>Lingdong Kong<sup>2</sup>,</a>
14
+ <a>Xu Zhu<sup>1</sup>,</a>
15
+ <a>Qiyu Hu<sup>1</sup>,</a>
16
+ <a>Yuxuan Zhou<sup>1</sup>,</a>
17
+ <a>Jingdong Sun<sup>3</sup>,</a>
18
+ <a>Jun-Yan He<sup>1</sup>,</a>
19
+ <a>Qi Dai<sup>4</sup>,</a>
20
+ <a>Alexander G. Hauptmann<sup>5</sup>,</a>
21
+ <a>Zhi-Qi Cheng<sup>1,†</sup></a>
22
+ <br>
23
+ <sup>1</sup>UW, <sup>2</sup>NUS, <sup>3</sup>Apple, <sup>4</sup>Microsoft Research, <sup>5</sup>CMU
24
+ </p>
25
+
26
+ <p align="center">
27
+ <a href="https://arxiv.org/abs/2510.08713" target="_blank">
28
+ <img src="https://img.shields.io/badge/ArXiv-2510.08713-red?logo=arxiv&logoColor=white">
29
+ </a>
30
+ <a href="https://github.com/F1y1113/UniWM" target="_blank">
31
+ <img src="https://img.shields.io/badge/Project-UniWM-blue?logo=github&logoColor=white">
32
+ </a>
33
+ <a href="https://huggingface.co/datasets/fly1113/UniWM_Dataset" target="_blank">
34
+ <img src="https://img.shields.io/badge/Dataset-UniWM_Dataset-yellow?logo=huggingface&logoColor=white">
35
+ </a>
36
+ <a href="https://github.com/F1y1113/UniWM" target="_blank">
37
+ <img src="https://img.shields.io/badge/License-MIT-green?logo=open-source-initiative&logoColor=white">
38
+ </a>
39
+ </p>
40
+
41
+
42
+ <p align="center">
43
+ <img src="assists/comparison.png" alt="task" width="660"/>
44
+ </p>
45
+
46
+ **UniWM** introduce a unified, memory-augmented world model paradigm integrating egocentric visual foresight and planning within a single multimodal autoregressive backbone. Unlike modular frameworks, UniWM explicitly grounds action decisions in visually imagined outcomes, ensuring tight alignment between visualization and planning. A hierarchical memory mechanism further integrates detailed short-term perceptual cues with longer-term trajectory context, enabling stable, coherent reasoning over extended horizons.
47
+
48
+ You are also welcome to explore our previous work, including [**GOViG**](https://github.com/F1y1113/GoViG), which introduces a new task that we leverage multimodal LLM reasoning to generate navigation instructions directly from egocentric visual observations of the initial and goal states and [**HA-VLN**](https://github.com/F1y1113/HA-VLN/), where we introduce HA-VLN 2.0, a unified benchmark coupling discrete (DE) and continuous (CE) navigation paradigms with explicit social-awareness constraints.
49
+
50
+
51
+ ### Data
52
+
53
+ We host the UniWM dataset on Hugging Face: [`fly1113/UniWM_Dataset`](https://huggingface.co/datasets/fly1113/UniWM_Dataset).
54
+
55
+ - [`go_stanford`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/go_stanford.tar), [`recon`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/recon.tar), [`sacson`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/sacson.tar), [`scand`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/scand.tar) used for both training and evaluation.
56
+ - [`tartandrive`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/tartandrive.tar) reserved for unseen evaluation only.
57
+ - [`1XHumanoid`](https://huggingface.co/datasets/fly1113/UniWM_Dataset/resolve/main/1XHumanoid.tar) reserved for humanoid navigation.
58
+
59
+ The directory structure will look like:
60
+
61
+ ```
62
+ data/
63
+ β”œβ”€β”€ go_stanford/
64
+ β”‚ β”œβ”€β”€ traj_0000/
65
+ β”‚ β”‚ β”œβ”€β”€ 0.jpg
66
+ β”‚ β”‚ β”œβ”€β”€ 1.jpg
67
+ β”‚ β”‚ β”œβ”€β”€ ...
68
+ β”‚ β”‚ β”œβ”€β”€ n.jpg
69
+ β”‚ β”‚ └── traj_data.pkl
70
+ β”‚ β”œβ”€β”€ traj_0001/
71
+ β”‚ └── ...
72
+ └── ...
73
+ ```
74
+
75
+ Each `traj_xxxx/` folder contains a sequence of egocentric frames (`0.jpg`, `1.jpg`, ..., `n.jpg`) and a `traj_data.pkl` file storing the per-step metadata (e.g., actions, poses) for that trajectory. The other splits follow the same layout.
76
+
77
+
78
+ ## Contributing
79
+
80
+ We welcome contributions to this project! Please contact yfeidong@uw.edu or fyiwu@uw.edu.
81
+
82
+ ## Acknowledgement
83
+
84
+ We would like to thank [ReCon](https://arxiv.org/abs/2104.05859), [Go Stanford](https://arxiv.org/abs/1803.03254), [SACSon](https://arxiv.org/abs/2306.01874), [SCAND](https://arxiv.org/abs/2203.15041) and [1XHumanoid](https://github.com/1x-technologies/1xgpt) for their publicly available datasets.
85
+
86
+ ## 🌟 Citation
87
+
88
+ If you find this repository or our paper useful, please consider **starring** this repository and **citing** our paper:
89
+ ```bibtex
90
+ @misc{dong2026unifiedworldmodelsvisual,
91
+ title={Towards Unified World Models for Visual Navigation via Memory-Augmented Planning and Foresight},
92
+ author={Yifei Dong and Fengyi Wu and Guangyu Chen and Lingdong Kong and Xu Zhu and Qiyu Hu and Yuxuan Zhou and Jingdong Sun and Jun-Yan He and Qi Dai and Alexander G. Hauptmann and Zhi-Qi Cheng},
93
+ year={2026},
94
+ eprint={2510.08713},
95
+ archivePrefix={arXiv},
96
+ primaryClass={cs.AI},
97
+ url={https://arxiv.org/abs/2510.08713},
98
+ }
99
+ ```