LGAICROct 17, 2021

Black-box Adversarial Attacks on Network-wide Multi-step Traffic State Prediction Models

arXiv:2110.08712v124 citations
Originality Incremental advance
AI Analysis

This work addresses safety concerns for Intelligent Transportation Systems by demonstrating vulnerabilities in deep learning models, though it is incremental as it applies known black-box attack methods to a specific domain.

The authors tackled the problem of adversarial attacks on network-wide multi-step traffic state prediction models by proposing a black-box attack framework, which degraded the prediction accuracy of state-of-the-art graph neural network models by up to 54%, while conventional statistical models were minimally affected.

Traffic state prediction is necessary for many Intelligent Transportation Systems applications. Recent developments of the topic have focused on network-wide, multi-step prediction, where state of the art performance is achieved via deep learning models, in particular, graph neural network-based models. While the prediction accuracy of deep learning models is high, these models' robustness has raised many safety concerns, given that imperceptible perturbations added to input can substantially degrade the model performance. In this work, we propose an adversarial attack framework by treating the prediction model as a black-box, i.e., assuming no knowledge of the model architecture, training data, and (hyper)parameters. However, we assume that the adversary can oracle the prediction model with any input and obtain corresponding output. Next, the adversary can train a substitute model using input-output pairs and generate adversarial signals based on the substitute model. To test the attack effectiveness, two state of the art, graph neural network-based models (GCGRNN and DCRNN) are examined. As a result, the adversary can degrade the target model's prediction accuracy up to $54\%$. In comparison, two conventional statistical models (linear regression and historical average) are also examined. While these two models do not produce high prediction accuracy, they are either influenced negligibly (less than $3\%$) or are immune to the adversary's attack.

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