Datasets:
Formats:
csv
Size:
10M - 100M
Tags:
humanoid-robotics
fall-prediction
machine-learning
sensor-data
robotics
temporal-convolutional-networks
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Fall Prediction Dataset for Humanoid Robots"
|
| 3 |
+
datasets:
|
| 4 |
+
- naos-fall-prediction
|
| 5 |
+
tags:
|
| 6 |
+
- humanoid-robotics
|
| 7 |
+
- fall-prediction
|
| 8 |
+
- machine-learning
|
| 9 |
+
- sensor-data
|
| 10 |
+
- robotics
|
| 11 |
+
- temporal-convolutional-networks
|
| 12 |
+
license:
|
| 13 |
+
- apache-2.0
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Fall Prediction Dataset for Humanoid Robots
|
| 17 |
+
|
| 18 |
+
## Dataset Summary
|
| 19 |
+
This dataset consists of **37.9 hours of real-world sensor data** collected from **20 Nao humanoid robots** over the course of one year in various test environments, including RoboCup soccer matches. The dataset includes **18.3 hours of walking data**, featuring **2519 falls**. It captures a wide range of activities such as omni-directional walking, collisions, standing up, and falls on various surfaces like artificial turf and carpets.
|
| 20 |
+
|
| 21 |
+
The dataset is primarily designed to support the development and evaluation of fall prediction algorithms for humanoid robots. It includes data from multiple sensors, such as gyroscopes, accelerometers, and force-sensing resistors (FSR), recorded at a high frequency to track robot movements and falls with precision.
|
| 22 |
+
|
| 23 |
+
Using this dataset, the **RePro-TCN model** was developed, which outperforms existing fall prediction methods under real-world conditions. This model leverages **temporal convolutional networks (TCNs)** and incorporates advanced training techniques like **progressive forecasting** and **relaxed loss formulations**.
|
| 24 |
+
|
| 25 |
+
## Dataset Structure
|
| 26 |
+
- **Duration**: 37.9 hours total, 18.3 hours of walking
|
| 27 |
+
- **Falls**: 2519 falls during walking scenarios
|
| 28 |
+
- **Data Types**: Gyroscope (roll, pitch), accelerometer (x, y, z), body angle, and force-sensing resistors (FSR) per foot.
|
| 29 |
+
|
| 30 |
+
## Use Cases
|
| 31 |
+
- Humanoid robot fall prediction and prevention
|
| 32 |
+
- Robot control algorithm benchmarking
|
| 33 |
+
- Temporal sequence modeling in robotics
|
| 34 |
+
|
| 35 |
+
## Licensing
|
| 36 |
+
This dataset is shared under the **apache-2.0** license, allowing use and modification with proper attribution, as long as derivatives are shared alike.
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
If you use this dataset in your research, please cite it as follows:
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
license: apache-2.0
|
| 43 |
+
---
|