LGAIDec 25, 2020

Graph Convolutional Networks for traffic anomaly

arXiv:2012.13637v111 citations
AI Analysis

This paper tackles the problem of detecting large-scale traffic disruptions for urban planners and traffic management systems, offering significant improvements over existing methods.

This paper addresses the challenge of detecting traffic anomalies using Origin-Destination (OD) matrix data, which is often sparse and high-dimensional. The authors propose Context-augmented Graph Autoencoder (Con-GAE), which improves AUC scores by 0.1-0.4 over state-of-the-art baselines on real-world large-scale OD matrix datasets.

Event detection has been an important task in transportation, whose task is to detect points in time when large events disrupts a large portion of the urban traffic network. Travel information {Origin-Destination} (OD) matrix data by map service vendors has large potential to give us insights to discover historic patterns and distinguish anomalies. However, to fully capture the spatial and temporal traffic patterns remains a challenge, yet serves a crucial role for effective anomaly detection. Meanwhile, existing anomaly detection methods have not well-addressed the extreme data sparsity and high-dimension challenges, which are common in OD matrix datasets. To tackle these challenges, we formulate the problem in a novel way, as detecting anomalies in a set of directed weighted graphs representing the traffic conditions at each time interval. We further propose \textit{Context augmented Graph Autoencoder} (\textbf{Con-GAE }), that leverages graph embedding and context embedding techniques to capture the spatial traffic network patterns while working around the data sparsity and high-dimensionality issue. Con-GAE adopts an autoencoder framework and detect anomalies via semi-supervised learning. Extensive experiments show that our method can achieve up can achieve a 0.1-0.4 improvements of the area under the curve (AUC) score over state-of-art anomaly detection baselines, when applied on several real-world large scale OD matrix datasets.

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