A Temporal Anomaly Detection System for Vehicles utilizing Functional Working Groups and Sensor Channels
Subash Neupane, Ivan A. Fernandez, Wilson Patterson, Sudip Mittal, Shahram Rahimi
TL;DR
This work addresses anomaly detection in vehicle sensor data organized by Functional Working Groups (FWGs) using a multi-phase approach built on Temporal Convolution Networks (TCN). A Seq2Seq forecasting model predicts future multi-channel sensor observations from a current window, and anomalies are detected by comparing predictions to actual values via a Mahalanobis-distance-based threshold derived from ROC analysis. Leveraging the VePRO dataset, the study demonstrates high performance, achieving ROC-AUC of $0.982$, 91% true-anomaly detection, and 96% overall detection accuracy, with improved results when integrating channels across FWGs. The approach enables precise localization of anomalies to specific FWGs and channels, offering practical potential for predictive maintenance in modern vehicles. Future work includes comparing with LSTM/ConvLSTM variants and exploring hybrid or digital-twin-inspired anomaly-detection frameworks.
Abstract
A modern vehicle fitted with sensors, actuators, and Electronic Control Units (ECUs) can be divided into several operational subsystems called Functional Working Groups (FWGs). Examples of these FWGs include the engine system, transmission, fuel system, brakes, etc. Each FWG has associated sensor-channels that gauge vehicular operating conditions. This data rich environment is conducive to the development of Predictive Maintenance (PdM) technologies. Undercutting various PdM technologies is the need for robust anomaly detection models that can identify events or observations which deviate significantly from the majority of the data and do not conform to a well defined notion of normal vehicular operational behavior. In this paper, we introduce the Vehicle Performance, Reliability, and Operations (VePRO) dataset and use it to create a multi-phased approach to anomaly detection. Utilizing Temporal Convolution Networks (TCN), our anomaly detection system can achieve 96% detection accuracy and accurately predicts 91% of true anomalies. The performance of our anomaly detection system improves when sensor channels from multiple FWGs are utilized.
