English

Harnessing Event Sensory Data for Error Pattern Prediction in Vehicles: A Language Model Approach

Computation and Language 2024-12-18 v1 Machine Learning

Abstract

In this paper, we draw an analogy between processing natural languages and processing multivariate event streams from vehicles in order to predict when\textit{when} and what\textit{what} error pattern is most likely to occur in the future for a given car. Our approach leverages the temporal dynamics and contextual relationships of our event data from a fleet of cars. Event data is composed of discrete values of error codes as well as continuous values such as time and mileage. Modelled by two causal Transformers, we can anticipate vehicle failures and malfunctions before they happen. Thus, we introduce CarFormer\textit{CarFormer}, a Transformer model trained via a new self-supervised learning strategy, and EPredictor\textit{EPredictor}, an autoregressive Transformer decoder model capable of predicting when\textit{when} and what\textit{what} error pattern will most likely occur after some error code apparition. Despite the challenges of high cardinality of event types, their unbalanced frequency of appearance and limited labelled data, our experimental results demonstrate the excellent predictive ability of our novel model. Specifically, with sequences of 160160 error codes on average, our model is able with only half of the error codes to achieve 80%80\% F1 score for predicting what\textit{what} error pattern will occur and achieves an average absolute error of 58.4±13.258.4 \pm 13.2h when\textit{when} forecasting the time of occurrence, thus enabling confident predictive maintenance and enhancing vehicle safety.

Keywords

Cite

@article{arxiv.2412.13041,
  title  = {Harnessing Event Sensory Data for Error Pattern Prediction in Vehicles: A Language Model Approach},
  author = {Hugo Math and Rainer Lienhart and Robin Schön},
  journal= {arXiv preprint arXiv:2412.13041},
  year   = {2024}
}

Comments

10 pages, 8 figures, accepted to AAAI 2025

R2 v1 2026-06-28T20:39:04.074Z