Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: Autonomous Driving Multi-Sensor Coherence Baseline Modeling v0.1
|
| 6 |
+
dataset_name: autonomous-driving-multisensor-coherence-baseline-modeling-v0.1
|
| 7 |
+
tags:
|
| 8 |
+
- clarusc64
|
| 9 |
+
- autonomous-driving
|
| 10 |
+
- multisensor
|
| 11 |
+
- coherence
|
| 12 |
+
- perception
|
| 13 |
+
- world-model
|
| 14 |
+
task_categories:
|
| 15 |
+
- tabular-regression
|
| 16 |
+
- time-series-forecasting
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: data/train.csv
|
| 24 |
+
- split: test
|
| 25 |
+
path: data/test.csv
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
What this dataset tests
|
| 29 |
+
|
| 30 |
+
Whether a system can model
|
| 31 |
+
the expected coherence of a sensor suite
|
| 32 |
+
for a given driving context.
|
| 33 |
+
|
| 34 |
+
The output is a baseline and tolerance band.
|
| 35 |
+
This is the reference for later decoherence detection.
|
| 36 |
+
|
| 37 |
+
Required outputs
|
| 38 |
+
|
| 39 |
+
- baseline_coherence_score
|
| 40 |
+
- expected_sensor_alignment
|
| 41 |
+
- cross_modal_correlation
|
| 42 |
+
- stability_band
|
| 43 |
+
- drift_tolerance
|
| 44 |
+
- baseline_confidence
|
| 45 |
+
|
| 46 |
+
Scoring conventions
|
| 47 |
+
|
| 48 |
+
- all scores range 0 to 1
|
| 49 |
+
- stability band is a low-high interval
|
| 50 |
+
- drift tolerance encodes how much map/sensor mismatch is normal in context
|
| 51 |
+
|
| 52 |
+
Use case
|
| 53 |
+
|
| 54 |
+
Layer one of Anomaly Detection via System-Wide Decoherence.
|
| 55 |
+
|
| 56 |
+
Supports:
|
| 57 |
+
- early decoherence onset detection
|
| 58 |
+
- sensor health monitoring
|
| 59 |
+
- graceful degradation triggers
|