Next Article in Journal
Experimental and Numerical Studies on the Effect of Airflow Separation Suppression on Aerodynamic Performance of a Ducted Coaxial Propeller in Hovering
Previous Article in Journal
Incorporation of Pilot Factors into Risk Analysis of Civil Aviation Accidents from 2008 to 2020: A Data-Driven Bayesian Network Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

ProgNet: A Transferable Deep Network for Aircraft Engine Damage Propagation Prognosis under Real Flight Conditions

by
Tarek Berghout
1,*,
Mohamed-Djamel Mouss
1,
Leïla-Hayet Mouss
1 and
Mohamed Benbouzid
2,3
1
Laboratory of Automation and Manufacturing Engineering, University of Batna 2, Batna 05000, Algeria
2
Institut de Recherche Dupuy de Lôme (UMR CNRS 6027), University of Brest, 29238 Brest, France
3
Logistics Engineering College, Shanghai Maritime University, Shanghai 201306, China
*
Author to whom correspondence should be addressed.
Aerospace 2023, 10(1), 10; https://doi.org/10.3390/aerospace10010010
Submission received: 17 November 2022 / Revised: 17 December 2022 / Accepted: 20 December 2022 / Published: 23 December 2022

Abstract

:
Machine learning prognosis for condition monitoring of safety-critical systems, such as aircraft engines, continually faces challenges of data unavailability, complexity, and drift. Consequently, this paper overcomes these challenges by introducing adaptive deep transfer learning methodologies, strengthened with robust feature engineering. Initially, data engineering encompassing: (i) principal component analysis (PCA) dimensionality reduction; (ii) feature selection using correlation analysis; (iii) denoising with empirical Bayesian Cauchy prior wavelets; and (iv) feature scaling is used to obtain the required learning representations. Next, an adaptive deep learning model, namely ProgNet, is trained on a source domain with sufficient degradation trajectories generated from PrognosEase, a run-to-fail data generator for health deterioration analysis. Then, ProgNet is transferred to the target domain of obtained degradation features for fine-tuning. The primary goal is to achieve a higher-level generalization while reducing algorithmic complexity, making experiments reproducible on available commercial computers with quad-core microprocessors. ProgNet is tested on the popular New Commercial Modular Aero-Propulsion System Simulation (N-CMAPSS) dataset describing real flight scenarios. To the extent we can report, this is the first time that all N-CMAPSS subsets have been fully screened in such an experiment. ProgNet evaluations with numerous metrics, including the well-known CMAPSS scoring function, demonstrate promising performance levels, reaching 234.61 for the entire test set. This is approximately four times better than the results obtained with the compared conventional deep learning models.

1. Introduction

Safety-critical systems, such as aircraft engines, require continuous preventive maintenance, planned through accurate decision-making. Indeed, maintenance tasks are very crucial as they are the main reason potential reputational and financial loss incidents are avoided, as well as what would probably be catastrophic loss of life [1]. For the maintenance program of aircraft engine components, real-time estimation of the remaining useful life (RUL), which is the time between the moment of loss and the complete failure of the system, is an absolute necessity [2,3,4]. Besides, one must have access to an accurate modeling process dealing with dynamic changes under harsh working conditions, whether through data-driven or physical modeling [5]. Due to the complexity, difficulty, and problems in generalizing mathematical interpretations of physical phenomena occurring in aircraft engines, data-driven methods has become more dominant in recent research. As a result, this paper introduces a domain adaptation data-driven method for RUL prediction of aircraft engines under real flight conditions. Accordingly, this section mainly describes the motivation behind the proposed method, illustrates the main research gap of RUL prediction for aircraft engines, and highlights the proposed solutions to model degradations in aircraft engines.

1.1. Motivation

The complexity, difficulty, and poor generalization of physical modeling have led to machine learning methods dominating in the field, especially with the emergence of advanced sensing technologies [6,7]. RUL model reconstruction for aircraft engines is usually subject to data unavailability, complexity, and drift [2,8]. First, in the context of data unavailability, run-to-failure trajectories are usually collected by simulating non-linear equations related to physical operating principles, but this is only because of the scarcity of failure patterns in such a safety-critical system. In this case, the generated data will by chance suffer from the lack of real-time degradation patterns. Second, these generated data must contain harsh environment readings depicted in the distortion and corruption of sensor measurements, leading to a complex feature space. Finally, the dynamic change of working conditions, due to the physical deterioration of the components of the aircraft and also to the time-varying external conditions, leads to non-linearity and non-stationarity of data (i.e., data drift). Projecting these features onto the model selection flowchart (see Figure 2 and Section 2.2 of [2]), the best choice would be an adaptive deep learning model with generative modeling capabilities to overcome the unavailability, complexity, and dynamism of data.

