paper-with-me

Papers

Predicting machine failures from multivariate time series: an industrial case study

2024-02-27 · Nicolò Oreste Pinciroli Vago, Francesca Forbicini, Piero Fraternali

Non-neural Machine Learning (ML) and Deep Learning (DL) models are often used to predict system failures in the context of industrial maintenance. However, only a few researches jointly assess the effect of varying the amount of past data used to make a prediction and the extension in the future of the forecast. This study evaluates the impact of the size of the reading window and of the prediction window on the performances of models trained to forecast failures in three data sets concerning the operation of (1) an industrial wrapping machine working in discrete sessions, (2) an industrial blood refrigerator working continuously, and (3) a nitrogen generator working continuously. The problem is formulated as a binary classification task that assigns the positive label to the prediction window based on the probability of a failure to occur in such an interval. Six algorithms (logistic regression, random forest, support vector machine, LSTM, ConvLSTM, and Transformers) are compared using multivariate telemetry time series. The results indicate that, in the considered scenarios, the dimension of the prediction windows plays a crucial role and highlight the effectiveness of DL approaches at classifying data with diverse time-dependent patterns preceding a failure and the effectiveness of ML approaches at classifying similar and repetitive patterns preceding a failure.

📄 PDF Abstract BibTeX arXiv:2402.17804

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationPredictionTime Series

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Tanh Activation 설명 없음
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Contrastive Representation Learning for Predicting Solar Flares from Extremely Imbalanced Multivariate Time Series Data

2024-10-01 · Onur Vural, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi

Major solar flares are abrupt surges in the Sun's magnetic flux, presenting significant risks to technological infrastructure. In view of this, effectively predicting major flares from solar active region magnetic field …

Maximum SeparationRepresentation LearningSolar Flare PredictionTime Series+1

Topological Machine Learning for Multivariate Time Series

2019-11-27 · Chengyuan Wu, Carol Anne Hargreaves

We develop a framework for analyzing multivariate time series using topological data analysis (TDA) methods. The proposed methodology involves converting the multivariate time series to point cloud data, calculating Wass…

Activity RecognitionBIG-bench Machine LearningTime SeriesTime Series Analysis+2

Compatible Transformer for Irregularly Sampled Multivariate Time Series

2023-10-17 · Yuxi Wei, Juntong Peng, Tong He, Chenxin Xu 외

To analyze multivariate time series, most previous methods assume regular subsampling of time series, where the interval between adjacent measurements and the number of samples remain unchanged. Practically, data collect…

Time Series

Continual Learning for Multivariate Time Series Tasks with Variable Input Dimensions

2022-03-14 · Vibhor Gupta, Jyoti Narwariya, Pankaj Malhotra, Lovekesh Vig 외

We consider a sequence of related multivariate time series learning tasks, such as predicting failures for different instances of a machine from time series of multi-sensor data, or activity recognition tasks over differ…

Activity RecognitionContinual LearningTime SeriesTime Series Analysis

Mitigating Cold-start Forecasting using Cold Causal Demand Forecasting Model

2023-06-15 · Zahra Fatemi, Minh Huynh, Elena Zheleva, Zamir Syed 외

Forecasting multivariate time series data, which involves predicting future values of variables over time using historical data, has significant practical applications. Although deep learning-based models have shown prom…

Causal InferenceDemand ForecastingTime Series