Abstract
The performance degradation of electronic power components during long-term operation can compromise system reliability and safety. Therefore, accurately predicting their remaining useful life (RUL) is critical for the reliability of safety-critical systems that utilize these components. This paper proposes a hybrid model integrating bidirectional long short-term memory networks (BiLSTM) and Gaussian process regression (GPR) for RUL prediction of electronic power components. The BiLSTM module provides high-precision point predictions, while the GPR module leverages the sequence features and trend information extracted by BiLSTM to deliver reliable interval predictions and high-confidence probabilistic outputs. The model’s predictive accuracy was validated using NASA’s publicly available lithium-ion battery dataset. Experimental results demonstrate that, compared to existing models, the proposed model achieves at least a 9.6% improvement in point prediction performance and a 63% improvement in interval prediction performance, fully validating the reliability and accuracy of the BiLSTM-GPR approach. The model was further applied to predict the RUL of DC-DC power modules. The predicted Continuous Ranked Probability Score (CRPS) reached a maximum of 0.050405, while the Probability Integral Transform (PIT) results exhibited a uniform distribution within the (0,1) range, further demonstrating the model’s high reliability and predictive confidence.
1. Introduction
Electronic power components are critical elements in the field of power electronics [1], widely applied in safety-critical scenarios requiring efficient electrical energy control, such as automotive electronics [2], industrial control [3], rail transportation [4], and aerospace [5]. However, prolonged operation leads to device degradation, causing a gradual decline in performance that ultimately compromises system reliability and safety. Moreover, the degradation of electronic power components is not an isolated event but a progressive process with distinct temporal dependency and cumulative effects. Early-stage stress and damage accumulation continuously influence subsequent performance changes, exhibiting statistical regularities throughout the device’s lifecycle [6]. Research into the reliability of electronic power components has become critical for enhancing the long-term stable operation of power electronic systems [7]. Therefore, accurately predicting the State of Health (SOH) and Remaining Useful Life (RUL) of these devices is essential for the application of electronic power components [8].
Currently, RUL prediction methods for electronic power components can be broadly categorized into two types: model-based approaches [9] and data-driven approaches [10]. Model-based methods require constructing equivalent circuit models and electrochemical models based on the underlying mechanisms, subsequently deriving performance evolution patterns closely linked to intrinsic degradation mechanisms [11]. This approach offers high prediction accuracy and strong interpretability but involves complex modeling and time-consuming solutions [12]. Particularly for electronic power components with intricate internal structures and significant multiphysics coupling, establishing physical models proves excessively challenging and costly, limiting their widespread application in practical engineering [13]. Data-driven approaches utilize statistical correlation methods [14] to extract degradation information and health evolution patterns from historical data [15], becoming mainstream in Prognostics and Health Management (PHM) [16]. Existing data-driven methods fall into two categories: statistical analysis [17] and machine learning [18]. Statistical analysis methods typically rely on assumptions about degradation monotonicity and stationarity. For instance, Bakdi et al. [19] introduced principal component analysis (PCA) for fault detection in complex systems. Wang [20] and colleagues employed kernel principal component analysis (KPCA) to extract multi-domain features reflecting bearing degradation states for predicting the remaining life of rolling bearings. However, such methods struggle to characterize the nonlinear and non-stationary features of devices under complex operating conditions and are sensitive to noise. Concurrently, to overcome the limitations of statistical methods, researchers have increasingly turned to more flexible machine learning approaches. Song et al. [21] employed support vector machines (SVM) for rolling bearing fault diagnosis. Similarly, Mrabet et al. [22] utilized random forests (RF) to detect fault locations and durations in power systems. While these traditional machine learning approaches partially address overly stringent model assumptions, they struggle to effectively capture long-term dependencies in device degradation. Recurrent Neural Networks (RNNs) were introduced to address this limitation. Guo et al. [23] employed RNNs to construct health indices for equipment condition assessment. While this approach resolves temporal dependencies, it exhibits instability in predicting long-term degradation trends. Long Short-Term Memory (LSTM) networks effectively mitigate the vanishing gradient problem in RNNs by introducing gating mechanisms. They efficiently transmit and express information across extended time sequences without discarding valuable historical data. Zhang et al. [24] employed LSTMs to achieve independent battery remaining life estimation without offline training data. Han et al. [25] processed time series data from an aviation engine degradation simulation dataset using LSTMs, effectively preventing loss of critical elements in the data. Gorrachategui et al. [26] utilized a hybrid model combining convolutional neural networks (CNNs) and LSTMs for precise lithium-ion battery RUL prediction. Building upon this, the bidirectional LSTM (BiLSTM) variant enhances context awareness in time series through its bidirectional structure, ensuring model generalization under limited samples [27]. While BiLSTM improves contextual understanding of device degradation processes and demonstrates excellent point prediction accuracy, its deterministic modeling inherently struggles to provide confidence intervals for predictions. Compared to mainstream RUL prediction methods—such as ref. [28], which enhances long-term prediction stability through global dependency modeling using transformer models; Ref. [29], which develops a Physical Information Neural Network (PINN) framework to embed device thermo-electrical coupling equations into loss functions for improved extrapolation capability; and ref. [30], which combines Variational Autoencoders (VAE) with LSTM for probabilistic generation of degradation trajectories—BiLSTM achieves temporal feature extraction without requiring strong physical assumptions. Its lower model complexity makes it more suitable for handling high-noise, stringent safety-constrained RUL prediction tasks in real-world engineering. Particularly for electronic power components demanding high safety and reliability, point-based prediction results no longer meet requirements. Therefore, this paper proposes a fusion strategy that utilizes BiLSTM to capture nonlinear temporal features as input for Gaussian Process Regression (GPR). As a nonparametric Bayesian method [31], GPR captures complex relationships between data by specifying kernel functions and provides uncertainty estimates, enabling highly accurate predictions.
Although GPR has spawned numerous variants in recent years—such as the sparse Gaussian process in ref. [32], which reduces computational complexity by introducing induced points; the deep Gaussian process, which enhances nonlinear modeling capabilities through stacked latent variable layers; and the multi-task GPR in ref. [33], designed for cross-operating-condition knowledge transfer—these variants typically come at the cost of sacrificing model interpretability or introducing additional hyperparameters. Considering that degradation data for electronic power components often features limited sample sizes, high signal-to-noise ratio fluctuations, and stringent requirements for quantifying prediction uncertainty accuracy, this paper selects standard GPR as the core probabilistic modeling approach. Its nonparametric Bayesian nature provides an analytical posterior distribution under small-sample conditions without imposing strong functional assumptions on degradation paths, aligning better with the need for reliable confidence intervals in safety-critical scenarios.
Therefore, this paper proposes a hybrid model based on Bi-directional Long Short-Term Memory (BiLSTM) and Gaussian Process Regression (GPR) for predicting the RUL of electronic power components. Its main contributions are summarized as follows:
- (1)
- A Hybrid Intelligent Prediction Framework with Uncertainty Quantification Capability. To address the challenge that existing data-driven methods for RUL prediction of electronic power components often struggle to effectively model temporal dependencies while simultaneously quantifying prediction uncertainties, this paper proposes a novel deeply integrated BiLSTM-GPR architecture. Rather than a simple sequential connection, this framework implements feature-adaptive alignment and probabilistic mapping mechanisms to achieve synergistic optimization between the deep temporal features extracted by BiLSTM and the kernel functions of GPR. Consequently, the unified model can perform both high-accuracy point predictions and generate reliable confidence intervals.
- (2)
- A Multi-Dimensional and Interpretable Probabilistic Prediction Evaluation System. Moving beyond the common limitation in existing research that predominantly focuses on single-point prediction accuracy, this study establishes a comprehensive evaluation standard suitable for safety-critical scenarios from three dimensions: point prediction accuracy, interval prediction reliability, and overall probabilistic prediction quality. This evaluation system not only quantifies predictive performance but also provides directly actionable confidence information to support risk warning and maintenance decision-making in practical engineering applications.
- (3)
- Cross-Domain Validation from Simulated Data to Real-World Engineering Scenarios. To thoroughly validate the generalization capability and engineering practicality of the proposed model, performance comparison tests were conducted not only on the publicly available NASA lithium-ion battery dataset but also on a degradation dataset collected from actual DC-DC power modules. These modules operate under complex working conditions with significant noise degradation. The reliable prediction results achieved on such real-world data robustly demonstrate the model’s ability to address practical engineering challenges and its strong potential for transfer and application.
2. Methods
To address reliability issues of electronic power components, this paper proposes BiLSTM-GPR for RUL prediction of electronic power components. The specific method is outlined as follows:
2.1. BiLSTM-Based Life Prediction
To effectively capture the bidirectional temporal dependencies inherent in degradation data, a BiLSTM is employed as the feature extractor, with its workflow illustrated in Figure 1. Unlike a single LSTM, a BiLSTM consists of two independent LSTM units processing data in forward and backward time directions [34]. Each unit processes information from different temporal directions of the input sequence, concatenating the corresponding hidden states at each time step to achieve joint modeling of historical and future information.
Figure 1.
BiLSTM Flowchart.
In Figure 1, , , and represent the input to the input layer, output layer, and current state information of the BiLSTM, respectively. They can be expressed as:
and denote the states of the previous and current time steps, respectively, expressed as:
and represent the input and output of the hidden layer in the previous and current time steps, respectively, specifically expressed as:
denotes the predicted value for the current time step, expressed as:
and represent the activation functions for the Sigmoid and tanh functions, respectively, calculated as follows:
To further enhance model robustness, the adaptive optimizer Adam was employed during training, combined with a learning rate decay strategy to accelerate convergence and prevent getting stuck in local minima.
The BiLSTM design balances temporal modeling capability and feature extraction efficiency [35], enabling it to automatically learn discriminative low-dimensional representations from raw degraded data, providing high-quality inputs for subsequent probabilistic prediction tasks. In this paper, the BiLSTM network comprises two stacked bidirectional LSTM units with hidden layer sizes of 32 and 16, respectively. The network’s output layer generates the final feature representation through an 8-dimensional fully connected layer. During training, the Adam optimizer is employed with an initial learning rate of 0.001, combined with the ReduceLROnPlateau learning rate scheduling strategy to accelerate convergence and avoid local optima. To prevent overfitting, Dropout regularization is introduced between the two LSTM layers with a dropout rate of 0.2. Model training employs 3-fold cross-validation with a batch size of 32 and a maximum of 100 training epochs.
2.2. GPR-Based Uncertainty Modeling
To quantify prediction uncertainty for electronic power components, GPR is introduced as the final prediction module based on BiLSTM. GPR is a Bayesian statistical machine learning algorithm that directly models the function space by defining prior distributions, offering advantages such as strong generalization capability and ease of implementation. GPR is defined as a set of random variables, where each point conforms to a joint Gaussian distribution. These variables are determined by the mean function and covariance function. The covariance function serves as a measure of correlation between the training and testing datasets, constituting a critical factor influencing the predictive performance of GPR models [36]. In this model, the mean function of GPR employs a learnable ConstantMean, while the covariance function utilizes an RBF Kernel with ScaleKernel, i.e., the kernel function:
This kernel function exhibits infinite differentiability, enabling effective modeling of the smooth, continuous, and monotonic/quasi-monotonic performance degradation trends commonly observed during the deterioration process of electronic power components. Compared to periodic kernels or linear kernels, the RBF kernel does not presuppose specific patterns (such as periodicity or linearity), granting it stronger universal approximation capabilities. Compared to composite kernels, the single RBF kernel in this task can adaptively capture variations in degradation rates by automatically learning the length scale l and signal variance , while avoiding overfitting. More importantly, the Gaussian process induced by the RBF kernel exhibits maximum entropy properties, yielding the most conservative uncertainty estimates for unknown regions under given second-order statistics. This is particularly critical in power electronics systems demanding high safety standards. All hyperparameters were learned end-to-end via Exact Marginal Log-Likelihood. The optimization process employed the Adam algorithm with an initial learning rate of 0.1, undergoing 100 training iterations. Since actual data typically contains noise, we assume a regression model with noise as follows:
where denotes the observed value and denotes the prediction target, and further assuming noise , the prior distribution of can be obtained and expressed as:
The joint prior distribution of and is expressed as:
denotes the symmetric positive definite covariance matrix of order n, and represents the covariance matrix between the test point and the input . From this, the posterior distribution of the predicted value can be calculated as:
Among these, is the estimated value of , and is the covariance matrix of the test set, represented as:
Among these, represents the point prediction results of GPR. To further evaluate the reliability of the predictions, a 95% confidence interval was constructed as
2.3. RUL Prediction Based on BiLSTM-GPR
Given the high point prediction accuracy of BiLSTM and the reliable probabilistic predictions from GPR, combining these two models yields highly precise point forecasts, highly reliable interval predictions, and high-confidence probabilistic forecasts. The prediction process comprises two stages: Stage 1 involves fully training BiLSTM by feeding the training and test datasets into it for an initial prediction. The second stage feeds the initial prediction values and observed values into GPR for final predictions, including point estimates, interval estimates, and probability estimates. The key advantage lies in preserving the high-precision point estimates from BiLSTM while incorporating GPR to obtain reliable interval estimates and probability estimates. The overall prediction workflow of this hybrid model is illustrated in Figure 2.
Figure 2.
Overall Model Prediction Flowchart.
Figure 2 systematically presents the overall architecture and workflow of the BiLSTM-GPR model. The framework is divided into three sections: the left side summarizes the theoretical principles of BiLSTM and GPR, the middle section depicts the complete prediction process, and the right side visually illustrates the model’s operational mechanism on the dataset. The core mechanism of this framework lies in the feature-adaptive alignment and probabilistic mapping mechanism of BiLSTM and GPR. For a given input sequence of length T, BiLSTM encodes it into a fixed-dimensional feature vector:
Among these, represents the network parameters of BiLSTM, and . The GPR receives the feature vector as input and models the latent function from the feature space to the remaining lifetime . It is assumed that this function follows a Gaussian process prior:
where is its hyperparameter, and the observation can be computed as:
This enables RUL prediction. The “feature-adaptive alignment” mechanism is achieved through the specific form of the kernel function. This paper employs an RBF kernel as the kernel function, as shown in Equation (8). Its essence lies in the independent learning of each length scale during model training. This process involves the model automatically weighting, filtering, and aligning different feature dimensions—the “feature-adaptive alignment.” For a new test vector , the predicted RUL distribution—the “probability mapping” output—constitutes the posterior distribution of the GPR, as expressed in Equation (12). Its mean provides the final predicted RUL value, while the variance precisely quantifies the model’s uncertainty regarding the mapping relationship from features to RUL for a given test vector. This ensures the interpretability of said uncertainty.
3. Model Evaluation
To validate the accuracy of BiLSTM-GPR predictions, this study employs lithium-ion battery datasets from NASA’s Center of Excellence for Prediction data repository [37], selecting datasets B5, B6, B7, and B18 for experimentation. Battery cycling comprises three processes: charging, discharging, and impedance testing [38]. Initial capacities vary across datasets: B5, B6, B7, and B18 have initial capacities of 1.86 Ah, 2.04 Ah, 1.89 Ah, and 1.86 Ah, respectively, with rated capacities uniformly set at 2 Ah. Capacity changes during battery discharge cycles are illustrated in Figure 3.
Figure 3.
Battery Discharge Cycle Capacity Variation.
The experiment employed three-fold cross-validation to ensure accuracy [39]. Datasets B5, B6, B7, and B18 served as the test set, training set, and validation set, respectively. All models were evaluated on B18, eliminating performance fluctuations caused by different test sets while enabling direct comparison of models trained on different folds. Fixing B18 as the test set better simulates the model’s predictive capability for new batteries and ensures the test set remains completely independent from the training process, thereby avoiding data leakage risks, as detailed in Table 1.
Table 1.
Three-fold cross-validation setup.
This paper selects the charging curves of V and I as input features, taking 10 samples from each curve and averaging them. Data normalization is performed using maximum–minimum scaling. A sliding window method is employed to construct input–output sequence pairs, with a window length of 5. A window length that is too short may hinder the model’s ability to capture battery degradation trends, while an excessively long window introduces noise and increases the risk of overfitting. The sliding step size is set to 1, and regularization is applied to mitigate overfitting. The comparison results between the model’s predicted capacity and actual capacity are shown in Figure 4.
Figure 4.
Comparison of Model-Predicted Capacity and Actual Capacity.
Figure 4 indicates that the model’s predictions show good agreement with actual values. To comprehensively evaluate the model’s performance in lithium-ion battery RUL prediction, an assessment framework was constructed across multiple dimensions. This framework encompasses two core aspects: point prediction accuracy and interval prediction reliability, systematically quantifying the model’s performance in terms of accuracy, stability, and uncertainty.
3.1. Point Prediction Performance Evaluation
Point prediction metrics provide the most direct measure of deviation between model predictions and actual values. These include Mean Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Percentage Error (MAPE), and Coefficient of Determination (), reflecting the model’s accuracy and stability in point predictions [40]. The calculation formulas are as follows:
where and represent the actual and predicted values, respectively, and N denotes the number of periods.
These metrics collectively reveal the distribution characteristics of the model’s prediction errors. MAE is suitable for measuring overall error, MSE aids in identifying extreme prediction failures, MAPE provides a relative error perspective, and assesses the model’s fitting performance [41]. The results are shown in Table 2.
Table 2.
Model Point Forecast Results.
Analysis of Table 2 reveals that the BiLSTM-GPR hybrid model demonstrates outstanding point prediction performance across folds 1 to 3, with consistently low error values. The values exceed 90% and approach 1, indicating excellent alignment between predicted and actual values.
3.2. Reliability Assessment of Interval Predictions
Although point prediction results are intuitive and clear, they fail to reflect prediction uncertainty. This is particularly true during battery aging, where degradation processes are influenced by complex factors such as temperature, manufacturing variations, and charge/discharge rates, exhibiting inherent randomness [42]. Therefore, interval prediction metrics are introduced to provide confidence intervals, thereby comprehensively characterizing the reliable range of prediction results [43]. The model’s interval prediction performance is evaluated using the Prediction Interval Coverage Probability (PICP) and the Mean Prediction Interval Width (MPIW), calculated as follows:
where and represent the upper and lower bounds of the predicted value, respectively. When the actual value , , conversely, .
PICP measures the probability that the true value falls within the predicted interval, while MPIW reflects the average width of the prediction interval. Under the premise of ensuring PICP, a smaller MPIW indicates more precise uncertainty estimation by the model. To comprehensively balance PICP and MPIW, the Coverage Width Criterion (CWC) is introduced, calculated as follows:
Ideally, PICP should approach the 95% confidence level, while MPIW should be minimized to achieve the smallest CWC value. A lower CWC indicates superior interval prediction performance—achieving the narrowest prediction interval while maintaining high coverage. For lithium-ion battery degradation data, the model’s interval prediction results are shown in Table 3.
Table 3.
Model Interval Prediction Results.
Analysis of the interval prediction results shows that the PICP values for the three folds are 93.7007%, 92.1259%, and 96.8503%, respectively. All are close to the ideal 95% and deviate from the target by no more than 3%. This indicates that the model’s prediction intervals have good coverage capability. Values that are too high suggest the model is overly conservative, while values that are too low indicate the model is overly confident. The MPIW values are 0.054322, 0.044849, and 0.090291, respectively, all falling within the 0.04–0.1 range. This indicates that the model can provide precise uncertainty estimates while maintaining high confidence levels. Concurrently, the CWC comprehensively measures coverage capability and interval width, with results remaining at extremely low levels below 10%. Overall, the model demonstrates excellent interval prediction performance, fully validating its optimal state in the “accuracy–reliability” trade-off.
3.3. Continuous-Rated Probability Score
Additionally, the Continuous Ranked Probability Score (CRPS) was introduced to comprehensively evaluate the quality of the entire prediction distribution, balancing accuracy and calibration. This metric measures the deviation between the predicted cumulative distribution function (PDF) and the observed empirical distribution function (CDF), i.e., the , calculated as follows:
CRPS results are presented in Table 4.
Table 4.
Model CRPS Results.
Lower CRPS values indicate not only reduced bias in the prediction distribution—meaning the center point of the predicted distribution is closer to the true value—but also good calibration uncertainty. Analysis of the model’s predicted CRPS results reveals an average CRPS of 0.011743 across the three test sets. This outcome demonstrates that the model not only delivers highly accurate point predictions but also exhibits a prediction distribution that closely aligns with the true distribution, indicating excellent calibration and distribution fitting capabilities.
3.4. Ablation Study
To validate the effectiveness of the BiLSTM-GPR model in prediction tasks, systematic ablation experiments were conducted to compare the performance of different modules in battery capacity degradation prediction. The comparison results are illustrated in Figure 5.
Figure 5.
Comparison of ablation experiment results.
The capacity-vs-cycle trend curves in Figure 5 reveal that the BiLSTM-GPR model achieves the best fit between predicted and actual values, demonstrating superior long-term trend capture and noise resistance. Its point and interval prediction results are further detailed in Table 5.
Table 5.
The Results of Ablation Study.
As shown in Table 5, the model demonstrates optimal performance across all evaluation metrics. Notably, its CWC for interval prediction is the lowest at 0.066627, indicating not only precise point predictions but also reliable uncertainty estimates. In contrast, while standalone LSTM and BiLSTM models demonstrate relatively strong fitting capabilities, they cannot provide uncertainty estimates for predictions. Although the LSTM-GPR model incorporates GPR, it fails to fully leverage bidirectional information and lacks the ability to fuse historical and future contextual data, resulting in limited generalization performance on complex nonlinear degradation trajectories.
Overall, BiLSTM more accurately captures the evolution of battery capacity degradation compared to LSTM. When further combined with GPR, the model not only retains its original point prediction capability but also enhances the estimation of prediction confidence, thereby achieving more precise and stable capacity prediction.
3.5. Comparative Experiments
Furthermore, the model was compared with current mainstream prediction models to validate the effectiveness and superiority of the BiLSTM-GPR model in RUL prediction. The comparison images are shown in Figure 6.
Figure 6.
Comparison of the Model with Mainstream Models.
Figure 6 demonstrates that the BiLSTM-GPR model exhibits higher accuracy in overall trend fitting, particularly excelling at capturing capacity variation characteristics during the battery capacity regeneration phase. The black line represents the actual value, while the red lines represent the predictions from various models. In contrast, the SDAE-LSTM or CNN-GPR models exhibit significant fluctuations in the early stages, with noticeable prediction errors. While the Transformer model possesses strong global modeling capabilities, it still shows some deviations in local details, such as capacity regeneration. To further quantify the prediction performance of each model, multiple evaluation metrics on the lithium-ion battery degradation dataset are presented in Table 6.
Table 6.
Model Comparison Prediction Results.
Table 6 shows that the BiLSTM-GPR model achieves the best performance in point forecasting. Although its interval forecasting metrics are inferior to those of the BiLSTM-QR model, the latter’s PICP is only 72%, indicating insufficient coverage capability. The SDAE-LSTM model is relatively complex. The cascaded structure of SDAE and LSTM results in an excessive number of model parameters, making it prone to overfitting on limited battery data. Furthermore, the reconstruction loss and capacity prediction loss in SDAE exhibit conflicting optimization objectives, leading to weak generalization capabilities and a lack of uncertainty quantification. Overall, the BiLSTM-GPR model demonstrates the best performance across all metrics.
4. RUL Prediction for DC-DC Power Modules
DC-DC power modules are power electronic devices that convert DC voltage to different levels of DC voltage, serving as indispensable key components in modern electronic systems. During long-term operation, DC-DC power modules experience performance degradation due to factors such as thermal stress, humidity stress, electrical stress, and vibration. Their degradation mechanisms encompass the most typical failure modes in electronic power components. Therefore, this paper conducts multi-stress accelerated degradation testing on DC-DC power modules. This approach not only aids in predicting their RUL but also provides a reference basis for reliability modeling, failure prediction, and condition-based maintenance (CBM) of other electronic power components. It holds significant importance for enhancing system robustness, extending service life, and enabling intelligent operation and maintenance.
Given the extended operational lifespan characteristic of DC-DC power modules, multi-stress accelerated degradation testing was conducted to comprehensively investigate their entire degradation process. The experimental setup is illustrated in Figure 7.
Figure 7.
Experimental Environment for DC-DC Power Modules.
A total of 1200 h of reliability testing was conducted on six DC-DC power modules, comprising 912 h of high-temperature/high-humidity testing and 288 h of combined environmental testing. The high-temperature and high-humidity test conditions were set at 80 °C and 80% relative humidity. The combined environmental test conditions comprised temperature cycling, vibration stress, and electrical stress. The low-temperature condition was −20 °C, and the high-temperature condition was 80 °C, with each temperature maintained for 1 h. The electrical stress condition involved applying a 24 V DC voltage to the test specimens. By deploying voltage sensing points and Hall-effect current sensors to capture internal voltage and current data from each DC-DC power module at a sampling frequency of 5 kHz, approximately 16 million data points were obtained. Following stratified sampling principles, multiple data extracts were formed to constitute experimental test groups, with each group containing roughly 160,000 voltage and current values. These are designated as Dataset1 through Dataset6. As DC-DC power modules operate long-term, degradation increases voltage fluctuations. Therefore, when predicting the RUL of DC-DC power modules, the RMS value of voltage was selected as the model output. RMS effectively reflects output voltage fluctuations, thereby characterizing health status. The calculation method is as follows:
For the degradation data obtained from this reliability experiment, BiLSTM-GPR was employed to predict the RUL for the six degradation datasets. The prediction results are shown in Figure 8.

Figure 8.
Comparison of predicted and actual values for DC-DC power modules.
Figure 8 demonstrates that the model’s predicted values generally align well with actual values, with most falling within the 90% confidence interval. This indicates strong predictive capability. Preliminary analysis suggests the BiLSTM-GPR model exhibits excellent generalization ability and stability for this prediction task. To further evaluate prediction accuracy, point prediction results are summarized in Table 7.
Table 7.
Model Point Prediction Results.
As shown in Table 7, the point prediction results of the model remain at a low level across Datasets 1–6, further validating the high-precision point prediction capability of BiLSTM-GPR on different datasets. Among them, Dataset 2 exhibits the optimal point prediction performance, while Dataset 3 shows relatively higher error, potentially attributed to greater fluctuations in input features or noise interference. To further assess prediction uncertainty, the model’s interval predictions at the 95% confidence level and continuous graded probability scores were calculated, as shown in Table 8.
Table 8.
Model Interval Prediction Results and Continuous Graded Probability Scores.
Table 8 shows that the PICP values of all models are around 95%, indicating high coverage capability of the prediction intervals. Meanwhile, the MPIW values are small, all below 1, suggesting narrow prediction interval widths. However, relying solely on PICP and MPIW cannot comprehensively evaluate the quality of interval predictions. Therefore, CWC is used to synthesize these metrics. The CWC results for Datasets 1–6 are all below 1, with Dataset 2 showing the optimal performance. This aligns with the point prediction results, indicating superior overall model performance on this dataset.
Furthermore, the CRPS metric evaluates the overall performance of the probability density function predicted by the BiLSTM-GPR model. It comprehensively assesses both point prediction and interval prediction metrics while encompassing the overall performance of the probability density function. Results show that CRPS values across all datasets remain at relatively low levels, indicating the model exhibits good consistency and stability in probability prediction.
After evaluating the BiLSTM-GPR predictions through point forecasting, interval forecasting, and probability forecasting, we further tested the reliability of its predictions to ensure the validity of the results. Prediction reliability refers to the statistical consistency between predicted and actual values. The Probability Integral Transform (PIT) was selected to assess prediction reliability, with the PIT formula defined as follows:
If the PIT value follows a uniform distribution within , the prediction result is considered reliable. The PIT results for BiLSTM-GPR are shown in Figure 9.