1.2. Related Works

As mentioned earlier, and since this paper is studying the N-CMAPSS data repository, it is better to ensure that the literature review and research gap analysis also address the contributions made to a particular topic. Therefore, analysis of related works will be very convenient to track recent advances in a specific problem. It is worth mentioning that the collection of papers was carried out by tracking citations of the introductory paper of N-CMAPSS in the Web of Science and Scopus databases and including all contributions published to date [9]. We used the publisher citations tracker on its website (i.e., the HTML version of the paper) and downloaded all papers citing this work. After that, we excluded all papers, except for those dealing with the RUL model reconstruction problem. In total, only four papers dealing with the specific topic of RUL prediction using the N-CMAPSS dataset were found.
For instance, in [10], an uncertainty-aware Gaussian regression process, exposed to complex non-linear deep representations, is used to predict the RUL of aircraft engines. Moreover, complexity is seen as a deep representation problem that could be solved by providing uncertainty estimates of RUL predictions. Therefore, only one N-CMAPSS file among the 8 provided ones is adopted to support the obtained conclusions on the RUL modeling. In [11], a health index prediction model is used to predict engine health state rather than RUL provided with the dataset. This selection is justified by the inability to find real patterns in the simulation data, and the fact health indexes will work better. An anticausal framework with reduced complexity is defined to assess health indexes with a causal driver and Granger causality. Healthy cycles of offline learning are used to generalize online predictions. Similarly, using a single file from the N-CMAPSS dataset, the algorithm shows its capability in reducing the root-mean-squared error (RMSE) by almost 65%, outperforming deep learning methods. The work presented in [12] formulates the near future RUL prediction as a two-level optimization. A long short-term memory (LSTM) network is used as a primary training algorithm due to its sequential training capability. The entire old C-MAPSS dataset and a single N-CMAPSS subset are used for evaluation in cases where results show promising performances. In [13], a hybrid physical model and convolutional neural network (CNN) algorithm are used to approximate sensor run-to-failure readings for a fleet of turbofan engines, assessing RUL under real flight conditions. The designed model shows that it requires less training samples and shows less sensitivity to the lack of patterns compared to purely data-driven approaches.
Table 1 is a summary of contributions of aforementioned works made on the N-CMAPSS dataset in the context of treating RUL challenges. It is noticeable that all these works treat RUL prediction from the perspective of data complexity. In other words, they consider that the non-stationarity and non-linearity of obtained measurements are the main problems facing the training process. This is the reason for building very complex mapping spaces, ranging from deep non-linear abstractions [10,11,13] to deep ensemble learning [12]. In addition, efforts have been made to improve curve fitting by taking into account score functions, RMSE, and uncertainty reductions. These works have achieved excellent results in addressing this aspect of RUL challenges.

1.3. Contributions

Unlike previously discussed works, which mostly dealt with data complexity only, this work aims to achieve greater generalization when predicting RUL for unseen samples. As a result, all data constraints of RUL predictions of aircraft engines (i.e., lack of actual degradation patterns, data complexity, data rapid change, and dynamism) are taken into account. Accordingly, our contributions are listed as follows:
  • Targeting data unavailability issues: To solve the problem of lack of degradation patterns, seen due to shortcomings of poor physical modeling generalization, a domain adaptation transfer learning approach is involved in these experiments. The transfer learning approach aims to transfer training parameters across models from a source domain to a target domain for RUL prediction [14]. Source domains include PrognosEase, a data generator for health deterioration prognosis. In the first attempt, the RUL model will be trained to different degradation scenarios with a sufficient number of samples. Then, the trained model will be moved for more fine-tuning to obtain a more accurate RUL prediction.
  • Solving a problem of data complexity: The RUL prediction problem is usually a time series analysis under a higher level of data non-stationarity and non-linearity. In this context, LSTM, which is a well-known deep architecture with the ability to map sequential data into a more meaningful space, is considered to correlate between sequential samples. Additionally, well-structured feature engineering of dimensionality reduction, feature selection, denoising, and scaling is used to achieve the meaningful data representations needed for training.
  • Rapid change in data dynamism: The aircraft engine RUL prediction also demonstrates a massive and rapid change in data characteristics, resulting from a change in environmental conditions and the physical properties of the system. In this case, LSTM also has the ability to serve adaptive learning through a forgetting mechanism. Moreover, adaptive optimization of learning parameters (Adam) will be more advantageous in online learning to combat the problem of data drift.
  • Reducing algorithmic complexity: The proposed feature engineering and transfer learning also help to use fewer non-linear abstractions, with fewer mapping features also, and yet are still able to process meaningful representations with fewer computational costs.
  • Precision analysis and uncertainty quantification: To ensure the accuracy of the designed prognostic system, well-known prognostic metrics are adopted in this work. These include scoring functions for early and late prediction penalization, in addition to uncertainty quantification via confidence range assessment at 90%, 95%, and 99%, respectively.
