Synthetic Airborne Intruder Dataset: A dataset based on High-Resolution Inpainting for Safety Critical Detect and Avoid
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/8297255
下载链接
链接失效反馈官方服务:
资源简介:
Modern machine learning techniques have shown tremendous potential, especially for object detection on camera images. For this reason, they are also used to enable safety-critical automated processes such as autonomous drone flights. We present a study on object detection for Detect and Avoid, a safety critical function for drones that detects air traffic during automated flights for safety reasons. An ill-posed problem is the generation of good and especially large data sets, since detection itself is the corner case. Most models suffer from limited ground truth in raw data, e.g. recorded air traffic or frontal flight with a small aircraft. It often leads to poor and critical detection rates. We overcome this problem by using inpainting methods to bootstrap the dataset such that it explicitly contains the corner cases of the raw data. We provide an overview of inpainting methods and generative models and present an example pipeline given a small annotated dataset. We validate our method by generating a high-resolution dataset and present it to an independent object detector that was fully trained on real data.
This dataset is represented in the following repository. The dataset is structured as follows:
# Synthetic Airborne Intruder Dataset
This dataset was syntheticaly generated using an adapted [Pix2Pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) with different background images and object segementations. Each image contains one object instance.
The annotations are in the COCO annotation format.
## Data Structure
Synthetic Dataset Root:
--train
|--images
|--instances.json
--val
|--images
|--instances.json
--test
|--images
|--instances.json
--Background_Sources
|--sources_train.csv
|--sources_val.csv
|--sources_test.cs
--README.md
## Categories
| Id | Name | Instances over all splits |
| ---| --- | --- |
| 0 | large airplane | 1695 |
| 1 | small airplane | 1255 |
| 2 | very small airplane | 46 |
| 3 | helicopter | 2201 |
| 4 | drone | 961 |
| 5 | hot air balloon | 315 |
| 6 | paraglider | 565 |
| 7 | airship | 42 |
| 8 | UFO | 0 |
### Note:
UFO is a placeholder for future expansion of the dataset.
## Splits
The dataset consists of 3 splits: train 5900 images, val 590 images, test 590 images.
The Number of instances per class and per split can be seen in the table below:
Class | train | val | test
-------|-------|-----|--------
large airplane | 1416 | 142 | 137
small airplane | 1046 | 96 | 113
very small airplane | 38 | 2 | 6
helicopter | 1812 | 206 | 183
drone | 800 | 86 | 75
hot air balloon | 268 | 21 | 26
paragliders | 492 | 32 | 41
airship | 28 | 5 | 9
UFO | 0 | 0 | 0
## Sources
The sources of the background images can be found in the files [here](./Background_Sources/).
创建时间:
2023-08-30



