Sensitivity Analysis of GRU, LSTM and Transformer Encoder in Classification of Automated Driving Systems
Researchers evaluate the effectiveness of three sequence-based classification models for identifying Level 2 automated driving systems using vehicle telematics data.
Intelligence analysis by Llama 3.3 70B

The study assesses the performance of GRU, LSTM, and Transformer encoder models in classifying automated driving systems, including Comma Openpilot, Tesla Autopilot, and Cadillac Super Cruise.
Imagine you're in a self-driving car, and it's using special computers to navigate the road. This study is about how well those computers can figure out which self-driving system is being used, like the one from Tesla or another company.
Analysis
Introduction to Automated Driving Systems
The development of automated driving systems (ADSs) is transforming the automotive industry. As these systems become more prevalent, the need for monitoring and verification of their performance grows. In this context, the authors of the paper investigate the effectiveness of three sequence-based classification models: Gated Recurrent Units (GRU), Long Short-Term Memory (LSTM) networks, and a Transformer encoder model.
Evaluating Model Performance
The researchers evaluate the performance of these models using vehicle telematics data, which includes information from various sensors and systems in the vehicle. The data is used to train and test the models, with the goal of identifying the active automated driving system. The results show that all three models achieve strong performance, with macro F1-scores ranging from 0.90 to 0.93.
Robustness Evaluation Framework
To further assess the robustness of the models, the authors introduce a modular framework that simulates realistic telematics degradation. This framework includes five corruption families at five severity levels, which are used to perturb the continuous channels and binary event signals. The robustness of the models is measured using macro-F1, which gives equal weight to each class and is suitable for imbalanced multiclass evaluation.
Key points
- The study evaluates the performance of three sequence-based classification models for identifying Level 2 automated driving systems.
- The models achieve strong performance, with macro F1-scores ranging from 0.90 to 0.93.
- The researchers introduce a modular robustness evaluation framework to simulate realistic telematics degradation.
The development of more accurate and robust classification models for automated driving systems could lead to improved safety and efficiency on the roads, as well as increased trust in these systems.
However, the study also highlights the potential vulnerabilities of these systems to realistic telematics degradation, which could compromise their performance and safety.

