Graph autoencoder with mirror temporal convolutional networks for traffic anomaly detection

Zhiyu Ren,Xiaojie Li,Jing Peng,Ken Chen,Qushan Tan,Xi Wu,Canghong Shi
DOI: https://doi.org/10.1038/s41598-024-51374-3
IF: 4.6
2024-01-14
Scientific Reports
Abstract:Traffic time series anomaly detection has been intensively studied for years because of its potential applications in intelligent transportation. However, classical traffic anomaly detection methods often overlook the evolving dynamic associations between road network nodes, which leads to challenges in capturing the long-term temporal correlations, spatial characteristics, and abnormal node behaviors in datasets with high periodicity and trends, such as morning peak travel periods. In this paper, we propose a mirror temporal graph autoencoder (MTGAE) framework to explore anomalies and capture unseen nodes and the spatiotemporal correlation between nodes in the traffic network. Specifically, we propose the mirror temporal convolutional module to enhance feature extraction capabilities and capture hidden node-to-node features in the traffic network. Morever, we propose the graph convolutional gate recurrent unit cell (GCGRU CELL) module. This module uses Gaussian kernel functions to map data into a high-dimensional space, and enables the identification of anomalous information and potential anomalies within the complex interdependencies of the traffic network, based on prior knowledge and input data. We compared our work with several other advanced deep-learning anomaly detection models. Experimental results on the NYC dataset illustrate that our model works best compared to other models for traffic anomaly detection.
multidisciplinary sciences
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper primarily aims to address the issue of anomaly detection in traffic networks. Specifically, traditional traffic anomaly detection methods often overlook the dynamic correlations between nodes in the road network, making it difficult to capture long-term temporal correlations, spatial features, and anomalous node behaviors in high periodicity and trends within the dataset. To tackle these issues, the authors propose a framework called Mirror Temporal Graph Autoencoder (MTGAE). The main contributions of MTGAE are as follows: 1. **Proposed a new anomaly detection framework**: By exploring potential anomaly information in complex dependencies and better capturing the hidden features between nodes in the traffic network. 2. **Constructed a Mirror Temporal Convolution Module (MTCM)**: Capable of adapting to datasets of different lengths, maximizing the perceptual field of TCN, thereby capturing and cascading hidden information between nodes. 3. **Proposed a Graph Convolutional Gated Recurrent Unit Module (GCGRU CELL)**: Combined with MTCM, it captures long-term and short-term dependencies anomalies in spatiotemporal data, maximizing the extraction of spatiotemporal features and potential anomaly information. In summary, the paper aims to improve the accuracy and efficiency of traffic anomaly detection by enhancing existing graph convolutional network and temporal convolutional network technologies. Experimental results show that MTGAE outperforms other advanced deep learning anomaly detection models on the NYC dataset.