gitchee commited on
Commit
c55f575
·
verified ·
1 Parent(s): 942f253

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Dataset Card for nuScenes-Atk
3
+ ---
4
+ Dataset Description
5
+ Overview
6
+ 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.
7
+
8
+ Affiliation: SUN YAT-SEN University; Geely Auto
9
+ License: CC-BY-SA-4.0
10
+
11
+ Dataset Structure
12
+ The dataset consists of:
13
+ 150 scenes (6,019 samples), each 20 seconds long
14
+ Multiview video data from 6 camera perspectives
15
+ 3D bounding box annotations for all objects
16
+ Key statistics:
17
+
18
+ 12,858 instances
19
+ 254,436 ego poses
20
+ 225,085 total annotations
21
+
22
+ Usage
23
+
24
+ The nuScenes-Atk 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.
25
+
26
+ Creation Process
27
+
28
+ Source Data
29
+
30
+ Built upon the nuScenes validation set (150 scenes)
31
+ Uses nuScenes' original sensor data and annotations as foundation
32
+
33
+ Filtering
34
+
35
+ Scenarios are filtered to ensure:
36
+
37
+ No collisions between adversarial and other vehicles
38
+ Adversarial vehicle remains within 100m × 100m area around ego
39
+ Meaningful interaction with ego vehicle occurs
40
+
41
+ Intended Use
42
+
43
+ Robustness evaluation of autonomous driving systems
44
+ Stress-testing end-to-end AD models (e.g., UniAD, VAD, SparseDrive, DiffusionDrive)
45
+ Identifying failure modes in perception, prediction, and planning modules
46
+
47
+ Limitations
48
+
49
+ Currently focuses on single adversarial vehicles (though extendable to multiple)
50
+ Open-loop evaluation (no reactive ego agent)
51
+ Minor rendering artifacts compared to real sensor data
52
+
53
+ Ethical Considerations
54
+
55
+ Safety
56
+
57
+ Intended for research use in controlled environments only
58
+ Should not be used to train real-world systems without additional safety validation
59
+
60
+ Privacy
61
+
62
+ Based on nuScenes data which has already undergone anonymization
63
+ No additional privacy concerns introduced by generation process