LGJun 21, 2024

FT-AED: Benchmark Dataset for Early Freeway Traffic Anomalous Event Detection

arXiv:2406.15283v222 citations
Originality Synthesis-oriented
AI Analysis

This addresses delays in emergency response for traffic management by providing a benchmark dataset, though it is incremental as it focuses on data creation and initial benchmarking.

The authors tackled the problem of early detection of freeway traffic anomalies like accidents by introducing the first large-scale lane-level dataset for this task, and they demonstrated that unsupervised graph neural network autoencoders can reduce reporting delays by over 10 minutes on average while detecting 75% of crashes.

Early and accurate detection of anomalous events on the freeway, such as accidents, can improve emergency response and clearance. However, existing delays and errors in event identification and reporting make it a difficult problem to solve. Current large-scale freeway traffic datasets are not designed for anomaly detection and ignore these challenges. In this paper, we introduce the first large-scale lane-level freeway traffic dataset for anomaly detection. Our dataset consists of a month of weekday radar detection sensor data collected in 4 lanes along an 18-mile stretch of Interstate 24 heading toward Nashville, TN, comprising over 3.7 million sensor measurements. We also collect official crash reports from the Nashville Traffic Management Center and manually label all other potential anomalies in the dataset. To show the potential for our dataset to be used in future machine learning and traffic research, we benchmark numerous deep learning anomaly detection models on our dataset. We find that unsupervised graph neural network autoencoders are a promising solution for this problem and that ignoring spatial relationships leads to decreased performance. We demonstrate that our methods can reduce reporting delays by over 10 minutes on average while detecting 75% of crashes. Our dataset and all preprocessing code needed to get started are publicly released at https://vu.edu/ft-aed/ to facilitate future research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes