Harnessing Event Sensory Data for Error Pattern Prediction in Vehicles: A Language Model Approach
Hugo Math, Rainer Lienhart, Robin Sch\"on

TL;DR
This paper introduces CarFormer and EPredictor, Transformer-based models that predict vehicle error patterns and their timing using event data, enabling proactive maintenance and improved vehicle safety.
Contribution
It presents a novel self-supervised Transformer approach for predicting vehicle errors and their timing from multivariate event streams, addressing data challenges.
Findings
Achieved 80% F1 score in predicting error types with half the sequence
Forecasted error occurrence time with an average absolute error of 58.4 hours
Demonstrated high predictive accuracy despite data limitations
Abstract
In this paper, we draw an analogy between processing natural languages and processing multivariate event streams from vehicles in order to predict and 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 , a Transformer model trained via a new self-supervised learning strategy, and , an autoregressive Transformer decoder model capable of predicting and error pattern will most likely occur after some error code…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRisk and Safety Analysis · Data Quality and Management
MethodsAttention Is All You Need · Linear Layer · Dropout · Dense Connections · Byte Pair Encoding · Multi-Head Attention · Adam · Layer Normalization · Position-Wise Feed-Forward Layer · Label Smoothing
