Next Article in Journal
Short-Block-Length Low-Density Parity-Check Codes-Based Underwater Acoustic Spread-Spectrum Communication System
Next Article in Special Issue
Research on Orderly Charging Strategy for Electric Vehicles Based on Electricity Price Guidance and Reliability Evaluation of Microgrid
Previous Article in Journal
A DRL-Based Task Offloading Scheme for Server Decision-Making in Multi-Access Edge Computing
Previous Article in Special Issue
Assessment of Energy Conversion in Passive Components of Single-Phase Photovoltaic Systems Interconnected to the Grid
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Remaining Useful Life Prediction Method of PEM Fuel Cells Based on a Hybrid Model

1
Shanghai Institute of Space Power-Sources, Shanghai 200245, China
2
State Key Laboratory of Space Power Sources, Shanghai 200245, China
3
Beijing Microelectronics Technology Institute, Beijing 100076, China
4
School of Integrated Circuit, Peking University, Beijing 100871, China
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(18), 3883; https://doi.org/10.3390/electronics12183883
Submission received: 28 August 2023 / Revised: 12 September 2023 / Accepted: 13 September 2023 / Published: 14 September 2023

Abstract

:
To predict the remaining useful life (RUL) of the proton exchange membrane fuel cell (PEMFC) in advance, a prediction method based on the voltage recovery model and Bayesian optimization of a multi-kernel relevance vector machine (MK-RVM) is proposed in this paper. First, the empirical mode decomposition (EMD) method was used to preprocess the data, and then MK-RVM was used to train the model. Next, the Bayesian optimization algorithm was used to optimize the weight coefficient of the kernel function to complete the parameter update of the prediction model, and the voltage recovery model was added to the prediction model to realize the rapid and accurate prediction of the RUL of PEMFC. Finally, the method proposed in this paper was applied to the open data set of PEMFC provided by Fuel Cell Laboratory (FCLAB), and the prediction accuracy of RUL for PEMFC was obtained by 95.35%, indicating that this method had good generalization ability and verified the accuracy of the method when predicting the RUL of PEMFC. The realization of long-term projections for PEMFC RUL not only improves the useful life, reliability, and safety of PEMFC but also reduces operating costs and downtime.

1. Introduction

As a leading technology of clean and renewable energy, PEMFC has the advantage of high energy conversion efficiency and less environmental pollution compared with traditional internal combustion engines. At present, PEMFC has been developing rapidly in the fields of distributed power generation, power networks, fixed power generation, and automotive energy, which is the key direction of future new energy development and has a good market prospect. Despite this, PEMFC still has the problems of short useful life and high production costs, which seriously affect the commercial application and popularization of PEMFC. In addition to breakthrough innovations in electrochemical materials, RUL prediction research is also one a feasible method to improve the life of PEMFC because it can predict the life state of the reactor in advance and, thus, improve useful life. Carrying out RUL predictions based on PEMFC has gradually become a hot topic for researchers.
To promote the commercial application of PEMFC, the US Department of Energy (DOE) has formulated the corresponding standard, where the life of PEMFC should reach 8000 h in 2025, and the maximum output power of the reactor should ensure that the maximum output power cannot be less than 90% of the rated output power [1]. At present, according to relevant research in the literature both at home and abroad, the model-driven method [2,3,4,5,6], data-driven method [7,8,9,10,11,12], and hybrid model [13,14,15,16,17] method are the main methods for the RUL prediction of PEMFC.
The model-driven method uses the empirical model or the mechanism model for the RUL of PEMFC [18,19]. Koltsova [20] proposed an electrochemical reaction area decay mechanism model to predict the RUL of the reactor through the decay of the electrochemical reaction area. Since it is difficult to directly obtain the electrochemical reaction area during the use of fuel cells, this method is only suitable for laboratory research. Robin [21] improved on this basis and established the Pt catalyst’s dissolution mechanism model and the voltage decay’s semi-mechanism model. The fusion of these two mechanism models effectively improved the prediction accuracy of the RUL of fuel cells. Its advantage is that data requirements are not high, with high accuracy, which can not only observe the degradation process inside the reactor but can also observe the change in the key parameters of the reactor. However, it is very complicated to establish an accurate mechanism model, so it is necessary to be familiar with the degradation mechanism of the reactor and have a strong modeling ability. There are still many mechanisms inside the reactor that have not been explored clearly [22,23].
The data-driven method is to realize the RUL prediction of PEMFC by monitoring the status of the reactor system [24]. Silva [25] proposed a PEMFC degradation prediction method based on an adaptive neuro-fuzzy inference system (ANFIS), which used the output voltage value to predict the aging degree of the fuel cell system. The voltage signal was divided into two parts: normal operation and external disturbances to reduce the prediction errors caused by external disturbances. This method was evaluated by predicting the output voltage variation in the fuel cell reactor under constant operating conditions in a long-term experiment. Wu [26] proposed a PEMFC performance degradation prediction method based on adaptive RVM. During the training period, to obtain the behavior characteristics of PEMFC aging data, the design matrix was extended by attaching non-kernel columns, and the adaptive kernel width determination algorithm was used to make the training or learning process more intelligent and effective. Adaptive RVM was trained and tested using experimental voltage aging data from two different PEMFC reactors (1.2 kW Ballard PEMFC and 8 kW PM200 PEMFC). This data-driven approach relied on the nature of the data, and the establishment of the model required a large amount of data. The prediction accuracy of the model no longer depended solely on the merits of the algorithm but more on the merits of the experimental data. Therefore, data-driven methods were mostly applied to short-term prediction.
The hybrid model method combines the advantages of various models to improve the prediction accuracy of the RUL of the reactor to a greater extent [27]. Cheng [28] proposed a fuel cell RUL prediction method based on the least square support vector machine (LSSVM) and regularized particle filter (RPF). First, LSSVM was used to realize the preliminary prediction of PEMFC. Then, the predicted voltage value of LSSVM was used as the new system observation value by RPF, and the uncertainty characteristic of the predicted result was output in the form of RUL probability distribution, which improved the prediction accuracy of RUL in the reactor. Liu [29] proposed a short-term prediction method for fuel cells based on the group method of data handling (GMDH) and wavelet analysis (WA). The coefficient of determination (R2), mean absolute percent error (MAPE), and root mean square error (RMSE) were used. Two sets of PEMFC aging experimental data sets were used to verify the effectiveness of the method under different current load conditions, and a more accurate prediction accuracy was obtained.
Although the method based on the mechanism model has high prediction accuracy, it is often difficult to obtain an accurate mechanism model. The data-driven method overcomes the difficulty of obtaining the mechanism model, but it requires a large number of standard data sets for training, and the quality of the data sets has a great impact on the accuracy of the prediction [30]. The method based on the hybrid model combines the mechanism model and the data drive [31], takes the long and avoids the short, solves the life prediction problem of both effectively [32], and improves the accuracy of prediction.
Therefore, according to the life performance characteristics of PEMFC, an RUL prediction method based on a hybrid model is proposed in this paper, which can realize the long-term accurate prediction of RUL. In this paper, the original data set was analyzed and processed. Voltage was determined as the performance degradation index of the reactor by Person correlation analysis, and voltage data were pre-processed by the EMD denoising method. Then, a RUL prediction model based on the hybrid method was built, and the weight coefficient of the kernel function of MK-RVM was self-optimized by the Bayesian optimization algorithm. After adding the voltage recovery model, the RUL of PEMFC was predicted and estimated. Finally, the accuracy and feasibility of the proposed method were verified using the public data set provided by FCLAB.

