Automatic Remaining Useful Life Estimation Framework with Embedded Convolutional LSTM as the Backbone
Yexu Zhou, Yuting Gao, Yiran Huang, Michael Hefenbrock, Till Riedel,, and Michael Beigl

TL;DR
This paper introduces an embedded convolutional LSTM (ECLSTM) model for more accurate Remaining Useful Life prediction by preserving multi-level temporal information, combined with an automated hyperparameter tuning framework, outperforming existing methods.
Contribution
The paper proposes a novel ECLSTM model that embeds multiple 1D convolutions into LSTM to better capture temporal features for RUL estimation, along with an automated hyperparameter optimization framework.
Findings
ECLSTM outperforms state-of-the-art methods on benchmark datasets.
The automated hyperparameter tuning improves model performance and efficiency.
Embedded convolutions enhance temporal information preservation in RUL prediction.
Abstract
An essential task in predictive maintenance is the prediction of the Remaining Useful Life (RUL) through the analysis of multivariate time series. Using the sliding window method, Convolutional Neural Network (CNN) and conventional Recurrent Neural Network (RNN) approaches have produced impressive results on this matter, due to their ability to learn optimized features. However, sequence information is only partially modeled by CNN approaches. Due to the flatten mechanism in conventional RNNs, like Long Short Term Memories (LSTM), the temporal information within the window is not fully preserved. To exploit the multi-level temporal information, many approaches are proposed which combine CNN and RNN models. In this work, we propose a new LSTM variant called embedded convolutional LSTM (ECLSTM). In ECLSTM a group of different 1D convolutions is embedded into the LSTM structure. Through…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Fault Diagnosis Techniques · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
