Add dataset card for NuSync

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ ---
5
+
6
+ # NuSync
7
+
8
+ [**Project Page**](https://automot-website.github.io/) | [**Paper**](https://huggingface.co/papers/2603.14851) | [**GitHub**](https://github.com/OscarHuangWind/AutoMoT)
9
+
10
+ NuSync is a dataset for end-to-end autonomous driving, introduced as part of the paper [AutoMoT: A Unified Vision-Language-Action Model with Asynchronous Mixture-of-Transformers for End-to-End Autonomous Driving](https://huggingface.co/papers/2603.14851).
11
+
12
+ ## Introduction
13
+
14
+ AutoMoT is an end-to-end autonomous driving (AD) framework that unifies reasoning and action generation within a single vision-language-action (VLA) model. It leverages an asynchronous Mixture-of-Transformers (MoT) architecture with joint attention sharing, which preserves the general reasoning capabilities of pre-trained VLMs while enabling efficient fast-slow inference through execution at different task frequencies.
15
+
16
+ The NuSync dataset is released alongside AutoMoT to support research in multi-task scene understanding and action-level tasks such as decision-making and trajectory planning in autonomous driving.
17
+
18
+ ## Citation
19
+
20
+ If you find this dataset or the AutoMoT model useful, please cite the following:
21
+
22
+ ```bibtex
23
+ @article{huang2026automot,
24
+ title = {AutoMoT: A Unified Vision-Language-Action Model with Asynchronous Mixture-of-Transformers for End-to-End Autonomous Driving},
25
+ author = {Wenhui Huang and Songyan Zhang and Qihang Huang and Zhidong Wang and Zhiqi Mao and Collister Chua and Zhan Chen and Long Chen and Chen Lv},
26
+ journal = {arXiv preprint arXiv:2603.14851},
27
+ year = {2026},
28
+ url = {https://arxiv.org/abs/2603.14851}
29
+ }
30
+
31
+ @inproceedings{jia2024bench,
32
+ title = {Bench2Drive: Towards Multi-Ability Benchmarking of Closed-Loop End-To-End Autonomous Driving},
33
+ author = {Xiaosong Jia and Zhenjie Yang and Qifeng Li and Zhiyuan Zhang and Junchi Yan},
34
+ booktitle = {NeurIPS 2024 Datasets and Benchmarks Track},
35
+ year = {2024}
36
+ }
37
+ ```