REVIEW 5 major objections 6 minor 53 references
Hybrid Gaussian Process Regression with Temporal Feature Extraction for Partially Interpretable Remaining Useful Life Interval Prediction in Aeroengine Prognostics
T0 review · 5 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Hybrid LSTM-GPR model narrows aeroengine RUL intervals by more than 50% while keeping point forecasts competitive.
desk verdict The paper's central interval-prediction claims collapse on arithmetic: the FD004 CWC value in Table 2 is impossible under the paper's own formula, so the core evaluation is unsupported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the pair formed by LSTM gating and the squared-exponential Gaussian process posterior. The LSTM equations define forget, input, and output gates that compress each sliding window into a hidden state $h$; the GP then places a multivariate normal prior on RUL values with kernel $k(h,h')$ and noise variance $\delta^2$, and the posterior mean and variance generate the point forecast and the interval endpoints. A permutation-based feature-importance component measures the drop in prediction accuracy when each sensor is shuffled, producing the $\lambda$ ranking. The mechanism matters because it lets a Bayesian non-parametric regressor work in a compact temporal latent space rather than on high-dimensional raw sensor streams, which is what the paper credits for both narrow intervals and partial interpretability.
What would settle it
Compute the empirical coverage of the HRP 95% intervals on the FD004 test engines, separately for each of the six operating conditions, and compare it with the nominal 95%; if coverage falls well below 95% in any condition while NAW stays at 28%, the narrow intervals are a symptom of miscalibration rather than calibrated uncertainty.
Extended reading notes
Core claim
On its own terms, the paper's central claim is that the hybrid HRP model learns a probabilistic mapping from multivariate sensor histories to RUL such that point predictions match or beat deep learners and the 95% prediction interval is tighter than existing interval-prediction baselines. The LSTM compresses a sliding window of 14 selected sensors into hidden states $h$; the GP prior is $y \sim N(\mu, K + \delta^2 I)$ with squared-exponential kernel $k(h,h') = \tau^2 \exp(-\|h-h'\|^2/(2\eta^2))$, and the predictive interval for a new test point is the posterior mean plus or minus $1.96$ times the square root of the posterior variance. The paper reports RMSE values of 13.09, 12.33, 13.49, and 19.65 on FD001-FD004, with the FD002 value the best among all compared models, and NAW values of 21%, 29%, 23%, and 28%, which it interprets as a consistent interval-narrowing advantage. CWC improvements are claimed on FD001, FD002, and FD003.
Load-bearing premise
The method assumes that the hidden states of an LSTM trained only on a Huber pointwise RUL loss form a space in which the Gaussian process posterior variance is a well-calibrated 95% interval across all operating conditions and fault modes.
Editorial extensions
If this is right
- On FD001-FD003, the reported NAW values of 21-29% would give maintenance planners considerably tighter 95% failure windows than the compared LSTM-BS, IESGP, and AGCNN baselines.
- The FD002 RMSE of 12.33, the best among compared models, suggests that a GP head on LSTM features can improve point accuracy under multiple operating conditions while also providing uncertainty.
- Permutation-based feature rankings give a concrete sensor priority list, notably sensors 6, 10, and 13, that can be used for condition monitoring and maintenance focus.
- Because the GP posterior updates with new data points, the method implies a natural online loop: as more run-to-failure history accumulates, the interval for a given engine should narrow.
Reading between the lines
- A direct consequence we draw from Table 2 is that on FD004, where six operating conditions and two fault modes combine, the narrow intervals are not backed by coverage: the CWC of 468.43, versus 95.56 for AGCNN, indicates miscalibration far more than good uncertainty quantification.
- The paper never reports empirical coverage probabilities separately from CWC; reporting coverage per sub-dataset and per operating condition would settle whether the NAW reductions come from calibrated narrowness or overconfidence.
- Since the LSTM is trained on a Huber pointwise loss, no objective ties the GP variance to observed residuals; adding a calibration or maximum-likelihood term on the GP's predictive distribution is a natural, testable extension that could repair the FD004 case.
- A practical extension consistent with the paper's architecture is post-hoc recalibration of the GP variance, for instance by scaling the posterior standard deviation, before constructing intervals; this would preserve the point forecasts while restoring coverage.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes HRP, a hybrid method that feeds LSTM hidden states into a Gaussian process regressor to produce point and interval predictions of remaining useful life (RUL) on the C-MAPSS benchmark. The paper claims that HRP consistently narrows normalized average width (NAW) and improves the coverage width criterion (CWC) relative to several baselines across all four sub-datasets, while providing feature importance analysis. The evaluation reports RMSE, NAW, and CWC for FD001–FD004.
Significance. If the central claims were supported, the paper would offer a practical hybrid of deep temporal feature extraction and Bayesian nonparametric uncertainty quantification, with an interpretability layer, for aeroengine prognostics. The idea of using LSTM hidden states as GP inputs is a reasonable direction. However, the paper's own numerical evidence contains an internal contradiction that invalidates the reported interval comparisons, and the lack of repeated-run statistics further weakens the empirical claims.
major comments (5)
- [Table 2 and Eq. (13)] The FD004 row of Table 2 reports NAW = 28.00 and CWC = 468.43. Under the stated definition CWC = NAW × exp(1 − coverage/α), and since coverage is a probability in [0,1] and α > 0, the exponential factor is at most e, so CWC ≤ e·NAW ≈ 76.1. The reported value 468.43 exceeds this bound by a factor of six. Either Eq. (13) is not the metric used to produce Table 2, or the FD004 CWC entry is erroneous. Because the claim that HRP 'consistently outperforms existing approaches' on all four sub-datasets rests directly on these numbers, the reported evaluation does not currently establish the paper's central interval-performance claim.
- [Comparison with state-of-the-art methods (Table 2)] Even setting aside the internal inconsistency, the FD004 CWC of 468.43 is far worse than every baseline, including AGCNN's 95.56. The text acknowledges improvement only 'on the first three sub-datasets' for CWC but then concludes 'Out of the four sub-datasets, our method consistently outperforms existing approaches.' This is a direct contradiction of the table. The authors must either correct the values or revise the claim.
- [Table 6 and 'Evaluation setting'] The sliding-window sizes are reported together with 'Min life cycle in test datasets' and 'Number of testing time windows' for each sub-dataset. If these test-set statistics were used to choose the window lengths, the evaluation is compromised by information leakage. The manuscript does not explain how the window sizes were selected or justify their dependence on test-set properties. The authors should describe the selection procedure and confirm that the test data were not used for hyperparameter choice.
- [Eqs. (7)–(9)] The posterior mean in Eq. (7) contains µ(h) and µ(h*), but the prediction equation (9) is written as K(h*)⊺(K + δ²I)^{-1}y, which corresponds to a zero-mean GP. The manuscript states 'assuming a GP(0, K) prior' immediately after presenting the general mean formulation, but then the narrative continues to refer to µ. This inconsistency needs to be resolved, and the GP hyperparameters η, τ, and δ should be reported with their fitting procedure for reproducibility.
- [Prognostic results analysis] The paper reports only NAW and CWC, not the coverage probability itself. A narrow interval that misses the true RUL most of the time yields a low NAW but is not a valid 95% interval. The claim that 'the predicted intervals consistently cover the real RUL' is supported only by selected example engines (Fig. 4), not by quantitative coverage on the full test sets. The authors should report coverage probabilities alongside NAW and CWC for all four datasets.
minor comments (6)
- [Eq. (13)] The coverage indicator is written as Cj = 1 if RULj ∈ [yU_j, yL_j]; the interval endpoints should be reversed to [yL_j, yU_j].
- [Importance analysis and Conclusion] The importance analysis section describes permutation-based feature importance, but the Conclusion states that 'by adaptively employing additional random forest regression' the influence of sensors is assessed. These two accounts should be reconciled.
- [Data preprocessing] There is a typo 'standard deviation deviation' in the normalization paragraph.
- [Eq. (2)] The Huber loss definition uses 'delta' in the second case; this should be the same symbol δ used elsewhere.
- [References] References [16] and [17] are the same paper by Hochreiter and Schmidhuber; one should be removed or replaced.
- [Figure 4] The caption refers to red and green segments indicating over- and under-prediction, but these colors are not shown or explained in the figure itself.
Circularity Check
No significant circularity: the GP-based interval predictions are generated by the stated posterior equations on held-out test data, not by construction from the evaluation metrics.
full rationale
The derivation chain is self-contained. Temporal features are extracted by an LSTM trained with a Huber pointwise loss (Eqs. 1-2), and these hidden states are fed into a squared-exponential Gaussian process with the standard prior and predictive equations (Eqs. 3-9). The reported 95% intervals are computed from the posterior covariance via yL = yhat - 1.96*sqrt(km) and yU = yhat + 1.96*sqrt(km), which are not defined in terms of the reported NAW or CWC metrics; nothing in the derivation fits the interval widths or coverage to the evaluation scores. Hyperparameters and window lengths are selected from prior empirical studies (Ref. 31) and standard GP practice rather than from the test-set outcomes, and the method is compared against external baseline models on held-out test engines. There are no load-bearing self-citations and no prediction that reduces to a fitted input by construction. The anomalous FD004 CWC entry in Table 2 (CWC = 468.43 exceeding e*NAW under Eq. 13) would be a correctness or reproducibility issue if substantiated, but it is not a circularity concern because the intervals themselves were not constructed from that metric. Accordingly, the paper receives a circularity score of 0.
Assumptions & free parameters
free parameters (6)
- piecewise RUL change point =
125
- exponential smoothing coefficient (beta or s) =
not reported
- sliding window size per sub-dataset =
25, 20, 30, 15 (FD001-FD004)
- GP hyperparameters (length-scale eta, amplitude tau, noise variance delta^2) =
not reported
- Huber loss threshold delta =
not reported
- LSTM hidden state size and training hyperparameters =
not reported
assumptions (5)
- standard math Gaussian process regression formulas (posterior mean and variance, Eqs. 5-9) are valid
- standard math The normal quantile interval yhat +/- 1.96*sqrt(k) is a valid 95% predictive interval for RUL
- domain assumption C-MAPSS simulation is a reliable proxy for real aeroengine degradation and the piecewise-linear RUL target is the correct ground truth
- domain assumption The 14 selected sensors contain all information relevant to degradation
- ad hoc to paper LSTM hidden states form a suitable input space for a stationary squared-exponential GP
Cite this review
Pith. "Pith review of Hybrid Gaussian Process Regression with Temporal Feature Extraction for Partially Interpretable Remaining Useful Life Interval Prediction in Aeroengine Prognostics." pith.science (2026). https://pith.science/paper/56P2N37M
@misc{pith2026241115185,
author = {Pith},
title = {Pith review of: Hybrid Gaussian Process Regression with Temporal Feature Extraction for Partially Interpretable Remaining Useful Life Interval Prediction in Aeroengine Prognostics},
year = {2026},
howpublished = {\url{https://pith.science/paper/56P2N37M}},
note = {Machine review of arXiv:2411.15185}
}
read the original abstract
The estimation of Remaining Useful Life (RUL) plays a pivotal role in intelligent manufacturing systems and Industry 4.0 technologies. While recent advancements have improved RUL prediction, many models still face interpretability and compelling uncertainty modeling challenges. This paper introduces a modified Gaussian Process Regression (GPR) model for RUL interval prediction, tailored for the complexities of manufacturing process development. The modified GPR predicts confidence intervals by learning from historical data and addresses uncertainty modeling in a more structured way. The approach effectively captures intricate time-series patterns and dynamic behaviors inherent in modern manufacturing systems by coupling GPR with deep adaptive learning-enhanced AI process models. Moreover, the model evaluates feature significance to ensure more transparent decision-making, which is crucial for optimizing manufacturing processes. This comprehensive approach supports more accurate RUL predictions and provides transparent, interpretable insights into uncertainty, contributing to robust process development and management.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
An lstm network for highway trajectory prediction
Florent Altché and Arnaud de La Fortelle. An lstm network for highway trajectory prediction. In 2017 IEEE 20th international conference on intelligent transportation systems (ITSC), pages 353–359. IEEE, 2017
work page 2017
-
[2]
Piero Baraldi, Francesca Mangili, and Enrico Zio. A prognostics approach to nuclear component degradation modeling based on gaussian process regression. Progress in Nuclear Energy, 78:141–154, 2015
work page 2015
-
[3]
Christoph Bienefeld, Eckhard Kirchner, Andreas V ogt, and Marian Kacmar. On the importance of temporal information for remaining useful life prediction of rolling bearings using a random forest regressor. Lubricants, 10(4):67, 2022
work page 2022
-
[4]
Random forests
Leo Breiman. Random forests. Machine learning, 45:5–32, 2001
2001
-
[5]
Classification and regression trees
Leo Breiman. Classification and regression trees. Routledge, 2017
2017
-
[6]
Life prediction for turbo- propulsion systems under dwell fatigue conditions
Kwai S Chan, Michael P Enright, Jonathan P Moody, Benjamin Hocking, and Simeon HK Fitch. Life prediction for turbo- propulsion systems under dwell fatigue conditions. Journal of engineering for gas turbines and power, 134(12):122501, 2012
work page 2012
-
[7]
Chuang Chen, Ningyun Lu, Bin Jiang, Yin Xing, and Zheng Hong Zhu. Prediction interval estimation of aeroengine remaining useful life based on bidirectional long short-term memory network. IEEE Transactions on Instrumentation and Measurement, 70:1–13, 2021
work page 2021
-
[8]
Direct remaining useful life estimation based on random forest regression
Xin Chen, Ge Jin, Siqi Qiu, Minglei Lu, and Danjiong Yu. Direct remaining useful life estimation based on random forest regression. In 2020 Global Reliability and Prognostics and Health Management (PHM-Shanghai), pages 1–7. IEEE, 2020
work page 2020
Show all 53 references
-
[9]
Machine remaining useful life prediction via an attention-based deep learning approach
Zhenghua Chen, Min Wu, Rui Zhao, Feri Guretno, Ruqiang Yan, and Xiaoli Li. Machine remaining useful life prediction via an attention-based deep learning approach. IEEE Transactions on Industrial Electronics, 68(3):2521–2531, 2020
2020
-
[10]
A dual-stage attention-based bi-lstm network for multivariate time series prediction
Qi Cheng, Yixin Chen, Yuteng Xiao, Hongsheng Yin, and Weidong Liu. A dual-stage attention-based bi-lstm network for multivariate time series prediction. The Journal of Supercomputing, 78(14):16214–16235, 2022
2022
-
[11]
Essential steps in prognostic health management
Sreerupa Das, Richard Hall, Stefan Herzog, Gregory Harrison, Michael Bodkin, and Lockheed Martin. Essential steps in prognostic health management. In 2011 IEEE Conference on Prognostics and Health Management, pages 1–9. IEEE, 2011
2011
-
[12]
Remaining useful life prediction and challenges: A literature review on the use of machine learning methods
Carlos Ferreira and Gil Gonçalves. Remaining useful life prediction and challenges: A literature review on the use of machine learning methods. Journal of Manufacturing Systems, 63:550–562, 2022
2022
-
[13]
A. J. Figueredo and P. S. A. Wolf. Assortative pairing and life history strategy – a cross-cultural study. Human Nature, 20:317–330, 2009
2009
-
[14]
User’s guide for the commercial modular aero-propulsion system simulation (c-mapss)
Dean K Frederick, Jonathan A DeCastro, and Jonathan S Litt. User’s guide for the commercial modular aero-propulsion system simulation (c-mapss). Technical report, 2007
2007
-
[15]
Z. Hao, A. AghaKouchak, N. Nakhjiri, and A Farahmand. Global integrated drought monitoring and prediction system (GIDMaPS) data sets. figshare http://dx.doi.org/10.6084/m9.figshare.853801, 2014
2014 doi
-
[16]
Long short-term memory
Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):1735–1780, 1997
1997
-
[17]
Long short-term memory
Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural Computation, 9(8):1735–1780, 1997
1997
-
[18]
Remaining useful life prognosis of bearing based on gauss process regression
Sheng Hong and Zheng Zhou. Remaining useful life prognosis of bearing based on gauss process regression. In 2012 5th International conference on BioMedical engineering and informatics, pages 1575–1579. IEEE, 2012
2012
-
[19]
Time series data prediction using sliding window based rbf neural network
HS Hota, Richa Handa, and Akhilesh Kumar Shrivas. Time series data prediction using sliding window based rbf neural network. International Journal of Computational Intelligence Research, 13(5):1145–1156, 2017
2017
-
[20]
Soh and rul prediction of lithium-ion batteries based on gaussian process regression with indirect health indicators
Jianfang Jia, Jianyu Liang, Yuanhao Shi, Jie Wen, Xiaoqiong Pang, and Jianchao Zeng. Soh and rul prediction of lithium-ion batteries based on gaussian process regression with indirect health indicators. Energies, 13(2):375, 2020
2020
-
[21]
Machinery health prognostics: A systematic review from data acquisition to rul prediction
Yaguo Lei, Naipeng Li, Liang Guo, Ningbo Li, Tao Yan, and Jing Lin. Machinery health prognostics: A systematic review from data acquisition to rul prediction. Mechanical systems and signal processing, 104:799–834, 2018
2018
-
[22]
A wiener-process-model-based method for remaining useful life prediction considering unit-to-unit variability
Naipeng Li, Yaguo Lei, Tao Yan, Ningbo Li, and Tianyu Han. A wiener-process-model-based method for remaining useful life prediction considering unit-to-unit variability. IEEE Transactions on Industrial Electronics, 66(3):2092–2101, 2018
2018
-
[23]
Random forest regression for online capacity estimation of lithium-ion batteries
Yi Li, Changfu Zou, Maitane Berecibar, Elise Nanini-Maury, Jonathan C-W Chan, Peter Van den Bossche, Joeri Van Mierlo, and Noshin Omar. Random forest regression for online capacity estimation of lithium-ion batteries. Applied energy, 232:197–210, 2018. 10/18
2018
-
[24]
Uncertainty prediction of remaining useful life using long short-term memory network based on bootstrap method
Yuan Liao, Linxuan Zhang, and Chongdang Liu. Uncertainty prediction of remaining useful life using long short-term memory network based on bootstrap method. In 2018 ieee international conference on prognostics and health management (icphm), pages 1–8. IEEE, 2018
2018
-
[25]
Multiple sensors based prognostics with prediction interval optimization via echo state gaussian process
Chongdang Liu, Linxuan Zhang, Yuan Liao, Cheng Wu, and Gongzhuang Peng. Multiple sensors based prognostics with prediction interval optimization via echo state gaussian process. IEEE Access, 7:112397–112409, 2019
2019
-
[26]
A novel deep learning-based encoder-decoder model for remaining useful life prediction
Hui Liu, Zhenyu Liu, Weiqiang Jia, and Xianke Lin. A novel deep learning-based encoder-decoder model for remaining useful life prediction. In 2019 International Joint Conference on Neural Networks (IJCNN), pages 1–8. IEEE, 2019
2019
-
[27]
Uncertainty quantification and interval prediction of equipment remaining useful life based on semi-supervised learning
Hui Liu, Zhenyu Liu, Donghao Zhang, Weiqiang Jia, Xiaopeng Xin, and Jianrong Tan. Uncertainty quantification and interval prediction of equipment remaining useful life based on semi-supervised learning. IEEE Transactions on Instrumentation and Measurement, 2023
2023
-
[28]
Remaining useful life prediction of lithium-ion batteries based on health indicator and gaussian process regression model
Jian Liu and Ziqiang Chen. Remaining useful life prediction of lithium-ion batteries based on health indicator and gaussian process regression model. Ieee Access, 7:39474–39484, 2019
2019
-
[29]
Prediction of remaining useful life of multi-stage aero-engine based on clustering and lstm fusion
Junqiang Liu, Fan Lei, Chunlu Pan, Dongbin Hu, and Hongfu Zuo. Prediction of remaining useful life of multi-stage aero-engine based on clustering and lstm fusion. Reliability Engineering & System Safety, 214:107807, 2021
2021
-
[30]
Gaussian process regression with automatic relevance determination kernel for calendar aging prediction of lithium-ion batteries
Kailong Liu, Yi Li, Xiaosong Hu, Mattin Lucu, and Widanalage Dhammika Widanage. Gaussian process regression with automatic relevance determination kernel for calendar aging prediction of lithium-ion batteries. IEEE Transactions on Industrial Informatics, 16(6):3767–3777, 2019
2019
-
[31]
Aircraft engine remaining useful life estimation via a double attention-based data-driven architecture
Lu Liu, Xiao Song, and Zhetao Zhou. Aircraft engine remaining useful life estimation via a double attention-based data-driven architecture. Reliability Engineering & System Safety, 221:108330, 2022
2022
-
[32]
Deep-convolution-based lstm network for remaining useful life prediction
Meng Ma and Zhu Mao. Deep-convolution-based lstm network for remaining useful life prediction. IEEE Transactions on Industrial Informatics, 17(3):1658–1667, 2020
2020
-
[33]
Evolutionary neural architecture search for remaining useful life prediction
Hyunho Mo, Leonardo Lucio Custode, and Giovanni Iacca. Evolutionary neural architecture search for remaining useful life prediction. Applied Soft Computing, 108:107474, 2021
2021
-
[34]
Stock market’s price movement prediction with lstm neural networks
David MQ Nelson, Adriano CM Pereira, and Renato A De Oliveira. Stock market’s price movement prediction with lstm neural networks. In 2017 International joint conference on neural networks (IJCNN), pages 1419–1426. Ieee, 2017
2017
-
[35]
A lithium-ion battery remaining useful life prediction method based on the incremental capacity analysis and gaussian process regression
Xiaoqiong Pang, Xiaoyan Liu, Jianfang Jia, Jie Wen, Yuanhao Shi, Jianchao Zeng, and Zhen Zhao. A lithium-ion battery remaining useful life prediction method based on the incremental capacity analysis and gaussian process regression. Microelectronics Reliability, 127:114405, 2021
2021
-
[36]
An interval prediction approach based on fuzzy information granulation and linguistic description for remaining useful life of lithium- ion batteries
Xiaoqiong Pang, Zhen Zhao, Jie Wen, Jianfang Jia, Yuanhao Shi, Jianchao Zeng, and Yuanchang Dong. An interval prediction approach based on fuzzy information granulation and linguistic description for remaining useful life of lithium- ion batteries. Journal of Power Sources, 54...
2022
-
[37]
Remaining useful life (rul) prediction of rolling element bearing using random forest and gradient boosting technique
Sangram Patil, Aum Patil, Vishwadeep Handikherkar, Sumit Desai, Vikas M Phalle, and Faruk S Kazi. Remaining useful life (rul) prediction of rolling element bearing using random forest and gradient boosting technique. In ASME international mechanical engineering congress and ex...
2018
-
[38]
Gaussian process regression for forecasting battery state of health
Robert R Richardson, Michael A Osborne, and David A Howey. Gaussian process regression for forecasting battery state of health. Journal of Power Sources, 357:209–219, 2017
2017
-
[39]
Damage propagation modeling for aircraft engine run-to-failure simulation
Abhinav Saxena, Kai Goebel, Don Simon, and Neil Eklund. Damage propagation modeling for aircraft engine run-to-failure simulation. In 2008 international conference on prognostics and health management, pages 1–9. IEEE, 2008
2008
-
[40]
A tutorial on gaussian process regression: Modelling, exploring, and exploiting functions
Eric Schulz, Maarten Speekenbrink, and Andreas Krause. A tutorial on gaussian process regression: Modelling, exploring, and exploiting functions. Journal of Mathematical Psychology, 85:1–16, 2018
2018
-
[41]
A dual attention lstm lightweight model based on exponential smoothing for remaining useful life prediction
Jiayu Shi, Jingshu Zhong, Yuxuan Zhang, Bin Xiao, Lei Xiao, and Yu Zheng. A dual attention lstm lightweight model based on exponential smoothing for remaining useful life prediction. Reliability Engineering & System Safety, 243:109821, 2024
2024
-
[42]
A dual-lstm framework combining change point detection and remaining useful life prediction
Zunya Shi and Abdallah Chehade. A dual-lstm framework combining change point detection and remaining useful life prediction. Reliability Engineering & System Safety, 205:107257, 2021
2021
-
[43]
The improvement of remaining useful life prediction for aero-engines by classification and deep learning
Junxuan Tang and Lei Xiao. The improvement of remaining useful life prediction for aero-engines by classification and deep learning. In 2020 11th International Conference on Prognostics and System Health Management (PHM-2020 Jinan), pages 130–136. IEEE, 2020. 11/18
2020
-
[44]
Remaining useful life (rul) prediction of bearing by using regression model and principal component analysis (pca) technique
Apakrita Tayade, Sangram Patil, Vikas Phalle, Faruk Kazi, and Satvasheel Powar. Remaining useful life (rul) prediction of bearing by using regression model and principal component analysis (pca) technique. Vibroengineering Procedia, 23:30–36, 2019
2019
-
[45]
Attention is all you need
A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems, 2017
2017
-
[46]
Adaptive sliding window lstm nn based rul prediction for lithium-ion batteries integrating ltsa feature reconstruction
Zhuqing Wang, Ning Liu, and Yangming Guo. Adaptive sliding window lstm nn based rul prediction for lithium-ion batteries integrating ltsa feature reconstruction. Neurocomputing, 466:178–189, 2021
2021
-
[47]
Multicellular lstm-based deep learning model for aero-engine remaining useful life prediction
Sheng Xiang, Yi Qin, Jun Luo, Huayan Pu, and Baoping Tang. Multicellular lstm-based deep learning model for aero-engine remaining useful life prediction. Reliability Engineering & System Safety, 216:107927, 2021
2021
-
[48]
Multiple sensor data fusion for degradation modeling and prognostics under multiple operational conditions
Hao Yan, Kaibo Liu, Xi Zhang, and Jianjun Shi. Multiple sensor data fusion for degradation modeling and prognostics under multiple operational conditions. IEEE Transactions on Reliability, 65(3):1416–1426, 2016
2016
-
[49]
A machine-learning prediction method of lithium-ion battery life based on charge process for different applications
Yixin Yang. A machine-learning prediction method of lithium-ion battery life based on charge process for different applications. Applied Energy, 292:116897, 2021
2021
-
[50]
Remaining useful life estimation using a bidirectional recurrent neural network based autoencoder scheme
Wennian Yu, II Yong Kim, and Chris Mechefske. Remaining useful life estimation using a bidirectional recurrent neural network based autoencoder scheme. Mechanical Systems and Signal Processing, 129:764–780, 2019
2019
-
[51]
An integrated multi-head dual sparse self-attention network for remaining useful life prediction
Jiusi Zhang, Xiang Li, Jilun Tian, Hao Luo, and Shen Yin. An integrated multi-head dual sparse self-attention network for remaining useful life prediction. Reliability Engineering & System Safety, 233:109096, 2023
2023
-
[52]
Remaining useful life prediction for lithium-ion batteries based on exponential model and particle filter
Lijun Zhang, Zhongqiang Mu, and Changyan Sun. Remaining useful life prediction for lithium-ion batteries based on exponential model and particle filter. Ieee Access, 6:17729–17740, 2018
2018
-
[53]
Long short-term memory network for remaining useful life estimation
Shuai Zheng, Kosta Ristovski, Ahmed Farahat, and Chetan Gupta. Long short-term memory network for remaining useful life estimation. In 2017 IEEE international conference on prognostics and health management (ICPHM), pages 88–95. IEEE, 2017. Acknowledgments This study was parti...
2017
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.