Figure 9.
PIT results of BiLSTM-GPR on DC-DC power modules.
As shown in Figure 9, the PIT results for Datasets 1–6 are clustered near the diagonal, uniformly covering the range [0, 1]. The vast majority of PIT points fall within the Kolmogorov 5% confidence interval, further demonstrating the reliability of the BiLSTM-GPR prediction results.
5. Conclusions
Obtaining reliable RUL predictions is critical for the application of electronic power components. To simultaneously achieve high-precision point prediction metrics and highly reliable interval prediction results, this paper proposes the BiLSTM-GPR model for RUL prediction of electronic power components. First, BiLSTM delivers high-precision point predictions, followed by secondary GPR predictions to achieve highly reliable interval forecasts. The model’s accuracy was validated using NASA’s public lithium-ion dataset across point predictions, interval predictions, and probability predictions. Comparisons with mainstream prediction models revealed that BiLSTM-GPR demonstrated optimal performance in both point prediction levels and interval prediction results, fully validating its predictive accuracy. Further application of this model to RUL prediction for DC-DC power modules yielded results that closely matched actual values. Probability predictions demonstrated well-calibrated performance, and the predicted intervals exhibited accurate coverage capability. This practical application reaffirmed the model’s reliability and utility, offering novel insights and technical approaches for health management of electronic power components in the electronics field. However, current models rely on offline-collected complete degradation sequences for training. When confronted with online incremental data or sudden operational condition switching scenarios, the model update mechanism requires further optimization. Future research may explore embedding physical prior knowledge as soft constraints within the network architecture to construct hybrid intelligent models with enhanced mechanism consistency.
Author Contributions
Conceptualization, X.C.; methodology, X.C.; validation, C.L.; investigation, X.C. and H.Z.; resources, J.C.; data curation, B.W.; writing—original draft preparation, X.C.; writing—review and editing, J.C. and H.Z.; visualization, B.W.; funding acquisition, H.Z. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by the National Natural Science Foundation of China (NSFC) under Grant [72301293].
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The datasets used and analyzed during the current study are available from the corresponding authors on reasonable request.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Chen, K.; Luo, Y.; Long, Z.; Li, Y.; Nie, G.B.; Liu, K.; Xin, D.L.; Gao, G.Q.; Wu, G.N. Big Data-Driven Prognostics and Health Management of Lithium-Ion Batteries: A Review. Renew. Sustain. Energy Rev. 2025, 214, 115522. [Google Scholar] [CrossRef]
- Barzkar, A.; Ghassemi, M. Components of Electrical Power Systems in More and All-Electric Aircraft: A Review. IEEE Trans. Transp. Electrif. 2022, 8, 4037–4053. [Google Scholar] [CrossRef]
- Dorn-Gomba, L.; Ramoul, J.; Reimers, J.; Emadi, A. Power Electronic Converters in Electric Aircraft: Current Status, Challenges, and Emerging Technologies. IEEE Trans. Transp. Electrif. 2020, 6, 1648–1664. [Google Scholar] [CrossRef]
- Rafin, S.M.S.H.; Ahmed, R.; Haque, M.A.; Hossain, M.K.; Haque, M.A.; Mohammed, O.A. Power Electronics Revolutionized: A Comprehensive Analysis of Emerging Wide and Ultrawide Bandgap Devices. Micromachines 2023, 14, 2045. [Google Scholar] [CrossRef]
- Williamson, S.S.; Rathore, A.K.; Musavi, F. Industrial Electronics for Electric Transportation: Current State-of-the-Art and Future Challenges. IEEE Trans. Ind. Electron. 2015, 62, 3021–3032. [Google Scholar] [CrossRef]
- Rossetto, I.; Meneghini, M.; Hilt, O.; Bahat Treidel, E.; de Santi, C.; Dalcanale, S.; Wuerfl, J.; Zanoni, E.; Meneghesso, G. Time-Dependent Failure of GaN-on-Si Power HEMTs with p-GaN Gate. IEEE Trans. Electron Devices 2016, 63, 2334–2339. [Google Scholar] [CrossRef]
- Wang, H.; Blaabjerg, F. Power Electronics Reliability: State of the Art and Outlook. IEEE J. Emerg. Sel. Top. Power Electron. 2021, 9, 6476–6493. [Google Scholar] [CrossRef]
- Tian, A.; Yu, H.J.; Hu, Z.Y.; Wang, Y.Q.; Wu, T.Z.; Jiang, J.C. A Novel Remaining Useful Life Prediction Method Based on CNN-Attention Combined with SMA-GPR. Energy 2025, 321, 135233. [Google Scholar] [CrossRef]
- Xie, S.S.; Cheng, W.; Nie, Z.L.; Huang, Q.; Xing, J.; Chen, X.F.; Zhang, R.Y.; Yang, Y.J. Bayesian Physics-Informed Neural Networks with Iterative Ensemble Kalman Inversion for RUL Prediction and Uncertainty Quantification. Adv. Eng. Inform. 2026, 69, 103907. [Google Scholar] [CrossRef]
- Wang, S.; Zhou, R.; Ren, Y.; Jiao, M.; Liu, H.; Lian, C. Advanced Data-Driven Techniques in AI for Predicting Lithium-Ion Battery Remaining Useful Life: A Comprehensive Review. Green Chem. Eng. 2025, 6, 139–153. [Google Scholar] [CrossRef]
- Song, K.; Hu, D.; Tong, Y.; Yue, X. Remaining Life Prediction of Lithium-Ion Batteries Based on Health Management: A Review. J. Energy Storage 2023, 57, 106193. [Google Scholar] [CrossRef]
- Kong, J.; Liu, J.; Zhu, J.; Zhang, X.; Tsui, K.L.; Peng, Z.; Wang, D. Review on Lithium-Ion Battery PHM from the Perspective of Key PHM Steps. Chin. J. Mech. Eng. 2024, 37, 71. [Google Scholar] [CrossRef]
- Xiao, Y.; Zhu, X.; Wu, J.; Luo, J.; Quan, L.; Xiong, R.; Chen, W. A Multi-Stage Augmentative Generalization Learning Prediction Model for Lithium-Ion Battery Remaining Useful Life under Uncertain Working Conditions. Energy 2025, 335, 138228. [Google Scholar] [CrossRef]
- Lv, K.; Ma, Z.; Bao, C.; Liu, G. Indirect Prediction of Lithium-Ion Battery RUL Based on CEEMDAN and CNN-BiGRU. Energies 2024, 17, 1704. [Google Scholar] [CrossRef]
- Zhou, J.; Shu, X.; Zhang, J.; Yi, F.; Jia, C.; Zhang, C.; Kong, X.; Zhang, J.; Wu, G. A deep learning method based on CNN-BiGRU and attention mechanism for proton exchange membrane fuel cell performance degradation prediction. Int. J. Hydrogen Energy 2024, 94, 394–405. [Google Scholar] [CrossRef]
- Jia, C.; He, H.; Zhou, J.; Li, K.; Li, J.; Wei, Z. A performance degradation prediction model for PEMFC based on bi-directional long short-term memory and multi-head self-attention mechanism. Int. J. Hydrogen Energy 2024, 60, 133–146. [Google Scholar] [CrossRef]
- Zhou, J.; Zhang, J.; Yi, F.; Feng, C.; Wu, G.; Li, Y.; Zhang, C.; Wang, C. A real-time prediction method for PEMFC life under actual operating conditions. Sustain. Energy Technol. Assess. 2024, 70, 103949. [Google Scholar] [CrossRef]
- Patrizi, G.; Martiri, L.; Pievatolo, A.; Magrini, A.; Meccariello, G.; Cristaldi, L.; Nikiforova, N.D. A Review of Degradation Models and Remaining Useful Life Prediction for Testing Design and Predictive Maintenance of Lithium-Ion Batteries. Sensors 2024, 24, 3382. [Google Scholar] [CrossRef]
- Bakdi, A.; Kouadri, A. A New Adaptive PCA Based Thresholding Scheme for Fault Detection in Complex Systems. Chemom. Intell. Lab. Syst. 2017, 162, 83–93. [Google Scholar] [CrossRef]
- Wang, Y.P.; Zhao, J.J.; Yang, C.N.; Xu, D.; Ge, J.H. Remaining Useful Life Prediction of Rolling Bearings Based on Pearson Correlation-KPCA Multi-Feature Fusion. Measurement 2022, 201, 111572. [Google Scholar] [CrossRef]
- Song, X.; Wei, W.; Zhou, J.; Ji, G.; Hussain, G.; Xiao, M.; Geng, G. Bayesian-Optimized Hybrid Kernel SVM for Rolling Bearing Fault Diagnosis. Sensors 2023, 23, 5137. [Google Scholar] [CrossRef]
- El Mrabet, Z.; Sugunaraj, N.; Ranganathan, P.; Abhyankar, S. Random Forest Regressor-Based Approach for Detecting Fault Location and Duration in Power Systems. Sensors 2022, 22, 458. [Google Scholar] [CrossRef]
- Guo, L.; Li, N.P.; Jia, F.; Lei, Y.G.; Lin, J. A Recurrent Neural Network Based Health Indicator for Remaining Useful Life Prediction of Bearings. Neurocomputing 2017, 240, 98–109. [Google Scholar] [CrossRef]
- Zhang, Y.; Xiong, R.; He, H.; Pecht, M.G. Long Short-Term Memory Recurrent Neural Network for Remaining Useful Life Prediction of Lithium-Ion Batteries. IEEE Trans. Veh. Technol. 2018, 67, 5695–5705. [Google Scholar] [CrossRef]
- Han, B.K.; Yin, P.W.; Zhang, Z.Z.; Wang, J.; Bao, H.; Song, L.; Liu, X.; Ma, H.; Wang, D. Remaining Useful Life Prediction of Turbofan Engines Based on Dual Attention Mechanism Guided Parallel CNN-LSTM. Meas. Sci. Technol. 2025, 36, 016160. [Google Scholar] [CrossRef]
- Sanz-Gorrachategui, I.; Wang, Y.; Guillén-Asensio, A.; Bono-Nuez, A.; Martín-del-Brío, B.; Orlik, P.V.; Pastor-Flores, P. Remaining Useful Life Estimation of Used Li-Ion Cells with Deep Learning Algorithms Without First Life Information. IEEE Access 2024, 12, 147798–147808. [Google Scholar] [CrossRef]
- Zhang, Z.D.; Ye, L.; Qin, H.; Liu, Y.; Wang, C.; Yu, X.; Yin, X.; Li, J. Wind Speed Prediction Method Using Shared Weight Long Short-Term Memory Network and Gaussian Process Regression. Appl. Energy 2019, 247, 270–284. [Google Scholar] [CrossRef]
- Wang, L.; Li, Y.; Liu, H.; Liu, T. A Lightweight Transformer Edge Intelligence Model for RUL Prediction Classification. Sensors 2025, 25, 4224. [Google Scholar] [CrossRef]
- Wang, F.; Zhai, Z.; Zhao, Z.; Di, Y.; Chen, X. Physics-informed Neural Network for Lithium-ion Battery Degradation Stable Modeling and Prognosis. Nat. Commun. 2024, 15, 4332. [Google Scholar] [CrossRef]
- Zhang, C.; Guo, Y.; Zhang, Y. Engineering Research Express, Volume 7, Number 1 Lab-ver: An LSTM attention based on variational autoencoder representation learning of remaining useful life estimation. Eng. Res. Express 2025, 7, 015577. [Google Scholar] [CrossRef]
- Guo, X.; Yang, Z.; Liu, Y.; Fang, Z.; Wei, Z. A Hybrid Approach Based on Gaussian Process Regression and LSTM for Remaining Useful Life Prediction of Lithium-Ion Batteries. In Proceedings of the 2023 IEEE Transportation Electrification Conference & Expo (ITEC), Detroit, MI, USA, 21–23 June 2023; pp. 1–4. [Google Scholar] [CrossRef]
- Fogelquist, J.; Lin, X. Combining Electrochemistry and Data-Sparse Gaussian Process Regression for Lithium-Ion Battery Hybrid Modeling. Appl. Energy 2025, 372, 123456. [Google Scholar] [CrossRef]
- Ren, J.; Ma, J.; Wang, H.; Yu, T.; Wang, K. A Comprehensive Review on Research Methods for Lithium-Ion Battery of State of Health Estimation and End of Life Prediction: Methods, Properties, and Prospects. Prot. Control Mod. Power Syst. 2025, 10, 146–165. [Google Scholar] [CrossRef]
- Jia, C.; Liu, W.; He, H.; Chau, K.T. Superior energy management for fuel cell vehicles guided by improved DDPG algorithm: Integrating driving intention speed prediction and health-aware control. Appl. Energy 2025, 394, 126195. [Google Scholar] [CrossRef]
- Chen, L.; Zheng, M.; Liu, Z.; Lv, M.; Zhao, L.; Wang, Z. SDAE+bi-LSTM-based situation awareness algorithm for the CAN bus of intelligent connected vehicles. Electronics 2021, 11, 110. [Google Scholar] [CrossRef]
- Zhao, J.; Zhu, Y.; Zhang, B.; Liu, M.; Wang, J.; Liu, C.; Zhang, Y. Method of Predicting SOH and RUL of Lithium-Ion Battery Based on the Combination of LSTM and GPR. Sustainability 2022, 14, 11865. [Google Scholar] [CrossRef]
- Saha, B.; Goebel, K. Battery Data Set. NASA AMES Prognostics Data Repository; NASA Ames Research Center: Moffett Field, CA, USA, 2007. [Google Scholar]
- Fan, Y.B.; Lin, Z.S.; Wang, F.; Zhang, J.P. A Hybrid Approach for Lithium-Ion Battery Remaining Useful Life Prediction Using Signal Decomposition and Machine Learning. Sci. Rep. 2025, 15, 8161. [Google Scholar] [CrossRef] [PubMed]
- Sun, H.H.; Jiang, H.B.; Gu, Z.J.; Li, H.H.; Wang, T.S.; Rao, W.N.; Wang, Y.P.; Pei, L.; Yuan, C.; Chen, L. A Novel Multiple Kernel Extreme Learning Machine Model for Remaining Useful Life Prediction of Lithium-Ion Batteries. J. Power Sources 2024, 613, 234912. [Google Scholar] [CrossRef]
- Wang, J.G.; Zhang, S.D.; Li, C.Y.; Wu, L.F.; Wang, Y.Z. A Data-Driven Method with Mode Decomposition Mechanism for Remaining Useful Life Prediction of Lithium-Ion Batteries. IEEE Trans. Power Electron. 2022, 37, 13684–13695. [Google Scholar] [CrossRef]
- Wei, M.; Ye, M.; Zhang, C.W.; Li, Y.; Zhang, J.L.; Wang, Q. A Multi-Scale Learning Approach for Remaining Useful Life Prediction of Lithium-Ion Batteries Based on Variational Mode Decomposition and Monte Carlo Sampling. Energy 2023, 283, 129086. [Google Scholar] [CrossRef]
- Yin, Y.Y.; Tian, J.; Liu, X.F. Remaining Useful Life Prediction Based on Parallel Multi-Scale Feature Fusion Network. J. Intell. Manuf. 2025, 36, 3111–3127. [Google Scholar] [CrossRef]
- Zhang, J.S.; Huang, C.S.; Chow, M.-Y.; Li, X.; Tian, J.L.; Luo, H.; Yin, S. A Data-Model Interactive Remaining Useful Life Prediction Approach of Lithium-Ion Batteries Based on PF-BiGRU-TSAM. IEEE Trans. Ind. Inform. 2024, 20, 1144–1154. [Google Scholar] [CrossRef]
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. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.