This paper is organized as follows: besides the introductory section, Section 2 is dedicated to the RUL description problem presented in the N-CMAPSS dataset and the following preprocessing steps. Section 3 is devoted to explaining the designed ProgNet and its main training features. Section 4 is set aside for RUL model training and evaluation experiments. Section 5 concludes this paper with prospects.

2. Problem Description and Data Processing

Unlike the original version of the CMAPSS dataset [15], which looks purely like a generation of sensor measurements based on prior assumptions of working flight conditions and failures, the N-CMAPSS is introduced to address more realistic scenarios, using data from real flight conditions as the main material to generate sensor measurements [9]. Many details have been revealed in the introductory publications of the N-CMAPSS dataset, as well as in the original experimental papers of the same dataset team of developers [9,10,13]. However, in this section, we focus on delving into the challenges of RUL in the context of data complexity and showing the advantages of the new system over the legacy CMAPSS data repository.
The CMAPSS software contains a high-fidelity dynamic model for simulating a wide range of thrust levels of the tow-spool turbofan engine. Figure 1 gives an excellent overview of the joint physical model and the modeling characteristics. It also gives the detailed positioning of the modeling parameters. When generating the N-CMAPSS dataset, it is assumed that all rotating engine subcomponents, i.e., fan, low-pressure compressor (LPC), high-pressure compressor (HPC), low-pressure turbine (LPT), and high-pressure turbine (HPT), are prone to health deterioration in terms of flow and efficiency. Unlike the original C-MAPSS dataset, five components were studied, instead of two in terms of failure prognosis.
The turbofan assembly can mimic atmospheric operating conditions at altitudes from sea level up to 40,000 feet and Mach numbers from 0 to 0.90. In addition, the simulation model is also capable of varying sea level temperatures from −60 to 103 Fahrenheit. The package also includes a power management system that allows the engine to operate over a wide range of thrust levels, across the full range of flight conditions. For simplicity, the CMAPSS software can be viewed as a non-linear function, F , that takes information about operating conditions, w ( t ) , and health parameters, θ ( t ) , to generate sensor measurements ,   x s ( t ) , describing the measured physical properties and the unobserved virtual sensors properties ,   x v ( t ) , measurements. These have nothing to do with automotive health status as explained in (1), where t refers to relative time.
[ x s ( t ) ,   x v ( t )   ] = F ( w ( t ) ,   θ ( t ) )
As mentioned earlier, this section focuses on data behavior in the context of complexity; we paid more attention to studying the recorded x s ( t ) and RUL data necessary for the reconstruction of the machine learning model. Accordingly, this section reveals details about these parameters, while other parameters { x v ( t ) ,   F ( w ( t ) ) ,   θ ( t ) } and other auxiliary data are detailed in [9,10,13]. In this context, Table 2 depicts information regarding obtained sensors measurement used for RUL perdition. At this stage, we think of the generated data as a couple of { x v ( t ) ,   R U L }.
Eight datasets from nine turbofan engine fleets have been generated to construct N-CMAPSS measurements, while each dataset is generated to expose important details about specific failure modes for specific life cycles (i.e., units) of the engine. It should be mentioned that data is designed for both diagnosis and prognosis. In this work we paid more attention to the prognosis problem. Therefore, details of the dataset explained in Table 3 discuss the main issue of prognosis only.
The generated data for the N-CMAPSS dataset are massive (i.e., millions of samples), dynamically and rapidly changing, and measurements are corrupted with a higher level of unknown source noise. Figure 2 displays an example of an entire degradation path from the N-CMAPSS. In this case, the difference between old CMAPSS degradation trajectories (see Figure 1 from [7]) and those of the N-CMAPSS dataset is that the former is able to show a kind of exponential degradation, reflecting the deterioration of engine components. In contrast, it is difficult to observe such a phenomenon in the N-CMAPSS dataset measurements, which is exactly where the data complexity lies.
To improve feature representations for N-CMAPSS to at least delve into these degradation patterns in data, well-structured feature engineering is proposed and tested in this paper. Indeed, feature preprocessing involves denoising, dimensionality reduction, feature selection, and scaling.
MATLAB R2018b toolkits are used to simplify feature processing. First, a wavelet denoising toolkit, based on the empirical Bayesian wavelet method with a Cauchy prior used with a posterior median threshold rule, is involved to extract robust representations of the obtained features [16]. Second, PCA is used to reduce the feature dimensions from 14 to 5 samples, a change based on the singular value decomposition algorithm. For the selection of PCA components, we used a blackbox model involving a simple permutation test where the explained variance is calculated and compared to the explained variance of the original data. This means that, if a component is relevant, the explained variances are not greater than the original variance. Additionally, a main machine learning test might be more beneficial in determining whether accuracy is similarly maintained at the same original space, even under lossy compression. After that, further feature selection is involved, based on correlation analysis and heatmap visualization, to obtain the final features, ready to be fitted to the training model. Figure 3 deals with the obtained features after scaling with min–max normalization (the heading of the subplot refers to the file name as mentioned in the dataset and unit number). In this case, the third and second components of PCA show a strong correlation, making them excellent candidate features for the training process. However, after some primary testing, we find that the third PCA component shows more accuracy, thus leading to its selection for training. In addition, the data visualization shows a reasonable deterioration of the measurements, reflecting the degradation phenomena of the turbofan engine.

3. Prognosis Scheme

In the proposed transfer learning model, we involve an LSTM network and PrognosEase software for training in the source domain, as addressed in Figure 4 [17].
As shown in Figure 5 flowchart, the LSTM network uses the input gate g t i , output gate g t o , and a forgetting gate   g t f , as presented in (2), (3), and (4), to control adaptive learning features. The LSTM state is computed using the hidden state h t and cell state C t as in (5) to (8) using inputs x t weights ( w f , w i , w o , w h , w c ) and biases ( b f , b i , b o , b h , b c ). The output is calculated as in (8) by involving the output weights, W o h , output bias vector, b o , and the activation function, f . f is a sigmoid function and t a n h is a hyperbolic tangent function.
g t f = f ( w f [ h t 1 + x t ] + b f )
g t i = f ( w i [ h t 1 + x t ] + b i )
g t o = f ( w o [ h t 1 + x t ] + b o )
h t = f ( w h [ h t 1 + x t ] + b h )
C ˜ t = t a n h ( w c [ h t 1 + x t ] + b c )
C t = g t f C t 1 + g t i C ˜ t 1 .
O t = f ( W o h h t + b o )
PrognosEase is an open source data generator that is used to generate degradation measurements and corresponding RUL functions according to the user’s specified trends. PrognosEase software allows the emulation of real-alike conditions by adding noise and distortion features to measurements. The measurement collection process follows different types of paths, including a linear path, as for batteries [18,19], an exponential path, as for turbofan engines [6,7], and an exponentially grown sinusoidal path, as for bearings and rotating elements [20]. PrognosEase also has the possibility of addressing both cyclic and non-cyclic degradation [21]. These degradation paths can be associated with linear and or exponential RUL degradation trends. These trends are made available by studying a wide range of real applications in the literature. In this paper, a large number of life cycles, including multiple types of measurements associated with linear RUL measurements, are generated to train the ProgNet in the source domain. The goal was to push any noisy distorted representations to an appropriate RUL target, while resisting overfitting through regularization. Therefore, we consider the transfer of learning knowledge from the PrognosEase domain to the N-CMAPSS domain to be very useful for covering the lack of deterioration patterns, seen due to the sharing of the measurement deterioration phenomenon between the two. This is especially the case when N-CMAPSS is misgeneralization software, a situation which occurs when it is built on the physical modeling.
ProgNet is a two-layer LSTM, with twenty neurons per layer and an adaptive optimization capability. Thus, compared to previous introduced deep network architectures [10,11,12,13], in particular compared to CNN [13] and multi-level LSTM [12], the architecture is significantly lightweight. This is the meaning of our fourth contribution to the reduction in algorithmic complexity. Hyperparameters, such as the number of neurons (20), l 2 norm-based regularization (0.1), learning rate (0.01), mini-batch sizes (250), and number of epochs (3000), are manually tuned following their use on a trial-and-error basis. This follows the recommendations made in [2] for complex massive data, where evolutionary and swarm intelligence or even grid search will be highly computationally expansive (see Figure 2 from [2]). The purpose of using two LSTM layers is to keep one last layer of fine-tuning of ProgNet in the target domain. The training process of the ProgNet is evaluated using the score function S and RMSE, proposed in [9] for the evaluation of prognosis systems, as showcased in (9) and (10), respectively. Where { y , y ˇ } are the desired and predicted RULs, respectively. E is the prediction error and α is a penalization parameter, defined as α = 1 13 when E < 0 and as   α = 1 10 if E 0 . For ProgNet, S = 2.5667 and R M S E = 0.1275 are very satisfactory results obtained during training.
R M S E = 1 N i = 1 N ( E 2 ) | C   ( y y ˇ )
S = 1 N i = 1 N e ( α E )

