LGAIApr 11, 2021

Learning representations with end-to-end models for improved remaining useful life prognostics

arXiv:2104.05049v2
AI Analysis

This work addresses equipment maintenance optimization for decision-makers, but it is incremental as it builds on existing deep learning methods with a hybrid approach.

The paper tackled predicting the remaining useful life (RUL) of equipment using an end-to-end deep learning model combining MLP and LSTM layers, achieving a significant decrease in competition score and root mean square error on the NASA C-MAPSS dataset.

The remaining Useful Life (RUL) of equipment is defined as the duration between the current time and its failure. An accurate and reliable prognostic of the remaining useful life provides decision-makers with valuable information to adopt an appropriate maintenance strategy to maximize equipment utilization and avoid costly breakdowns. In this work, we propose an end-to-end deep learning model based on multi-layer perceptron and long short-term memory layers (LSTM) to predict the RUL. After normalization of all data, inputs are fed directly to an MLP layers for feature learning, then to an LSTM layer to capture temporal dependencies, and finally to other MLP layers for RUL prognostic. The proposed architecture is tested on the NASA commercial modular aero-propulsion system simulation (C-MAPSS) dataset. Despite its simplicity with respect to other recently proposed models, the model developed outperforms them with a significant decrease in the competition score and in the root mean square error score between the predicted and the gold value of the RUL. In this paper, we will discuss how the proposed end-to-end model is able to achieve such good results and compare it to other deep learning and state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes