aykutkabaoglu commited on
Commit
e5e6ac5
·
verified ·
1 Parent(s): db57d65

Reorganize README

Browse files
Files changed (1) hide show
  1. README.md +11 -24
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  ---
16
 
17
 
18
- # Dataset Card for UAV-SEAD
19
 
20
  ## Citation
21
 
@@ -29,7 +29,7 @@ tags:
29
  }
30
  ```
31
 
32
- ## Dataset Details
33
 
34
  ### Dataset Description
35
  UAV-SEAD (State Estimation Anomaly Dataset) is a comprehensive, large-scale, real-world flight dataset designed to advance research in Fault Detection and Identification (FDI) for Unmanned Aerial Vehicles. It contains 1,396 categorized real-world flight logs totaling over 52.4 hours of flight data. Unlike existing benchmarks, it avoids synthetic fault injection, providing naturally occurring anomalies across diverse environmental and hardware configurations.
@@ -42,46 +42,34 @@ UAV-SEAD (State Estimation Anomaly Dataset) is a comprehensive, large-scale, rea
42
 
43
  ### Toolbox for Dataset Preprocessing and Annotation
44
  - https://github.com/aykutkabaoglu/ulog_annotation_tool
 
45
 
46
- ## Uses
47
 
48
- ### Direct Use
49
- - Benchmarking multivariate time-series anomaly detection algorithms.
50
- - Validating the robustness of Extended Kalman Filter (EKF) and other state estimators.
51
- - Developing predictive maintenance and fault identification systems for quadrotors.
52
-
53
- ## Dataset Structure
54
 
55
  The dataset is structured as a collection of multivariate time-series sequences.
56
  - **Point Anomalies:** Spikes and outliers in sensor readings.
57
  - **Contextual Anomalies:** Readings that are only anomalous relative to the flight state (e.g., zero altitude during thrust).
58
  - **Collective Anomalies:** Sustained drifts or patterns indicating gradual system failure.
59
 
60
- ## Dataset Creation
61
-
62
- ### Curation Rationale
63
- Research in UAV safety is currently limited by a lack of real-world data. Most datasets are simulated or contain artificial, "clean" faults. UAV-SEAD was created to capture the messy, stochastic nature of real-world hardware failures and environmental noise.
64
-
65
- ### Source Data
66
 
67
  #### Data Collection and Processing
68
  Data was harvested from a fleet of custom-built, PX4-based quadrotors.
69
- - **Hardware:** Multiple airframes with variations in motor sizes, weights, and sensor suites.
70
  - **Environments:** Flight missions conducted in indoor hangars, warehouses, and open outdoor spaces.
71
- - **Cleaning:** Raw ULog data was converted to CSV, synchronized to a common time-base, and validated for continuity.
72
-
73
- ### Annotations
74
 
75
  #### Annotation process
76
  Annotation was performed via **Physically-Constrained Expert Evaluation**. Human experts identified state estimation divergences by comparing autopilot estimates with real-world observed outcomes. Labels were verified against physical flight dynamics to ensure the statistical anomalies correlate with actual physical events.
77
 
78
- #### Who are the annotators?
79
- Domain experts in UAV flight control and autonomous systems.
80
-
81
  ### Bias, Risks, and Limitations of Data Collection
82
  - **Platform Specificity:** Limited to multi-rotor dynamics (quadrotors). Limited outdoor flights with GPS availability.
83
 
84
- ## Dataset Statistics
 
85
 
86
  ### Annotated Data Flight Source Statistics
87
  Annotated Number of Flight: 1396
@@ -200,7 +188,6 @@ The dataset follows a **Superset Schema** of 1897 unique columns. Fields are gro
200
 
201
 
202
 
203
-
204
  ### Dataset Features
205
  Major PX4 topics that can mostly be found in flight logs and their descriptions:
206
 
 
15
  ---
16
 
17
 
18
+ # DATASET CARD for UAV-SEAD
19
 
20
  ## Citation
21
 
 
29
  }
30
  ```
31
 
32
+ ## DATASET INFORMATION
33
 
34
  ### Dataset Description
35
  UAV-SEAD (State Estimation Anomaly Dataset) is a comprehensive, large-scale, real-world flight dataset designed to advance research in Fault Detection and Identification (FDI) for Unmanned Aerial Vehicles. It contains 1,396 categorized real-world flight logs totaling over 52.4 hours of flight data. Unlike existing benchmarks, it avoids synthetic fault injection, providing naturally occurring anomalies across diverse environmental and hardware configurations.
 
42
 
43
  ### Toolbox for Dataset Preprocessing and Annotation
44
  - https://github.com/aykutkabaoglu/ulog_annotation_tool
45
+ - Use readme in the `ulog_annotation_tool` repository to start using dataset. The first step is converting raw flight logs into csv files. Then the flight logs can be used for plotting and labeling.
46
 
47
+ ## DATASET CREATION AND USAGE
48
 
49
+ ### Dataset Structure
 
 
 
 
 
50
 
51
  The dataset is structured as a collection of multivariate time-series sequences.
52
  - **Point Anomalies:** Spikes and outliers in sensor readings.
53
  - **Contextual Anomalies:** Readings that are only anomalous relative to the flight state (e.g., zero altitude during thrust).
54
  - **Collective Anomalies:** Sustained drifts or patterns indicating gradual system failure.
55
 
56
+ ### Use Cases
57
+ - Benchmarking multivariate time-series anomaly detection algorithms.
58
+ - Developing predictive maintenance and fault identification systems for quadrotors.
 
 
 
59
 
60
  #### Data Collection and Processing
61
  Data was harvested from a fleet of custom-built, PX4-based quadrotors.
62
+ - **Hardware:** Multiple airframes with variations in motor sizes, weights, and sensor suites. Check paper for hardware details.
63
  - **Environments:** Flight missions conducted in indoor hangars, warehouses, and open outdoor spaces.
 
 
 
64
 
65
  #### Annotation process
66
  Annotation was performed via **Physically-Constrained Expert Evaluation**. Human experts identified state estimation divergences by comparing autopilot estimates with real-world observed outcomes. Labels were verified against physical flight dynamics to ensure the statistical anomalies correlate with actual physical events.
67
 
 
 
 
68
  ### Bias, Risks, and Limitations of Data Collection
69
  - **Platform Specificity:** Limited to multi-rotor dynamics (quadrotors). Limited outdoor flights with GPS availability.
70
 
71
+
72
+ ## DATASET STATISTICS
73
 
74
  ### Annotated Data Flight Source Statistics
75
  Annotated Number of Flight: 1396
 
188
 
189
 
190
 
 
191
  ### Dataset Features
192
  Major PX4 topics that can mostly be found in flight logs and their descriptions:
193