4. Results and Discussion

For the target domain, the entire dataset is used for fine-tuning the trained ProgNet. The loss function of ProgNet in both domains is set by default to the RMSE function, as previously described in (9). Generally speaking, the global loss function to be minimized is the sum of the losses in both domains. Besides previously mentioned evaluation metrics (i.e., S and   R M S E ), the uncertainty of ProgNet is also quantified at 90%, 95%, and 99% confidence. In this context, Gaussian distributed measurement noise-based confidence interval (CI), as in [22], is calculated to provide insight into the uncertainties of the predictions. Accordingly, formulas (11–12) will be used to determine intervals for each prediction with the help of the total prediction error variance ,   δ 2 , prediction variance, δ y 2 , and Gaussian noise variance ,   δ g 2 , while z = { 1.65 ,   1.96 ,   2.85 } for 90%, 95%, and 99% confidence, respectively. In this work, we have calculated the ratio of predictions inside the CI over the total number of predictions to estimate the prediction confidence of the proposed approach.
C I = y ± z δ 2
δ 2 = δ y 2 + δ g 2
Machine learning experiments are carried out using MATLAB R2018b, installed on a quad-core i7 microprocessor laptop with 8 GB of RAM 12 MB of cache memory. Table 4 summarizes the obtained results of ProgNet, compared to the LSTM network with the same architecture without transfer learning. The results show that ProgNet clearly outperforms the original LSTM with a higher level of performance. Besides, LSTM shows more prediction uncertainties in RUL estimations.
The reason for the high approximation capability of ProgNet is related to the additional information obtained from training on the PrognosEase data, which allows a simpler architecture to be used than those presented in the literature to achieve a higher level of accuracy with lower computational costs. This means that transfer learning helps overcome the problems of lack of damage propagation patterns, resulting from the poor generalization of physics-informed models of the turbofan engine. As a result, the first ProgNet layer (i.e., LSTM layer), which is dedicated to training in the source domain, acts as a generative model, providing more meaningful representations to the N-CMAPSS samples in the target domain. The generated mixture of different measurement types and RUL trends from PrognosEase helps ProgNet to learn deterrent degradation cases and increase knowledge about real-alike samples. This means that the learned representations of the PrognosEase source domain are responsible for pushing the N-CMAPSS patterns to behave appropriately, even if the first feature space is missing meaningful representations.
Comparing the results obtained in works performed so far in the literature on the N-CMAPSS dataset [10,11,12,13], this work obviously achieves better results, although it is the only one investigating the whole dataset under simplest learning rules and algorithmic architecture. It is also noticed that the LSTM network without transfer learning achieved a better performance than that seen in previous works. This is also a proof of the robustness of the designed features engineering. This means that the new feature engineering helps to provide better representations of the raw data features than others provided in the literature.
The curve fit of Figure 6 for the entire test set is also strong evidence of the capability of ProgNet, as well as the designed feature engineering process in emulating the degradation trend. Figure 6 depicts curve fits, obtained by LSTM and ProgNet networks, and also showcases the CI range at 99%. The heading in the subplots refers to the file names and the number of testing units. The curve fit is perfectly performed for most of the dataset except for units DS02_006 {14}, DS02 {7}, DS08a_009 {15}, DS08c_008 {10}, DS07 {9}, which suffer from a higher level of fluctuations. These fluctuations are responsible for affecting the accuracy of the entire learning model.
In Figure 7, the loss function behavior of ProgNet with respect to the LSTM network explains the smoothness, rapid convergence, and better stability of the transfer learning process compared to PrognosEase. Seemingly, ProgNet not only contributes to accurate predictions but also makes the model immune to overfitting, and this reason explains the stability within a larger error than the LSTM network in the training phase.
Finally, Figure 8 examines the behavior of the scoring function when testing the model on the N-CMAPSS test samples. Clearly, ProgNet shows more concentration towards the zero value and less error sparsity than in the LSTM network. This proves the capability of the proposed learning path to improve the learning process by accommodating the additional information obtained from cross-model transfer learning.

