fengtt42 commited on
Commit
ce6c5b4
·
verified ·
1 Parent(s): d6e5d76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -2
README.md CHANGED
@@ -1,6 +1,30 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Dataset Size
5
  Since the entire dataset is **3.6T** in total, we only upload the dataset for one scenario, which is **252G** in total.
6
 
@@ -9,7 +33,17 @@ Since the entire dataset is **3.6T** in total, we only upload the dataset for on
9
  ## Helper
10
 
11
  If you need the full dataset, you can send an email to obtain the Baidu Cloud link for downloading.
12
-
13
  PPM is a binary image format. If you need PNG format, we provide conversion code, which you can download and convert by yourself.
14
-
15
  I have full parameter information for each trajectory. If you need other parameter information, such as IMU, detailed drone parameters, etc., you can contact me by email at any time.
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - token-classification
5
+ tags:
6
+ - UAV
7
+ - Robots
8
+ - Swarm
9
+ - Embodied
10
+ pretty_name: Swarm_UAV_dataset_2
11
+ size_categories:
12
+ - n>1T
13
  ---
14
+
15
+ ## Abstract
16
+ Swarm UAV autonomous flight for Long-Horizon (LH) tasks is crucial for advancing the low-altitude economy.
17
+ However, existing methods focus only on specific basic tasks due to dataset limitations, failing in real-world deployment for LH tasks.
18
+ LH tasks are not mere concatenations of basic tasks, requiring handling long-term dependencies, maintaining persistent states, and adapting to dynamic goal shifts.
19
+ This paper presents U2UData-2, the first large-scale swarm UAV autonomous flight dataset for LH tasks and the first scalable swarm UAV data online collection and algorithm closed-loop verification platform.
20
+ The dataset is captured by 15 UAVs in autonomous collaborative flights for LH tasks, comprising 12 scenes, 720 traces, 120 hours, 600 seconds per trajectory, 4.32M LiDAR frames, and 12.96M RGB frames.
21
+ This dataset also includes brightness, temperature, humidity, smoke, and airflow values covering all flight routes.
22
+ The platform supports the customization of simulators, UAVs, sensors, flight algorithms, formation modes, and LH tasks.
23
+ Through a visual control window, this platform allows users to collect customized datasets through one-click deployment online and to verify algorithms by closed-loop simulation.
24
+ U2UData-2 also introduces an LH task for **wildlife conservation** and provides comprehensive benchmarks with 9 SOTA models.
25
+ U2UData-2 can be found at https://fengtt42.github.io/U2UData-2/.
26
+
27
+
28
  ## Dataset Size
29
  Since the entire dataset is **3.6T** in total, we only upload the dataset for one scenario, which is **252G** in total.
30
 
 
33
  ## Helper
34
 
35
  If you need the full dataset, you can send an email to obtain the Baidu Cloud link for downloading.
 
36
  PPM is a binary image format. If you need PNG format, we provide conversion code, which you can download and convert by yourself.
 
37
  I have full parameter information for each trajectory. If you need other parameter information, such as IMU, detailed drone parameters, etc., you can contact me by email at any time.
38
+
39
+
40
+ ## Cite
41
+ @inproceedings{feng2025u2udata2scalableswarmuavs,
42
+ title={U2UData-2: A Scalable Swarm UAVs Autonomous Flight Dataset for Long-horizon Tasks},
43
+ author={Tongtong Feng and Xin Wang and Feilin Han and Leping Zhang and Wenwu Zhu},
44
+ year={2025},
45
+ url={https://arxiv.org/abs/2509.00055}
46
+ }
47
+
48
+ ## Web Link
49
+ https://fengtt42.github.io/U2UData-2/