fengtt42 commited on
Commit
d46acb3
·
verified ·
1 Parent(s): dea6db5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -11,6 +11,43 @@ size_categories:
11
  - 10K<n<100K
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ## 1. 文件分类
15
  - U2USim_2_Windows_version 仿真环境的windows打包版本
16
  - U2USim_2_Linux_version 仿真环境的Linux20.04打包版本
 
11
  - 10K<n<100K
12
  ---
13
 
14
+ ## Abstract
15
+ Swarm UAV autonomous flight for Long-Horizon (LH) tasks is crucial for advancing the low-altitude economy.
16
+ However, existing methods focus only on specific basic tasks due to dataset limitations, failing in real-world deployment for LH tasks.
17
+ LH tasks are not mere concatenations of basic tasks, requiring handling long-term dependencies, maintaining persistent states, and adapting to dynamic goal shifts.
18
+ 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.
19
+ 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.
20
+ This dataset also includes brightness, temperature, humidity, smoke, and airflow values covering all flight routes.
21
+ The platform supports the customization of simulators, UAVs, sensors, flight algorithms, formation modes, and LH tasks.
22
+ 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.
23
+ U2UData-2 also introduces an LH task for **wildlife conservation** and provides comprehensive benchmarks with 9 SOTA models.
24
+ U2UData-2 can be found at https://fengtt42.github.io/U2UData-2/.
25
+
26
+ ## Helper
27
+ If you need the full dataset, you can send an email to obtain the Baidu Cloud link for downloading.
28
+ PPM is a binary image format. If you need PNG format, we provide conversion code, which you can download and convert by yourself.
29
+ 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.
30
+
31
+ ## Cite
32
+ @inproceedings{feng2025u2udata2scalableswarmuavs,
33
+
34
+ title={U2UData-2: A Scalable Swarm UAVs Autonomous Flight Dataset for Long-horizon Tasks},
35
+
36
+ author={Tongtong Feng and Xin Wang and Feilin Han and Leping Zhang and Wenwu Zhu},
37
+
38
+ year={2025},
39
+
40
+ url={https://arxiv.org/abs/2509.00055}
41
+
42
+ }
43
+
44
+ U2UData-2: https://huggingface.co/papers/2509.00055
45
+
46
+ ## Web Link
47
+ https://fengtt42.github.io/U2UData-2/
48
+
49
+
50
+
51
  ## 1. 文件分类
52
  - U2USim_2_Windows_version 仿真环境的windows打包版本
53
  - U2USim_2_Linux_version 仿真环境的Linux20.04打包版本