paper-with-me

홈 › Papers

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

2024-12-17 · Hugo Math, Rainer Lienhart, Robin Schön

In this paper, we draw an analogy between processing natural languages and processing multivariate event streams from vehicles in order to predict $\textit{when}$ and $\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 $\textit{CarFormer}$, a Transformer model trained via a new self-supervised learning strategy, and $\textit{EPredictor}$, an autoregressive Transformer decoder model capable of predicting $\textit{when}$ and $\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 $160$ error codes on average, our model is able with only half of the error codes to achieve $80\%$ F1 score for predicting $\textit{what}$ error pattern will occur and achieves an average absolute error of $58.4 \pm 13.2$h $\textit{when}$ forecasting the time of occurrence, thus enabling confident predictive maintenance and enhancing vehicle safety.

📄 PDF Abstract BibTeX arXiv:2412.13041

Code (1)

Mathugo/AAAI2025-CarFormer-EPredictor 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Unifying the Sensory and Motor Components of Sensorimotor Adaptation

2008-12-01 · NeurIPS 2008 12 · Adrian Haith, Carl P. Jackson, R. C. Miall, Sethu Vijayakumar

Adaptation of visually guided reaching movements in novel visuomotor environments (e.g. wearing prism goggles) comprises not only motor adaptation but also substantial sensory adaptation, corresponding to shifts in the p…

An error-propagation spiking neural network compatible with neuromorphic processors

2021-04-12 · Matteo Cartiglia, Germain Haessig, Giacomo Indiveri

Spiking neural networks have shown great promise for the design of low-power sensory-processing and edge-computing hardware platforms. However, implementing on-chip learning algorithms on such architectures is still an o…

Edge-computingEvent-based vision

Transforming Vehicle Diagnostics: A Multimodal Approach to Error Patterns Prediction

2026-02-01 · Hugo Math, Rainer Lienhart arxiv

Accurately diagnosing and predicting vehicle malfunctions is crucial for maintenance and safety in the automotive industry. While modern diagnostic systems primarily rely on sequences of vehicular Diagnostic Trouble Code…

Harnessing Slow Dynamics in Neuromorphic Computation

2019-05-28 · Tianlin Liu

Neuromorphic Computing is a nascent research field in which models and devices are designed to process information by emulating biological neural systems. Thanks to their superior energy efficiency, analog neuromorphic s…

Unsupervised Expectation Learning for Multisensory Binding

2018-09-27 · Pablo Barros, German I. Parisi, Manfred Eppe, Stefan Wermter

Expectation learning is a continuous learning process which uses known multisensory bindings to modulate unisensory perception. When perceiving an event, we have an expectation on what we should see or hear which affects…