2. Data Set Analysis and Preprocessing

2.1. PEMFC Experimental Data Set

In this paper, the data set FC1 of the PEMFC reactor experiment published by FCLAB Laboratory in the IEEE PHM 2014 Data Challenge was selected [33]. FCLAB is the most advanced and authoritative fuel cell academic research institution in Europe, with a total of about 200 faculty and research members in the laboratory, which is the largest fuel cell academic research group in Europe. The data selected for this project were from a reactor of five single batteries with an active area of 100 cm2. Operating conditions of PEMFC: temperature was controlled at about 60 °C, the load current was controlled at 70A, and relative humidity was controlled at about 50%. The data set included multi-dimensional data such as reactor voltage, temperatures of hydrogen, velocity of hydrogen, and humidity of air. Part of the data set is shown in Figure 1.

2.2. PEMFC Performance Degradation Index

PEMFC itself has the characteristics of nonlinear and time variation, while the system has multiple inputs and multiple outputs, which is a typical complex nonlinear control object [34]. These variables that can be monitored include gas flow, pressure, temperature, output voltage, output current, and output power. The PEMFC data set used in this paper had as many as 24 dimensions, as shown in Table 1.
To clarify the relationship between the data variables of each dimension and fuel cell performance degradation and determine the index that could best represent the performance degradation of the reactor, Person correlation analysis was carried out on the data of each dimension in the data set, and the correlation matrix between variables is shown in Figure 2.
By observing the correlation coefficient between the variables in Figure 2, it can be found that the correlation coefficient between the reactor output voltage and time was about −0.95, showing an obvious negative correlation. In the RUL prediction research of PEMFC, because the output voltage of the reactor was the most easily obtained data, most research methods measured the degradation of the reactor performance through the attenuation of the output voltage of the reactor and took the output voltage of the reactor as the indicator of the performance degradation of PEMFC. Therefore, the output voltage of PEMFC was also taken as the performance degradation index of the reactor.

2.3. EMD Denoising

