# Data-driven Prognostics with Predictive Uncertainty Estimation using   Ensemble of Deep Ordinal Regression Models

**Authors:** Vishnu TV, Diksha, Pankaj Malhotra, Lovekesh Vig, and Gautam Shroff

arXiv: 1903.09795 · 2021-03-05

## TL;DR

This paper introduces a deep learning approach for prognostics that estimates remaining useful life with quantified uncertainty, especially effective in scenarios with scarce failure data, unobserved operational conditions, and noisy sensor readings.

## Contribution

It formulates RUL estimation as an ordinal regression problem using LSTM, incorporates censored data, and employs ensemble methods for uncertainty quantification, improving robustness and reliability.

## Key findings

- LSTM-OR outperforms deep metric regression methods in RUL estimation.
- Ensemble of LSTM-OR models provides high-quality uncertainty estimates.
- Proposed approach is especially effective with limited failure data.

## Abstract

Prognostics or Remaining Useful Life (RUL) Estimation from multi-sensor time series data is useful to enable condition-based maintenance and ensure high operational availability of equipment. We propose a novel deep learning based approach for Prognostics with Uncertainty Quantification that is useful in scenarios where: (i) access to labeled failure data is scarce due to rarity of failures (ii) future operational conditions are unobserved and (iii) inherent noise is present in the sensor readings. All three scenarios mentioned are unavoidable sources of uncertainty in the RUL estimation process often resulting in unreliable RUL estimates. To address (i), we formulate RUL estimation as an Ordinal Regression (OR) problem, and propose LSTM-OR: deep Long Short Term Memory (LSTM) network based approach to learn the OR function. We show that LSTM-OR naturally allows for incorporation of censored operational instances in training along with the failed instances, leading to more robust learning. To address (ii), we propose a simple yet effective approach to quantify predictive uncertainty in the RUL estimation models by training an ensemble of LSTM-OR models. Through empirical evaluation on C-MAPSS turbofan engine benchmark datasets, we demonstrate that LSTM-OR is significantly better than the commonly used deep metric regression based approaches for RUL estimation, especially when failed training instances are scarce. Further, our uncertainty quantification approach yields high quality predictive uncertainty estimates while also leading to improved RUL estimates compared to single best LSTM-OR models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09795/full.md

## Figures

41 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09795/full.md

---
Source: https://tomesphere.com/paper/1903.09795