AILGNov 24, 2021

A stacked deep convolutional neural network to predict the remaining useful life of a turbofan engine

arXiv:2111.12689v120 citations
Originality Incremental advance
AI Analysis

This addresses predictive maintenance for aircraft engines, but it is incremental as it builds on existing deep learning methods.

The paper tackled predicting the remaining useful life of turbofan engines using a stacked deep convolutional neural network, achieving third place in the 2021 PHM Conference Data Challenge.

This paper presents the data-driven techniques and methodologies used to predict the remaining useful life (RUL) of a fleet of aircraft engines that can suffer failures of diverse nature. The solution presented is based on two Deep Convolutional Neural Networks (DCNN) stacked in two levels. The first DCNN is used to extract a low-dimensional feature vector using the normalized raw data as input. The second DCNN ingests a list of vectors taken from the former DCNN and estimates the RUL. Model selection was carried out by means of Bayesian optimization using a repeated random subsampling validation approach. The proposed methodology was ranked in the third place of the 2021 PHM Conference Data Challenge.

Code Implementations1 repo
Foundations

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

Your Notes