Deep Convolutional Autoencoder for Assessment of Drive-Cycle Anomalies in Connected Vehicle Sensor Data
Anthony Geglio, Eisa Hedayati, Mark Tascillo, Dyche Anderson, Jonathan Barker, Timothy C. Havens
TL;DR
The paper tackles unsupervised fault detection in hybrid-electric vehicle drive-cycle sensor data by training a fully convolutional autoencoder on normal drive cycles to learn typical powertrain patterns. Anomalies are identified via reconstruction error, with the model demonstrating strong discrimination between normal and fault-related drive cycles and outperforming traditional outlier detectors and non-convolutional baselines; MSCRED underperforms on this dataset. Experiments on drive-cycle data show high accuracy in both per-cycle and per-window evaluations, supporting the approach's viability for on-board diagnostics and predictive maintenance. The work also includes cross-dataset comparisons (Kaggle anomaly data) to illustrate generalization, and discusses practical implications for automotive engineering and fleet monitoring.
Abstract
This work investigates a practical and novel method for automated unsupervised fault detection in vehicles using a fully convolutional autoencoder. The results demonstrate the algorithm we developed can detect anomalies which correspond to powertrain faults by learning patterns in the multivariate time-series data of hybrid-electric vehicle powertrain sensors. Data was collected by engineers at Ford Motor Company from numerous sensors over several drive cycle variations. This study provides evidence of the anomaly detecting capability of our trained autoencoder and investigates the suitability of our autoencoder relative to other unsupervised methods for automatic fault detection in this data set. Preliminary results of testing the autoencoder on the powertrain sensor data indicate the data reconstruction approach availed by the autoencoder is a robust technique for identifying the abnormal sequences in the multivariate series. These results support that irregularities in hybrid-electric vehicles' powertrains are conveyed via sensor signals in the embedded electronic communication system, and therefore can be identified mechanistically with a trained algorithm. Additional unsupervised methods are tested and show the autoencoder performs better at fault detection than outlier detectors and other novel deep learning techniques.