Through correlation analysis, the output voltage was determined as the performance degradation index, but there were 143,862 original output voltage data, the fluctuation between adjacent output voltage data was too small, and the calculation time required for model training was too long; therefore, it was necessary to sample the original data at equal time intervals. Considering the stable operation of the reactor for 1154 h, too short a sampling interval increased the calculation burden and affected the speed predicted of the RUL. If the sampling interval was too long, important pile degradation trend information was lost, which affected the accuracy of RUL prediction. Therefore, 1 h was selected as the sampling interval. Because the original voltage data contained a lot of noise and voltage spikes, if these abnormal deviations are not dealt with, it produces a large calculation error in the training and prediction of the model.
EMD performs signal decomposition according to the time scale characteristics of data without presetting any basis function and overcomes the problem that the basic function has no adaptability [35]. EMD is a processing method that stabilizes non-stationary signals. It decomposes the fluctuations and trends of different scales in the signal step by step to produce a series of data series with different characteristic scales [36]. Each series is called an intrinsic mode function (IMF). In EMD, it is assumed that any signal can be decomposed into several linear or nonlinear IMF components; the local number of zeros is the same as the number of extreme values; the upper and lower envelope is locally symmetric around the time axis.
EMD needs to first find all the extreme points of the signal, connect the local maximum points into the upper envelope through the cubic spline curve, and connect the local minimum points into the lower envelope, the upper and lower envelope contains all the data points and finds the average value of the upper and lower envelope.
m 1 ( t ) = e max ( t ) + e min ( t ) 2
Among them, e max ( t ) is the upper envelope and e min ( t ) is the lower envelope.
The original signal x ( t ) is sieved, and the original signal subtracts the mean envelope to obtain the intermediate signal C 1 ( t ) .
C 1 ( t ) = x ( t ) m 1 ( t )
To determine whether the middle signal C 1 ( t ) meets the two conditions of IMF: the number of extreme points and the number of zero points in the entire time course is equal to or at most one difference. At any time, the average value of the upper envelope formed by local maximum points and the lower envelope formed by local minimum points is zero; that is, the upper and lower envelope are locally symmetric concerning the time axis. If so, the signal is an IMF weight. If not, the above steps are repeated until the decomposed signal meets the IMF condition after K times to obtain the first IMF component I 1 ( t ) of the original signal.
C k 1 ( t ) m k ( t ) = C k ( t ) I 1 ( t )
r 1 ( t ) = x ( t ) I 1 ( t )
Among them, C k 1 ( t ) and C k ( t ) are intermediate signals after decomposition (K−1) and K times, m k ( t ) is the mean value of the envelope after K decomposition, I 1 ( t ) represents the IMF component of the highest frequency in the original signal x ( t ) , and the remaining component r 1 ( t ) is obtained by subtracting I 1 ( t ) from the original signal x ( t ) .
The second IMF component I 2 ( t ) can be obtained by screening r 1 ( t ) , and the remaining component r 2 ( t ) can be obtained by subtracting I 2 ( t ) from r 1 ( t ) .
r 2 ( t ) = r 1 ( t ) I 2 ( t )
Therefore, until the last remaining component, r n ( t ) can no longer be decomposed. After n iterations, r n ( t ) becomes a monotone function, and the sum of all IMF components and the remaining components is the original signal x ( t ) .
EMD has obvious advantages in processing non-stationary and nonlinear data and is suitable for analyzing nonlinear and non-stationary signal sequences with high signal-to-noise ratios. Therefore, this paper used the EMD method to denoise the sampled output voltage data and the output voltage data after EMD denoising, as shown in Figure 3.

3. RUL Prediction Method of PEM Fuel Cell Based on Hybrid Model

As the main force of clean energy, fuel cells have higher requirements for the detection and management of their health status. To further improve the prediction accuracy of fuel cells, this paper took voltage as a health indicator and proposed a method for predicting the RUL of PEMFC based on the hybrid model.

3.1. Prediction Framework

The overall framework of the prediction method is shown in Figure 4 below.
The overall prediction process is as follows:
Step 1: Through correlation analysis, the output voltage of the PEMFC is selected as the performance degradation index of the reactor.
Step 2: The original voltage data are denoised by EMD. The denoised data are bound by the prediction starting point T P and divided into training data sets and test data sets.
Step 3: The trained data after data preprocessing into the training model of MK-RVM are trained and judge whether the RUL prediction starting point is reached. If the prediction starting point is reached, the model parameters of MK-RVM are estimated; otherwise, model training is continued.
Step 4: The model parameters of MK-RVM are optimized by Bayesian, and the model parameters are updated by Gaussian process regression and the maximized acquisition function.
Step 5: The RMSE of the reactor predicted voltage is taken as the objective function of Bayesian optimization. If RMSE reaches the minimum, the optimal kernel function weight coefficient is obtained. Otherwise, Step 4 is repeated, continuing the updating of model parameters.
Step 6: Using the weight coefficient of the optimal kernel function obtained by Bayesian optimization, the MK-RVM prediction model is updated.
Step 7: It is determined whether the start–stop time point T S of the reactor is reached. If the start–stop time point is reached, the voltage recovery model is added to the MK-RVM prediction model. Otherwise, the RUL of the PEMFC is predicted directly.
Step 8: It is then determined whether the predicted voltage value of MK-RVM reaches the threshold T O of RUL. If it reaches the voltage value of the RUL of PEMFC, the predicted RUL of the reactor is output. Otherwise, the voltage value of the PEMFC continues to be predicted.
Step 9: The uncertainty expression of RUL is realized through repeated testing to reduce the contingency of prediction and improve the generalization ability of the model.

3.2. MK-RVM Model