5. Conclusions

ProgNet has been proposed in this paper for RUL prediction of aircraft engines. It is proposed for use to address the challenges of RUL prediction, namely the complexity, dynamics, and unavailability of the learning patterns generated from a simulation model. ProgNet is a non-complex two-layer LSTM, trained to numerous degradation patterns obtained from PrognosEase software that emulates real degradation trajectories. The algorithms benefit from a simpler architecture, compared to those presented in the literature, as well as from robust feature engineering to achieve strong convergence behavior. This prevents the model from overfitting. ProgNet has been tested on the entire N-CMAPSS dataset, which, to our knowledge, is the first time this has been done. The model was evaluated using numerous visual and numerical metrics, in addition to uncertainty quantification. The results, compared to previous works and in particular to LSTM networks, proved the model’s strong ability to provide excellent curve fitting. Experiments in this work have also shown that ProgNet has some limitations in providing a better curve fit when the data variation suffers from higher levels of non-linearity and non-stationarity (data complexity in general), making it less robust to noisy data. Therefore, further studies will be conducted on the feature engineering process to solve the non-stationarity, non-linearity, and noisy data issues, while trying to use some kind of generative models to overcome the issue of missing patterns. In addition, designed codes of ongoing experiments, from data preparation to application, are available online. The designed codes of this study are available at: https://www.mathworks.com/matlabcentral/fileexchange/122337-new-cmapss-dataset-2021-preparation-application-example?s_tid=prof_contriblnk (accessed on 19 December 2022).

Author Contributions

