An open API service indexing awesome lists of open source software.

https://github.com/opendrivelab/nexus

Nexus: Decoupled Diffusion Sparks Adaptive Scene Generation
https://github.com/opendrivelab/nexus

diffusion-models scene-generation world-models

Last synced: 7 months ago
JSON representation

Nexus: Decoupled Diffusion Sparks Adaptive Scene Generation

Awesome Lists containing this project

README

          

Image description

# Decoupled Diffusion Sparks Adaptive Scene Generation




Nexus: v1.0


License: Apache2.0

Video 1

Video 2

Video 3

Video 4

> [Yunsong Zhou](https://zhouyunsong.github.io/), [Naisheng Ye](https://Y-vic.github.io/), William Ljungbergh, Tianyu Li, _et al._
> - :mailbox_with_mail: Primary contact: [Yunsong Zhou]((https://zhouyunsong-sjtu.github.io/)) ( zhouyunsong2017@gmail.com )

## Highlights

:fire: **Nexus** is a **noise-decoupled** prediction pipeline designed for adaptive driving scene generation, ensuring both `timely reaction⏲️` and `goal-directed control🥅`.

:star2: Nexus can generate realistic `safety-critical` driving scenarios by flexibly controlling the future state of a scene, with the assistance of NeRF.

Video 1

Video 2

Video 3

Video 4

## News

- `[2024/04]` Nexus [paper](https://arxiv.org/abs/2504.10485) released.
- `[2025/04]` Nexus code and data initially released.

## Table of Contents

1. [Highlights](#highlights)
2. [News](#news)
3. [TODO List](#todo)
4. [Getting Started](#get-start)
5. [Dataset](#dataset)
6. [License and Citation](#license-and-citation)
7. [Related Resources](#resources)

## TODO List

- [ ] Guidance tutorial
- [x] Training code
- [x] Nexus & checkpoint
- [x] Initial repo & paper

## Getting Started
- [Installation](docs/install.md)
- [Try Our Demo 🔥](docs/demo.md)
- [Prepare Dataset](docs/prepare_dataset.md)
- [Train and Eval](docs/train_eval.md)

## Dataset

Image description

Nexus-Data is induced from real-world scenarios, in which we can obtain real-world map topology and layout. It also includes hazardous driving behaviors through interactions introduced by adversarial traffic generation. The safety-critical scenarios (on nuPlan dataset) can be obtained through this 🔗[data link](https://huggingface.co/datasets/OpenDriveLab-org/Nexus-data/tree/main).

## License and Citation

All assets and code in this repository are under the [Apache 2.0 license](./LICENSE) unless specified otherwise. The data is under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Please consider citing our paper and project if they help your research.

```BibTeX
@article{zhou2024decoupled,
title={Decoupled Diffusion Sparks Adaptive Scene Generation},
author={Zhou, Yunsong and Ye, Naisheng and Ljungbergh, William and Li, Tianyu and Yang, Jiazhi and Yang, Zetong and Zhu, Hongzi and Petersson, Christoffer and Li, Hongyang},
journal={arXiv preprint arXiv:2504.10485},
year={2025}
}
```

## Related Resources

We acknowledge all the open-source contributors for the following projects to make this work possible:

- [GUMP](https://github.com/HorizonRobotics/GUMP) | [DiffusionPlanner](https://github.com/ZhengYinan-AIR/Diffusion-Planner)


Twitter Follow

- [SimGen](https://github.com/OpenDriveLab/DriveAGI) | [Vista](https://github.com/OpenDriveLab/Vista) | [Centaur](https://github.com/OpenDriveLab/Centaur)
- [MTGS](https://github.com/OpenDriveLab/MTGS) | [OpenLane-V2](https://github.com/OpenDriveLab/OpenLane-V2) | [OpenScene](https://github.com/OpenDriveLab/OpenScene)