Multi-kernel learning based on RVM combines kernel functions with different characteristics to obtain the advantages of multiple kernel functions and can combine with the characteristics of global and local kernel functions when dealing with complex data to improve the learning and generalization ability of RVM [37].
The multi-kernel function K 5 ( x , z ) is the linear combination of the linear kernel function K 1 ( x , z ) , Gaussian kernel function K 2 ( x , z ) , polynomial kernel function K 3 ( x , z ) , and Sigmoid kernel function K 4 ( x , z ) , which is used to describe the global and local trend of battery capacity degradation. Its mathematical expression is shown in Equation (6):
K 5 ( x , z ) = w 1 K 1 ( x , z ) + w 2 K 2 ( x , z ) + w 3 K 3 ( x , z ) + w 4 K 4 ( x , z )
Among them, w 1 , w 2 , w 3 and w 4 are the weight, which is also the key of MK-RVM. Since there is no reasonable and universal criterion for setting the weight coefficient of the kernel function, it is often determined based on empirical selection, experimental comparison, large-scale search, or cross-verification method. Therefore, this paper introduces a Bayesian optimization algorithm, which takes the minimum root mean square error (RMSE) as the optimization objective and realizes the parameter self-optimization for the weight coefficient of the kernel function.
R M S E = 1 n i = 1 n ( x ( i ) x ¯ ( i ) ) 2
Among them, x ( i ) represents the actual voltage of the reactor and x ¯ ( i ) represents the predicted voltage of the reactor.

3.3. Bayesian Optimization Algorithm

The Bayesian optimization algorithm belongs to the black box optimization algorithm [38], which updates the posterior probability distribution based on the known observation points and the prior probability distribution of the objective function to ensure the optimal weight coefficient of the kernel function. Bayesian optimization goals are defined as:
x min = arg min x x f ( x )
Among them, x min is the final result of parameter optimization, and f ( x ) is the objective function to be optimized.
The parameter to be optimized is set as X = { x 1 , x 2 , , x n } , After Bayesian optimization iteration, the data set is D t = { ( x 1 , f ( x 1 ) ) , ( x 2 , f ( x 2 ) ) , , ( x n , f ( x n ) ) } . It is supposed that the observation points of the Gauss process obey the Gaussian distribution as follows:
f ( x 1 : n ) ~ G P ( μ ( x 1 : n ) , ( x 1 : n , x 1 : n ) )
Among them, ( x 1 : n , x 1 : n ) is the covariance matrix:
( x 1 : n , x 1 : n ) = k ( x 1 , x 1 ) k ( x 1 , x n ) k ( x n , x 1 ) k ( x n , x n )
According to Bayes’ theorem:
P ( f ( x n + 1 ) | f ( x 1 : n ) ) P ( f ( x 1 : n ) | f ( x n + 1 ) ) P ( f ( x n + 1 ) )
Continuous iterative updates x min = x t + 1 , ultimately ensure optimal parameters. The Algorithm 1 flow is as follows:
Algorithm 1: Bayesian Optimization
INPUT: objective function f ( x ) , collection function α ;
OUTPUT: parameter vector x ;
 
1: Initialize parameter vector;
2: for t = 1,2,…,T do;
3:     Maximize the α to obtain the next evaluation point: x t + 1 = arg x ϵ X max α ( x | D ) ;
4:     Evaluate the objective function value y t + 1 = f ( x t + 1 ) + ϵ t + 1 ;
5:     Integrate data: D t + 1 = D ( x t + 1 , y t + 1 ) , and update the probabilistic proxy model;
6: End.

3.4. Voltage Recovery Model

When conducting fuel cell experiments, FCLAB not only needs to monitor the output voltage and working condition of the reactor in real time but also needs to measure the polarization curve and electrochemical impedance spectrum [39]. Therefore, the reactor’s start–stop operation is carried out at regular intervals during the experiment. After the reactor stops running, the polarization curve and electrochemical impedance spectrum of the reactor are measured. After the measurement, the reactor is turned on to enter the normal operation state. The reactor’s start–stop operation time data provided by FCLAB are shown in Table 2.
Since the time interval of the FCLAB start–stop reactor is relatively fixed, the corresponding voltage recovery model can be established according to the voltage recovery degree of the start–stop time point in the training data [40] and the voltage recovery prediction of the predicted data start–stop point can be realized. According to the start–stop voltage recovery data of FCLAB, this paper chose the double-exponential empirical model as the start–stop voltage recovery model of the reactor, as shown in Formula (12).
x c = x k + β 1 exp ( β 2 t k ) + β 3 exp ( β 4 t k )
Among them, c is the start–stop operation time, which is the model parameter.
The comparison between the recovery amplitude of the model at the start–stop time point and the actual result is shown in Figure 5.

4. Experiment and Discussion

4.1. RUL

FCLAB provides limited experimental data on the fuel cell life, so this paper chose 3.22 V voltage as the failure threshold of the reactor; that is, 95.9% of the initial total voltage, and the failure time of the reactor was 808 h. In addition, this paper chose to set the prediction starting point at 550 h, with training data as [0, 550 h], test data as [551, 1154], and the corresponding RUL time as 258 h.
In the process of the experiment, the data were first input to MK-RVM for training, and then the RMSE of voltage prediction was used as the objective function of Bayesian optimization, and the weight coefficient of the kernel function was self-optimized by the Bayesian optimization algorithm. With the increase in the number of iterations, when the optimal value of the kernel function approached and tended to be stable, the optimal weight coefficient of the kernel function was obtained. The optimization process is shown in Figure 6.
In the RUL prediction stage, the optimal kernel function weight coefficient was substituted into the prediction model. For the RUL prediction of PEMFC, the methods of MK-RVM, Bayesian optimization MK-RVM (BO-MK-RVM), and Bayesian optimization MK-RVM of voltage recovery model (VR-BO-MK-RVM) were carried out, respectively, and the prediction results are shown in Figure 7. As can be seen from the figure, the Bayesian optimization algorithm significantly improved the capture of the global voltage decay trend, and the voltage recovery model further improved the capture of the local voltage rise trend during the start and stop of the reactor. The combination of MK-RVM, the Bayesian optimization algorithm, and the voltage recovery model effectively improved the accuracy of RUL prediction in the reactor.
The uncertainty expression of the predicted result can better guide the RUL prediction of the reactor than a single estimated result. To avoid the contingency of the prediction results of MK-RVM, the confidence of these prediction results can be verified by the repeated prediction of the model many times, and the confidence interval with a 95% significance level was added to the parameter estimation process and prediction process. The RUL confidence interval of VR-BO-MK-RVM is shown in Figure 8.
Adding the voltage recovery model of reactor start–stop can effectively improve the accuracy of RUL prediction and help capture the trend of reactor voltage decay. The subsequent experimental analysis only considers the prediction results under the addition of a recovery model.