Conceptualization, T.B.; methodology, T.B.; software, T.B.; validation, T.B., M.-D.M., L.-H.M. and M.B.; formal analysis, T.B.; investigation, T.B.; resources, T.B.; data curation, T.B.; writing—original draft preparation, T.B.; writing—review and editing, T.B., M.-D.M., L.-H.M. and M.B.; All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data used in this study is available at: https://phm-datasets.s3.amazonaws.com/NASA/17.+Turbofan+Engine+Degradation+Simulation+Data+Set+2.zip (accessed on 19 December 2022).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zimmermann, N.; Duffy, V.G. Systematic Literature Review of Safety Management Systems in Aviation Maintenance Operations; Springer: Cham, Switzerland, 2023; pp. 311–328. [Google Scholar] [CrossRef]
  2. Berghout, T.; Benbouzid, M. A Systematic Guide for Predicting Remaining Useful Life with Machine Learning. Electronics 2022, 11, 1125. [Google Scholar] [CrossRef]
  3. Ferreira, C.; Gonçalves, G. Remaining Useful Life prediction and challenges: A literature review on the use of Machine Learning Methods. J. Manuf. Syst. 2022, 63, 550–562. [Google Scholar] [CrossRef]
  4. de Pater, I.; Reijns, A.; Mitici, M. Alarm-based predictive maintenance scheduling for aircraft engines with imperfect Remaining Useful Life prognostics. Reliab. Eng. Syst. Saf. 2022, 221, 108341. [Google Scholar] [CrossRef]
  5. Lei, Y.; Li, N.; Guo, L.; Li, N.; Yan, T.; Lin, J. Machinery health prognostics: A systematic review from data acquisition to RUL prediction. Mech. Syst. Signal Process. 2018, 104, 799–834. [Google Scholar] [CrossRef]
  6. Berghout, T.; Mouss, L.H.; Kadri, O.; Saïdi, L.; Benbouzid, M. Aircraft engines Remaining Useful Life prediction with an adaptive denoising online sequential Extreme Learning Machine. Eng. Appl. Artif. Intell. 2020, 96, 103936. [Google Scholar] [CrossRef]
  7. Berghout, T.; Mouss, L.; Kadri, O.; Saïdi, L.; Benbouzid, M. Aircraft Engines Remaining Useful Life Prediction with an Improved Online Sequential Extreme Learning Machine. Appl. Sci. 2020, 10, 1062. [Google Scholar] [CrossRef] [Green Version]
  8. Che, C.; Wang, H.; Fu, Q.; Ni, X. Combining multiple deep learning algorithms for prognostic and health management of aircraft. Aerosp. Sci. Technol. 2019, 94, 105423. [Google Scholar] [CrossRef]
  9. Arias Chao, M.; Kulkarni, C.; Goebel, K.; Fink, O. Aircraft Engine Run-to-Failure Dataset under Real Flight Conditions for Prognostics and Diagnostics. Data 2021, 6, 5. [Google Scholar] [CrossRef]
  10. Biggio, L.; Wieland, A.; Chao, M.A.; Kastanis, I.; Fink, O. Uncertainty-Aware Prognosis via Deep Gaussian Process. IEEE Access 2021, 9, 123517–123527. [Google Scholar] [CrossRef]
  11. Koutroulis, G.; Mutlu, B.; Kern, R. Constructing robust health indicators from complex engineered systems via anticausal learning. Eng. Appl. Artif. Intell. 2022, 113, 104926. [Google Scholar] [CrossRef]
  12. Song, T.; Liu, C.; Wu, R.; Jin, Y.; Jiang, D. A hierarchical scheme for remaining useful life prediction with long short-term memory networks. Neurocomputing 2022, 487, 22–33. [Google Scholar] [CrossRef]
  13. Arias Chao, M.; Kulkarni, C.; Goebel, K.; Fink, O. Fusing physics-based and deep learning models for prognostics. Reliab. Eng. Syst. Saf. 2022, 217, 107961. [Google Scholar] [CrossRef]
  14. Niu, S.; Liu, Y.; Wang, J.; Song, H. A Decade Survey of Transfer Learning (2010–2020). IEEE Trans. Artif. Intell. 2020, 1, 151–166. [Google Scholar] [CrossRef]
  15. Saxena, A.; Goebel, K.; Simon, D.; Eklund, N. Damage propagation modeling for aircraft engine run-to-failure simulation. In Proceedings of the 2008 International Conference on Prognostics and Health Management, Denver, CO, USA, 6–9 October 2008; pp. 1–9. [Google Scholar]
  16. Xing, Z.; Carbonetto, P.; Stephens, M. Flexible signal denoising via flexible empirical Bayes shrinkage. J. Mach. Learn. Res. 2016, 22, 1–28. [Google Scholar]
  17. Berghout, T.; Mohamed, B. PrognosEase. Available online: https://www.mathworks.com/matlabcentral/fileexchange/119743-prognosease (accessed on 19 December 2022).
  18. Berghout, T.; Benbouzid, M.; Bentrcia, T.; Amirat, Y.; Mouss, L. Exposing Deep Representations to a Recurrent Expansion with Multiple Repeats for Fuel Cells Time Series Prognosis. Entropy 2022, 24, 1009. [Google Scholar] [CrossRef] [PubMed]
  19. Berghout, T.; Benbouzid, M.; Amirat, Y. Improving Small-scale Machine Learning with Recurrent Expansion for Fuel Cells Time Series Prognosis. In Proceedings of the IECON 2022—48th Annual Conference of the IEEE Industrial Electronics Society, Brussels, Belgium, 17–20 October 2022; pp. 1–5. [Google Scholar]
  20. Berghout, T.; Benbouzid, M.; Mouss, L.H. Leveraging label information in a knowledge-driven approach for rolling-element bearings remaining useful life prediction. Energies 2021, 14, 2163. [Google Scholar] [CrossRef]
  21. Zhang, X.; Qin, Y.; Yuen, C.; Jayasinghe, L.; Liu, X. Time-Series Regeneration with Convolutional Recurrent Generative Adversarial Network for Remaining Useful Life Estimation. IEEE Trans. Ind. Inform. 2021, 17, 6820–6831. [Google Scholar] [CrossRef]
  22. Gou, B.; Xu, Y.; Feng, X. State-of-Health Estimation and Remaining-Useful-Life Prediction for Lithium-Ion Battery Using a Hybrid Data-Driven Method. IEEE Trans. Veh. Technol. 2020, 69, 10854–10867. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the CMAPSS turbofan engine. Reproduced from [9], MDPI: 2021.
