Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
pretty_name: Humanoid Perception Anomaly Signals
|
| 5 |
+
tags:
|
| 6 |
+
- humanoid
|
| 7 |
+
- robotics
|
| 8 |
+
- perception
|
| 9 |
+
- anomaly-detection
|
| 10 |
+
- sensors
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
task_categories:
|
| 14 |
+
- other
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Humanoid Perception Anomaly Signals (HPAS)
|
| 18 |
+
|
| 19 |
+
## Abstract
|
| 20 |
+
|
| 21 |
+
HPAS contains structured anomaly signals detected
|
| 22 |
+
from humanoid sensor fusion systems during operation.
|
| 23 |
+
|
| 24 |
+
The dataset supports anomaly detection, sensor
|
| 25 |
+
confidence modeling, and environmental uncertainty research.
|
| 26 |
+
|
| 27 |
+
## Fields
|
| 28 |
+
|
| 29 |
+
- timestamp
|
| 30 |
+
- sensor_type
|
| 31 |
+
- raw_signal_variance
|
| 32 |
+
- anomaly_score
|
| 33 |
+
- confidence_level
|
| 34 |
+
- environment_context
|
| 35 |
+
|
| 36 |
+
## Intended Research
|
| 37 |
+
|
| 38 |
+
- Sensor anomaly detection
|
| 39 |
+
- Confidence calibration
|
| 40 |
+
- Environmental uncertainty modeling
|
| 41 |
+
|
| 42 |
+
## License
|
| 43 |
+
|
| 44 |
+
MIT
|