4.2. Prediction Result Analysis

To evaluate the reliability and validity of RUL prediction results, this paper selected the mean square error (MAE), RMSE, and relative accuracy (RA) as a model performance evaluation index, where MAE and RMSE mainly reflect the overall deviation between the predicted value and the true value, and RA is the relative prediction accuracy of RUL.
M A E = 1 n i = 1 n | x ( i ) x ¯ ( i ) |
R A = ( 1 | R r e a l R p r e | R r e a l ) × 100 %
Among them, x ( i ) is the actual voltage value of the reactor, x ¯ ( i ) is the predicted voltage value of the reactor, R r e a l is the actual RUL of the reactor, and R p r e is the predicted RUL of the reactor.
The detailed prediction results are shown in Table 3. When the predicted starting point was set to 550 h, the predicted and actual RUL values were 270 h and 258 h, respectively. The addition of the Bayesian optimization algorithm and voltage recovery model greatly improved the prediction accuracy of the MK-RVM method, which was conducive to the accurate prediction of PEMFC’s long-term operation.
It can be seen from Table 3 that the relative accuracy of PEMFC RUL prediction was only 69.38% using only the MK-RVM method. With the addition of the Bayesian optimization algorithm, the relative accuracy of prediction was improved to 81.78%. After adding the voltage recovery model, the relative accuracy of prediction reached 95.35%, which is better than that of the LSSVM-RPF method [28].

4.3. Discussion

The RUL of PEMFC is difficult to predict with accuracy for three main reasons. On the one hand, PEMFC has a voltage recovery effect after the start–stop operation. For example, in the FCLAB data used in this paper, the voltage at 658 h was close to the failure threshold. If there is a large deviation in the predicted result at this time, it might be judged as the failure point, but the actual failure time point is delayed due to the voltage recovery effect caused by the start–stop operation. Therefore, the actual RUL should be considered from a global perspective.
On the other hand, PEMFC is a nonlinear complex system coupled with multiple physical fields, and many factors affect its performance and life. At present, the water, steam, and thermal management of PEMFC are not very mature, especially with the increase in the output power of the reactor, where the reactor is prone to flooding, film drying, and other failures. Sometimes, the fault situation inside the reactor is unpredictable, which affects its performance and life more or less and increases the difficulty of RUL prediction for PEMFC; therefore, it is very necessary to carry out fast online RUL prediction.
Last but not least, the complete life cycle data of PEMFC is less, and the actual operation data under various working conditions are lacking. It is difficult to accurately predict the RUL of PEMFC only by relying on a single data-driven and mechanistic model method. Only by integrating the data-driven and mechanistic model can the rapid and accurate prediction of PEMFC be achieved. The RUL prediction method based on a hybrid model needs further research.

5. Conclusions

In this paper, according to the PEMFC data set provided by FCLAB, a prediction method based on the voltage recovery model and Bayesian optimization MK-RVM was proposed to predict the RUL of PEMFC. In the whole prediction framework, the EMD denoising of the training data was first carried out, then MK-RVM was used for model training, and then the Bayesian optimization algorithm was adopted to realize the parameter self-optimization of the weight coefficient of the kernel function, and then the optimal weight coefficient of the kernel function was updated to the prediction model, and then the voltage recovery model was added to the prediction model. Finally, the fuel cell data set provided by FCLAB was used to verify the accuracy of the method. The prediction accuracy of the RUL of PEMFC greatly improved, and the prediction accuracy was as high as 95.35%. This method can realize the long-term accurate prediction of PEMFC RUL, not only improving the useful life, reliability, and safety of PEMFC but also reducing operating costs and downtime. It has great practical value and provides a new way of performing fuel cell life prediction.

Author Contributions

Conceptualization, H.C. and J.H.; methodology, Q.T.; software, Q.T.; validation, S.D., L.W. and L.S.; formal analysis, H.C. and L.W.; investigation, H.C.; resources, L.S. and S.D.; data curation, S.D. and L.S.; writing—original draft preparation, Q.T.; writing—review and editing, Q.T.; visualization, L.W.; supervision, J.H.; project administration, J.H.; funding acquisition, L.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported in part by the National Natural Science Foundation of China under Grant 62204019.

Data Availability Statement

Simulation data are available on request.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Abbreviations

RULRemaining Useful Life
PEMFCProton Exchange Membrane Fuel Cell
MK-RVMMulti-kernel Relevance Vector Machine
EMDEmpirical Mode Decomposition
FCLABFuel Cell Laboratory
DOEDepartment of Energy
ANFISAdaptive Neuro-fuzzy Inference System
LSSVMLeast Square Support Vector Machine
RPFRegularized Particle Filter
GMDHGroup Method of Data Handling
WAWavelet Analysis
R2Coefficient of Determination
MAPEMean Absolute Percent Error
RMSERoot Mean Square Error
IMFIntrinsic Mode Function
MAEMean Square Error
RARelative Accuracy
BO-MK-RVMBayesian optimization MK-RVM
VR-BO-MK-RVMBayesian optimization MK-RVM of Voltage Recovery Model

References

  1. Bressel, M.; Hilairet, M.; Hissel, D.; Bouamama, B.O. Extended Kalman Filter for prognostic of Proton Exchange Membrane Fuel Cell. Appl. Energy 2016, 164, 220–227. [Google Scholar] [CrossRef]
  2. Jouin, M.; Gouriveau, R.; Hissel, D.; Péra, M.-C.; Zerhouni, N. Prognostics of PEM fuel cell in a particle filtering framework. Int. J. Hydrog. Energy 2014, 39, 481–494. [Google Scholar] [CrossRef]
  3. Kimotho, J.K.; Meyer, T.; Sextro, W. PEM fuel cell prognostics using particle filter with model parameter adaptation. In Proceedings of the 2014 International IEEE Conference on Prognostics and Health Management, Cheney, WA, USA, 22–25 June 2014; pp. 1–6. [Google Scholar]
  4. Zhang, X.; Pisu, P. An unscented Kalman filter based approach for the health-monitoring and prognostics of a Polymer Electrolyte Membrane fuel cell. In Proceedings of the Annual Conference of the Prognostics and Health Management Society 2012, Minneapolis, MI, USA, 23–27 September 2012; pp. 353–361. [Google Scholar]
  5. Lechartier, E.; Laffly, E.; Péra, M.-C.; Gouriveau, R.; Hissel, D.; Zerhouni, N. Proton exchange membrane fuel cell behavioral model suitable for prognostics. Int. J. Hydrog. Energy 2015, 40, 8384–8397. [Google Scholar] [CrossRef]
  6. Polverino, P.; Pianese, C. Control algorithm design for degradation mitigation and lifetime improvement of Polymer Electrolyte Membrane Fuel Cells. Energy Procedia 2017, 142, 1706–1713. [Google Scholar] [CrossRef]
  7. Morando, S.; Jemei, S.; Gouriveau, R.; Zerhouni, N.; Hissel, D. Fuel cells prognostics using echo state network. In Proceedings of the IECON 2013-39th Annual Conference of the IEEE Industrial Electronics Society, Vienna, Austria, 10–13 November 2013; pp. 1632–1637. [Google Scholar]
  8. Ma, R.; Yang, T.; Breaz, E.; Li, Z.; Briois, P.; Gao, F. Data-driven proton exchange membrane fuel cell deg-radation predication through deep learning method. Appl. Energy 2018, 231, 102–115. [Google Scholar] [CrossRef]
  9. Morando, S.; Jemei, S.; Hissel, D.; Gouriveau, R.; Zerhouni, N. ANOVA method applied to proton exchange membrane fuel cell ageing forecasting using an echo state network. Math. Comput. Simul. 2017, 131, 283–294. [Google Scholar] [CrossRef]
  10. Zhang, H.; Xi, X.; Pan, R. A two-stage data-driven approach to remaining useful life prediction via long short-term memory networks. Reliab. Eng. Syst. Saf. 2023, 237, 109332. [Google Scholar] [CrossRef]
  11. Fu, J.; Fu, Z.; Song, S. Proton membrane fuel cell stack performance prediction through deep learning method. Energy Rep. 2022, 8, 5387–5395. [Google Scholar] [CrossRef]
  12. Wilberforce, T.; Alaswad, A.; A, G.-P.; Xu, Y.; Ma, X.; Panchev, C. Remaining useful life prediction for proton exchange membrane fuel cells using combined convolutional neural network and recurrent neural network. Int. J. Hydrog. Energy 2023, 48, 291–303. [Google Scholar] [CrossRef]
  13. Zhou, D.; Al-Durra, A.; Zhang, K.; Ravey, A.; Gao, F. Online remaining useful lifetime prediction of proton exchange membrane fuel cells using a novel robust methodology. J. Power Source 2018, 399, 314–328. [Google Scholar] [CrossRef]
  14. Sun, B.; Liu, X.; Wang, J.; Wei, X.; Yuan, H.; Dai, H. Short-term performance degradation prediction of a commercial vehicle fuel cell system based on CNN and LSTM hybrid neural network. Int. J. Hydrog. Energy 2023, 48, 8613–8628. [Google Scholar] [CrossRef]
  15. Ibrahim, M.; Steiner, N.; Jemei, S.; Hissel, D. Wavelet-Based Approach for Online Fuel Cell Remaining Useful Lifetime Prediction. IEEE. Trans. Ind. Electron. 2016, 63, 5057–5068. [Google Scholar] [CrossRef]
  16. Hua, Z.; Zheng, Z.; Pahon, E.; Péra, M.; Gao, F. Lifespan Prediction for Proton Exchange Membrane Fuel Cells Based on Wavelet Transform and Echo State Network. IEEE Trans. Transp. Electrif. 2022, 8, 420–431. [Google Scholar] [CrossRef]
  17. Li, H.; Chen, Q.; Zhang, L.; Liu, L.; Xiao, P. Degradation prediction of proton exchange membrane fuel cell based on the multi-inputs Bi-directional long short-term memory. Appl. Energy 2023, 344, 121294. [Google Scholar] [CrossRef]
  18. Zhang, C.; Zhang, Y.; Wang, L.; Deng, X.; Liu, Y.; Zhang, J. A health management review of proton exchange membrane fuel cell for electric vehicles: Failure mechanisms, diagnosis techniques and mitigation measures. Renew. Sustain. Energy Rev. 2023, 182, 113369. [Google Scholar] [CrossRef]
  19. Mayur, M.; Gerard, M.; Schott, P.; Bessler, W.G. Lifetime Prediction of a Polymer Electrolyte Membrane Fuel Cell under Automotive Load Cycling Using a Physically-Based Catalyst Degradation Model. Energies 2018, 8, 2054. [Google Scholar] [CrossRef]
  20. Koltsova, E.M.; Vasilenko, V.A.; Shcherbakov, A.I.; Fokina, E.A.; Bogdanovskaya, V.A. Mathematical Simulation of PEMFC Platinum Cathode Degradation Accounting Catalyst’s Nanoparticles Growth. Chem. Eng. Trans. 2018, 70, 1301–1308. [Google Scholar]
  21. Robin, C.; Gérard, M.; Quinaud, M.; D’arbigny, J.; Bultel, Y. Proton exchange membrane fuel cell model for aging predictions: Simulated equivalent active surface area loss and comparisons with durability tests. J. Power Source 2016, 326, 417–427. [Google Scholar] [CrossRef]
  22. Li, D.; Zhang, Z.; Zhou, L.; Liu, P.; Wang, Z.; Deng, J. Multi-time-step and multi-parameter prediction for real-world proton exchange membrane fuel cell vehicles (PEMFCVs) toward fault prognosis and energy consumption prediction. Appl. Energy 2022, 325, 119703. [Google Scholar] [CrossRef]
  23. Meraghni, S.; Terrissa, L.S.; Yue, M.; Ma, J.; Jemei, S.; Zerhouni, N. A data-driven digital-twin prognostics method for proton exchange membrane fuel cell remaining useful life prediction. Int. J. Hydrog. Energy 2021, 46, 2555–2564. [Google Scholar] [CrossRef]
  24. Kouhestani, H.S.; Liu, L.; Wang, R.; Chandra, E. Data-driven prognosis of failure detection and prediction of lithium-ion batteries. J. Energy Storage 2023, 70, 108045. [Google Scholar] [CrossRef]
  25. Silva, R.; Gouriveau, R.; Jemeï, S.; Hissel, D.; Boulon, L.; Agbossou, K.; Steiner, N.Y. Proton exchange membrane fuel cell degradation prediction based on Adaptive Neuro-Fuzzy Inference Systems. Int. J. Hydrog. Energy 2014, 39, 11128–11144. [Google Scholar] [CrossRef]
  26. Wu, Y.; Breaz, E.; Gao, F.; Miraoui, A. Prediction of PEMFC stack aging based on Relevance Vector Machine. In Proceedings of the 2015 IEEE Transportation Electrification Conference and Expo (ITEC), Dearborn, MI, USA, 14–17 June 2015; pp. 1–5. [Google Scholar] [CrossRef]
  27. Nguyen, H.; Lee, S.; Yu, S. A Comprehensive Review of Degradation Prediction Methods for an Automotive Proton Exchange Membrane Fuel Cell. Energies 2023, 16, 4772. [Google Scholar] [CrossRef]
  28. Cheng, Y.; Zerhouni, N.; Lu, C. A hybrid remaining useful life prognostic method for proton exchange membrane fuel cell. Int. J. Hydrog. Energy 2018, 43, 12314–12327. [Google Scholar] [CrossRef]
  29. Liu, H.; Chen, J.; Hissel, D.; Su, H. Remaining useful life estimation for proton exchange membrane fuel cells using a hybrid method. Appl. Energy 2019, 237, 910–919. [Google Scholar] [CrossRef]
  30. Hua, Z.; Zheng, Z.; Pahon, E.; Péra, M.; Gao, F. A review on lifetime prediction of proton exchange membrane fuel cells system. J. Power Source 2022, 529, 231256. [Google Scholar] [CrossRef]
  31. Zhou, D.; Gao, F.; Breaz, E.; Ravey, A.; Miraoui, A. Degradation prediction of PEM fuel cell using a moving window based hybrid prognostic approach. Energy 2017, 138, 1175–1186. [Google Scholar] [CrossRef]
  32. Li, Z.; Zheng, X.; Outbib, R. Adaptive Prognostic of Fuel Cells by Implementing Ensemble Echo State Networks in Time-Varying Model Space. IEEE Trans. Ind. Electron. 2020, 67, 379–389. [Google Scholar] [CrossRef]
  33. FCLAB Research. IEEE PHM 2014 DATA CHALLENGE. 2014. Available online: http://eng.fclab.fr/ieee-phm-2014-data-challenge/ (accessed on 3 December 2021).
  34. Pei, P.; Meng, Y.; Chen, D.; Ren, P.; Wang, M.; Wang, X. Lifetime prediction method of proton exchange membrane fuel cells based on current degradation law. Energy 2023, 265, 126341. [Google Scholar] [CrossRef]
  35. Ghozat, A.; Sharafati, A.; Motta, D. A novel intelligent approach for predicting meteorological drought based on satellite-based precipitation product: Application of an EMD-DFA-DBN hybrid model. Comput. Electron. Agric. 2023, 211, 107946. [Google Scholar] [CrossRef]
  36. Mounir, N.; Ouadi, H.; Jrhilifa, I. Short-term electric load forecasting using an EMD-BI-LSTM approach for smart grid energy management system. Energy Build. 2023, 288, 113022. [Google Scholar] [CrossRef]
  37. Sun, X.; Zhong, K.; Han, M. A hybrid prognostic strategy with unscented particle filter and optimized multiple kernel relevance vector machine for lithium-ion battery. Measurement 2021, 170, 108679. [Google Scholar] [CrossRef]
  38. Meng, H.; Geng, M.; Han, T. Long short-term memory network with Bayesian optimization for health prognostics of lithium-ion batteries based on partial incremental capacity analysis. Reliab. Eng. Syst. Saf. 2023, 236, 109288. [Google Scholar] [CrossRef]
  39. Zhang, D.; Cadet, C.; Yousfi-Steiner, N.; Bérenguer, C. Proton exchange membrane fuel cell remaining useful life prognostics considering degradation recovery phenomena. J. Risk Reliab. 2018, 232, 415–424. [Google Scholar] [CrossRef]
  40. Yang, C.; Li, Z.; Liang, B.; Cui, Q.; Lu, W.; Yang, J. A novel fusion strategy for failure prognostic of proton exchange membrane fuel cell stack. In Proceedings of the 2017 36th Chinese Control Conference (CCC), Dalian, China, 26–28 July 2017; pp. 7070–7076. [Google Scholar] [CrossRef]
Figure 1. Part of the data set of PEMFC.
Figure 1. Part of the data set of PEMFC.
Electronics 12 03883 g001
Figure 2. Data set variable correlation matrix diagram.
Figure 2. Data set variable correlation matrix diagram.
Electronics 12 03883 g002
Figure 3. Output voltage data after EMD denoising.
Figure 3. Output voltage data after EMD denoising.
Electronics 12 03883 g003
Figure 4. The framework of overall prediction methods.
Figure 4. The framework of overall prediction methods.
Electronics 12 03883 g004
Figure 5. Dual exponential voltage recovery model fitting.
Figure 5. Dual exponential voltage recovery model fitting.
Electronics 12 03883 g005
Figure 6. The optimization process of Bayesian optimization.
Figure 6. The optimization process of Bayesian optimization.
Electronics 12 03883 g006
Figure 7. The prediction results.
Figure 7. The prediction results.
Electronics 12 03883 g007
Figure 8. RUL confidence interval of VR-BO-MK-RVM.
Figure 8. RUL confidence interval of VR-BO-MK-RVM.
Electronics 12 03883 g008
Table 1. Data set parameter of PEMFC.
Table 1. Data set parameter of PEMFC.
ParameterPhysical Significance
TimeAging time (h)
U1-U5, UtSingle cells and stack voltage (V)
J, ICurrent density (A/cm2), Current (A)
TinH2, ToutH2Inlet and Outlet temperatures of H2 (°C)
TinAIR, ToutAIRInlet and Outlet temperatures of Air (°C)
TinWAT, ToutWATInlet and Outlet temperatures of cooling Water (°C)
PinAIR, PoutAIRInlet and Outlet Pressure of Air (mbara)
PinH2, PoutH2Inlet and Outlet Pressure of H2 (mbara)
DinH2, DoutH2Inlet and Outlet flow rate of H2 (L/min)
DinAIR, DoutAIRInlet and Outlet flow rate of Air (L/min)
DWATFlow rate of cooling water (L/min)
HrAIRFCInlet Hygrometry(Air)—estimated (%)
Table 2. Start–stop operation time of PEMFC.
Table 2. Start–stop operation time of PEMFC.
Start–Stop Number1234567
Time/h48185348515658823991
Table 3. The detailed prediction results.
Table 3. The detailed prediction results.
AlgorithmMAERMSERAConfidence Interval
MK-RVM0.06190.081069.38%214 h
BO-MK-RVM0.01620.021881.78%106 h
VR-BO-MK-RVM0.00480.006995.35%29 h
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

Tian, Q.; Chen, H.; Ding, S.; Shu, L.; Wang, L.; Huang, J. Remaining Useful Life Prediction Method of PEM Fuel Cells Based on a Hybrid Model. Electronics 2023, 12, 3883. https://doi.org/10.3390/electronics12183883

AMA Style

Tian Q, Chen H, Ding S, Shu L, Wang L, Huang J. Remaining Useful Life Prediction Method of PEM Fuel Cells Based on a Hybrid Model. Electronics. 2023; 12(18):3883. https://doi.org/10.3390/electronics12183883

Chicago/Turabian Style

Tian, Qiancheng, Haitao Chen, Shuai Ding, Lei Shu, Lei Wang, and Jun Huang. 2023. "Remaining Useful Life Prediction Method of PEM Fuel Cells Based on a Hybrid Model" Electronics 12, no. 18: 3883. https://doi.org/10.3390/electronics12183883

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