LGJun 28, 2025

Cybersecurity-Focused Anomaly Detection in Connected Autonomous Vehicles Using Machine Learning

arXiv:2506.22984v14 citationsh-index: 3International Conference on Transportation and Development 2025
Originality Synthesis-oriented
AI Analysis

This addresses cybersecurity and safety issues for autonomous vehicle systems, but it is incremental as it applies existing methods to a new dataset.

This study tackled anomaly detection in connected autonomous vehicles by simulating vehicle behavior and using machine learning models, with the stacked LSTM model achieving an R2 of 0.9998 and the Random Forest model an R2 of 0.9830 for detecting abnormal driving patterns.

Anomaly detection in connected autonomous vehicles (CAVs) is crucial for maintaining safe and reliable transportation networks, as CAVs can be susceptible to sensor malfunctions, cyber-attacks, and unexpected environmental disruptions. This study explores an anomaly detection approach by simulating vehicle behavior, generating a dataset that represents typical and atypical vehicular interactions. The dataset includes time-series data of position, speed, and acceleration for multiple connected autonomous vehicles. We utilized machine learning models to effectively identify abnormal driving patterns. First, we applied a stacked Long Short-Term Memory (LSTM) model to capture temporal dependencies and sequence-based anomalies. The stacked LSTM model processed the sequential data to learn standard driving behaviors. Additionally, we deployed a Random Forest model to support anomaly detection by offering ensemble-based predictions, which enhanced model interpretability and performance. The Random Forest model achieved an R2 of 0.9830, MAE of 5.746, and a 95th percentile anomaly threshold of 14.18, while the stacked LSTM model attained an R2 of 0.9998, MAE of 82.425, and a 95th percentile anomaly threshold of 265.63. These results demonstrate the models' effectiveness in accurately predicting vehicle trajectories and detecting anomalies in autonomous driving scenarios.

Foundations

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

Your Notes