paper-with-me

홈 › Papers

Two Birds with One Network: Unifying Failure Event Prediction and Time-to-failure Modeling

2018-12-18 · Karan Aggarwal, Onur Atan, Ahmed Farahat, Chi Zhang, Kosta Ristovski, Chetan Gupta

One of the key challenges in predictive maintenance is to predict the impending downtime of an equipment with a reasonable prediction horizon so that countermeasures can be put in place. Classically, this problem has been posed in two different ways which are typically solved independently: (1) Remaining useful life (RUL) estimation as a long-term prediction task to estimate how much time is left in the useful life of the equipment and (2) Failure prediction (FP) as a short-term prediction task to assess the probability of a failure within a pre-specified time window. As these two tasks are related, performing them separately is sub-optimal and might results in inconsistent predictions for the same equipment. In order to alleviate these issues, we propose two methods: Deep Weibull model (DW-RNN) and multi-task learning (MTL-RNN). DW-RNN is able to learn the underlying failure dynamics by fitting Weibull distribution parameters using a deep neural network, learned with a survival likelihood, without training directly on each task. While DW-RNN makes an explicit assumption on the data distribution, MTL-RNN exploits the implicit relationship between the long-term RUL and short-term FP tasks to learn the underlying distribution. Additionally, both our methods can leverage the non-failed equipment data for RUL estimation. We demonstrate that our methods consistently outperform baseline RUL methods that can be used for FP while producing consistent results for RUL and FP. We also show that our methods perform at par with baselines trained on the objectives optimized for either of the two tasks.

📄 PDF Abstract BibTeX arXiv:1812.07142

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningPrediction

Similar Papers 제목 키워드 기반

AirBirds: A Large-scale Challenging Dataset for Bird Strike Prevention in Real-world Airports

2023-04-23 · Hongyu Sun, Yongcai Wang, Xudong Cai, Peng Wang 외

One fundamental limitation to the research of bird strike prevention is the lack of a large-scale dataset taken directly from real-world airports. Existing relevant datasets are either small in size or not dedicated for …

Time Series

Bayesian Joint Model of Multi-Sensor and Failure Event Data for Multi-Mode Failure Prediction

2025-06-20 · Sina Aghaee Dabaghan Fard, Minhee Kim, Akash Deep, Jaesung Lee

Modern industrial systems are often subject to multiple failure modes, and their conditions are monitored by multiple sensors, generating multiple time-series signals. Additionally, time-to-failure data are commonly avai…

PredictionTime SeriesUncertainty Quantification

Explainable Failure Predictions with RNN Classifiers based on Time Series Data

2019-01-20 · Ioana Giurgiu, Anika Schumann

Given key performance indicators collected with fine granularity as time series, our aim is to predict and explain failures in storage environments. Although explainable predictive modeling based on spiky telemetry data …

Time SeriesTime Series Analysis

Code Failure Prediction and Pattern Extraction using LSTM Networks

2018-12-13 · Mahdi Hajiaghayi, Ehsan Vahedi

In this paper, we use a well-known Deep Learning technique called Long Short Term Memory (LSTM) recurrent neural networks to find sessions that are prone to code failure in applications that rely on telemetry data for sy…

Bayesian OptimizationSentenceSentiment Analysis

Temporal Label Smoothing for Early Event Prediction

2022-08-29 · Hugo Yèche, Alizée Pace, Gunnar Rätsch, Rita Kuznetsova

Models that can predict the occurrence of events ahead of time with low false-alarm rates are critical to the acceptance of decision support systems in the medical community. This challenging task is typically treated as…

Binary ClassificationCirculatory FailureDecompensationPrediction+2