Figure 1. Schematic diagram of the CMAPSS turbofan engine. Reproduced from [9], MDPI: 2021.
Aerospace 10 00010 g001
Figure 2. An overview of a degradation life path from N-CMAPSS dataset: (a) Sensors measurements behavior in a life path from N-CMAPSS; (b) RUL trend in a single lifecycle.
Figure 2. An overview of a degradation life path from N-CMAPSS dataset: (a) Sensors measurements behavior in a life path from N-CMAPSS; (b) RUL trend in a single lifecycle.
Aerospace 10 00010 g002
Figure 3. Correlation analysis and feature selection results: (a) Heatmap-based linear correlation; (b) Selected measurements for feeding the learning model.
Figure 3. Correlation analysis and feature selection results: (a) Heatmap-based linear correlation; (b) Selected measurements for feeding the learning model.
Aerospace 10 00010 g003
Figure 4. The predicting RUL proposed methodology.
Figure 4. The predicting RUL proposed methodology.
Aerospace 10 00010 g004
Figure 5. Schematic diagram of the LSTM hidden state calculation.
Figure 5. Schematic diagram of the LSTM hidden state calculation.
Aerospace 10 00010 g005
Figure 6. Curve fit results of the entire N-CMAPSS test set.
Figure 6. Curve fit results of the entire N-CMAPSS test set.
Aerospace 10 00010 g006
Figure 7. Loss function behavior during training process.
Figure 7. Loss function behavior during training process.
Aerospace 10 00010 g007
Figure 8. Scoring functions behavior: (a) Score function behavior; (b): RMSE function behavior.
Figure 8. Scoring functions behavior: (a) Score function behavior; (b): RMSE function behavior.
Aerospace 10 00010 g008
Table 1. Related works to N-CMAPSS dataset.
Table 1. Related works to N-CMAPSS dataset.
RefsYearUnavailabilityComplexityDrift
[10]2021Using an uncertainty aware deep Gaussian process regression.
[11]2022Predicting health indexes with a causal driver and Granger causality.
[12]2022Two-level optimization LSTM.Recursive learning of LSTM allows researchers to address dynamic adaptation towards change in data via forgetting mechanism.
[13]2022CNN.
This paper2022Cross-modality transfer learning is used to overcome lack of degradation patterns.LSTM network with adaptive optimization, PCA empirical Bayesian method based on wavelets with a Cauchy prior, and scaling.Recursive learning of LSTM with adaptive optimization (Adam) allows researchers to address dynamic adaptation towards change in data via forgetting mechanism.
Table 2. Sensors physical properties.
Table 2. Sensors physical properties.
#SymbolDescriptionUnit#SymbolDescriptionUnit
01WfFuel flowpps08P15Total pressure in bypass ductpsia
02NfPhysical fan speedrpm09P2Total pressure at fan inletpsia
03NcPhysical core speedrpm10P21Total pressure at fan outletpsia
04T24Total temperature at LPC outletR 11P24Total pressure at LPC outletpsia
05T30Total temperature at HPC outletR 12Ps30Static pressure at HPC outletpsia
06T48Total temperature at HPT outletR13P40 Total pressure at burner outletpsia
07T50Total temperature at LPT outletR14P50Total pressure at LPT outletpsia
Table 3. Overview of the N-CMAPSS dataset.
Table 3. Overview of the N-CMAPSS dataset.
Names#UnitesFailure ModesNames#UnitesFailure Modes
DS0110 Efficiency of HPTDS0510 Efficiency and flow of HPC
DS029Efficiency of HPT, Flow and efficiency of LPTDS0610 Efficiency and flow of HPC and LPC
DS0315 Efficiency of HPT, Flow and efficiency of LPTDS0710 Efficiency and flow of LPT
DS0410 Flow and efficiency of the fanDS0854Efficiency and flow of all components
Table 4. Obtained evaluation results.
Table 4. Obtained evaluation results.
Algorithm S R M S E Confidence LevelImportant Notes
90%95%99%
[10]-7.31---These works considered only a subset of the eight N-CMAPSS subsets.
[11]-6.61---
[12]2.188 × 1066.867---
LSTM878.0436.010.690.690.69These works considered the entire N-CMAPSS.
ProgNet234.615.640.810.790.73
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Berghout, T.; Mouss, M.-D.; Mouss, L.-H.; Benbouzid, M. ProgNet: A Transferable Deep Network for Aircraft Engine Damage Propagation Prognosis under Real Flight Conditions. Aerospace 2023, 10, 10. https://doi.org/10.3390/aerospace10010010

AMA Style

Berghout T, Mouss M-D, Mouss L-H, Benbouzid M. ProgNet: A Transferable Deep Network for Aircraft Engine Damage Propagation Prognosis under Real Flight Conditions. Aerospace. 2023; 10(1):10. https://doi.org/10.3390/aerospace10010010

Chicago/Turabian Style

Berghout, Tarek, Mohamed-Djamel Mouss, Leïla-Hayet Mouss, and Mohamed Benbouzid. 2023. "ProgNet: A Transferable Deep Network for Aircraft Engine Damage Propagation Prognosis under Real Flight Conditions" Aerospace 10, no. 1: 10. https://doi.org/10.3390/aerospace10010010

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop