Pixtella commited on
Commit
a5a17c0
·
verified ·
1 Parent(s): 4a99777

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -3
README.md CHANGED
@@ -1,3 +1,74 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ ---
4
+
5
+ # Dataset Card for Adv-nuSc
6
+
7
+ ## Dataset Description
8
+
9
+ ### Overview
10
+
11
+ The Adv-nuSc dataset is a collection of adversarial driving scenarios generated by the *Challenger* framework, designed to evaluate the robustness of autonomous driving (AD) systems. It builds upon the nuScenes validation set, introducing intentionally challenging interactions that stress-test AD models with aggressive maneuvers like cut-ins, sudden lane changes, tailgating, and blind spot intrusions.
12
+
13
+ - **Curated by**: Zhiyuan Xu, Bohan Li, Huan-ang Gao, Mingju Gao, Yong Chen, Ming Liu, Chenxu Yan, Hang Zhao, Shuo Feng, Hao Zhao
14
+ - **Affiliation**: Tsinghua University; Geely Auto
15
+ - **License**: CC-BY-SA-4.0
16
+ - **Project Page**: [Challenger](https://pixtella.github.io/Challenger/)
17
+
18
+ ### Dataset Structure
19
+
20
+ The dataset consists of:
21
+ - **156 scenes** (6,115 samples), each 20 seconds long
22
+ - **Multiview video data** from 6 camera perspectives
23
+ - **3D bounding box annotations** for all objects
24
+
25
+ Key statistics:
26
+ - 12,858 instances
27
+ - 254,436 ego poses
28
+ - 225,085 total annotations
29
+
30
+ ### Usage
31
+
32
+ The Adv-nuSc dataset is in nuScenes format. However, a few minor modifications are needed to evaluate common end-to-end autonomous driving models on it. Please follow instructions in [Eval E2E](https://github.com/Pixtella/Challenger#6-evaluating-end-to-end-autonomous-driving-models-on-the-generated-adversarial-dataset).
33
+
34
+ ## Creation Process
35
+
36
+ ### Source Data
37
+ - Built upon the nuScenes validation set (150 scenes)
38
+ - Uses nuScenes' original sensor data and annotations as foundation
39
+
40
+ ### Adversarial Generation
41
+ 1. **Trajectory Generation**: Uses diffusion models to create diverse adversarial maneuvers
42
+ 2. **Physics Simulation**: Simulates trajectories with an LQR controller and kinematic bicycle model
43
+ 3. **Multi-round Refinement**: Iteratively improves trajectories using:
44
+ - Drivable area compliance checks
45
+ - Collision avoidance
46
+ - Adversarial challenge scoring
47
+ 4. **Neural Rendering**: Produces photorealistic multiview videos using MagicDriveDiT
48
+
49
+ ### Filtering
50
+ Scenarios are filtered to ensure:
51
+ - No collisions between adversarial and other vehicles
52
+ - Adversarial vehicle remains within 100m × 100m area around ego
53
+ - Meaningful interaction with ego vehicle occurs
54
+
55
+ ## Intended Use
56
+
57
+ - **Robustness evaluation** of autonomous driving systems
58
+ - **Stress-testing** end-to-end AD models (e.g., UniAD, VAD, SparseDrive, DiffusionDrive)
59
+ - **Identifying failure modes** in perception, prediction, and planning modules
60
+
61
+ ### Limitations
62
+ - Currently focuses on single adversarial vehicles (though extendable to multiple)
63
+ - Open-loop evaluation (no reactive ego agent)
64
+ - Minor rendering artifacts compared to real sensor data
65
+
66
+ ## Ethical Considerations
67
+
68
+ ### Safety
69
+ - Intended for research use in controlled environments only
70
+ - Should not be used to train real-world systems without additional safety validation
71
+
72
+ ### Privacy
73
+ - Based on nuScenes data which has already undergone anonymization
74
+ - No additional privacy concerns introduced by generation process