--- license: cc-by-4.0 pretty_name: Overhead Traffic Anomalies (OTA) language: en tags: [traffic, computer-vision, anomaly-detection, surveillance, trajectories, ranking, ndcg] task_categories: - video-classification - time-series-forecasting - object-detection --- # Overhead Traffic Anomalies (OTA) This dataset contains traffic anomalies from **static overhead cameras** (intersections/roundabouts). It includes **32 anomaly categories** with a **relevance mapping** for severity-aware evaluation. For each camera, we provide video frames with YOLOv8 detections, including 24 h of training footage and 48 h of test footage with **1027 anomaly annotations**. *Created as part of the Master’s thesis by Hanna Lichtenberg (2025), in cooperation with Starwit Technologies GmbH. See the thesis for details and baseline NDCG@50 results.* ## What’s inside - **Three camera scenes** (each with `traindata` and `testdata`). - **Frames** (320×180) as WebDataset `.tar` shards (`frames-xxxxx.tar`) plus a global `index.csv`. - **Object detections** (YOLOv8) with tracking IDs and geo-coordinates in `object_detections.json`. - **Anomaly annotations** in `anomaly-labels.csv` (test split only). - **Label dictionary** in `event_labels.txt` and **relevance mapping** in `relevance_mapping.json`. #### Anomaly labels - `label ∈ {-1, 0, 1, …, 32}` - `-1` = marks detection/tracking artifacts so they don’t bias evaluation (e.g., spurious box, ID switch) - `1…32` = anomaly categories (see `event_labels.txt`) - unlabeled trajectories are treated as normal (label `0`) - **Relevance degrees** (0–4) for severity-aware evaluation in `relevance_mapping.json`. The category→relevance mapping is subjective and may be adapted to match different application priorities. - `0`: FP/uninteresting - `1`: rather uninteresting anomaly - `2`: relevant anomaly - `3`: high relevance - `4`: critical relevance (dangerous behavior) #### Example anomaly categories - **Wrong-way driving** *(IDs: 22, 23)* — vehicle travels against permitted direction - **Fast driving** *(ID: 11)* — reckless speeding relative to scene context - **Traffic tie-up** *(ID: 16)* — blockage or standstill due to congestion/obstruction - **Cutting off another vehicle** *(IDs: 18, 19)* — failing to yield / forcing an agent to brake - **Broken-down vehicle** *(ID: 25)* — stationary/disabled vehicle on a public road. - **Getting off the road** *(IDs: 28, 29)* — getting off the roadway / parking on sidewalk