Next Article in Journal
Classification Analytics for Wind Turbine Blade Faults: Integrated Signal Analysis and Machine Learning Approach
Previous Article in Journal
Developing China’s Electricity Financial Market: Strategic Design of Financial Derivatives for Risk Management and Market Stability
Previous Article in Special Issue
Multimodal Operation Data Mining for Grid Operation Violation Risk Prediction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dynamic Prediction of Proton-Exchange Membrane Fuel Cell Degradation Based on Gated Recurrent Unit and Grey Wolf Optimization

1
Huizhou Power Supply Bureau, Guangdong Power Grid Corporation, Huizhou 516000, China
2
School of Automation, Central South University, Changsha 410083, China
*
Author to whom correspondence should be addressed.
Energies 2024, 17(23), 5855; https://doi.org/10.3390/en17235855
Submission received: 16 October 2024 / Revised: 12 November 2024 / Accepted: 14 November 2024 / Published: 22 November 2024

Abstract

:
This paper addresses the challenge of degradation prediction in proton-exchange membrane fuel cells (PEMFCs). Traditional methods often struggle to balance accuracy and complexity, particularly under dynamic operational conditions. To overcome these limitations, this study proposes a data-driven approach based on the gated recurrent unit (GRU) neural network, optimized by the grey wolf optimizer (GWO). The integration of the GWO automates the hyperparameter tuning process, enhancing the predictive performance of the GRU network. The proposed GWO-GRU method was validated utilizing actual PEMFC data under dynamic load conditions. The results demonstrate that the GWO-GRU method achieves superior accuracy compared to other standard methods. The method offers a practical solution for online PEMFC degradation prediction, providing stable and accurate forecasting for PEMFC systems in dynamic environments.

1. Introduction

As a leading technology in the field of clean energy, proton-exchange membrane fuel cells (PEMFCs) offer a promising solution for sustainable power generation due to their high efficiency and low emissions [1,2,3]. The advantages of PEMFCs include high power density, compact size, being lightweight, and having a low operating temperature [4]. Therefore, PEMFCs have been widely applied in various fields, from transportation to stationary power generation and portable electronics [5,6].
Nevertheless, widespread adoption of PEMFCs is hindered by issues related to degradation over time, which impacts their performance and reliability [7]. The degradation of a PEMFC stack is mainly caused by the degradation of membranes, including physical defects and chemical degradation. Physical defects, such as cracks and pinholes, mainly caused by repeated swelling and shrinking of the membrane during operation, can exacerbate fuel permeation and reduce proton selectivity. Chemical degradation can be attributed to the attack of side reaction products such as hydrogen peroxide on the weak parts of the membrane, reducing the proton conductivity and overall durability of membranes [8]. Factors such as membrane degradation, catalyst poisoning, and water and thermal management challenges contribute to the gradual decline in efficiency and output of PEMFC systems [9,10]. The degradation not only reduces the operational lifespan of the fuel cells but also increases maintenance costs and the risk of unexpected failures. Therefore, accurate prediction of PEMFC degradation is crucial for enhancing the longevity and efficiency of PEMFCs, as well as for optimizing maintenance schedules and ensuring operational safety.
In the realm of PEMFC degradation prediction, a number of methodologies have been explored. These methods can be broadly categorized into three main approaches: model-driven, data-driven, and hybrid approaches [11].
Model-driven approaches predict the degradation trend of PEMFCs by creating degradation models based on physical and chemical principles. These models are obtained through analyzing the ageing mechanism [12] or fitting empirical formulas [13]. Pei et al. [14] revealed the important effect of hydrogen crossover on fuel cell ageing, then developed a series of linear and nonlinear formulae to evaluate the lifetime of fuel cells. Wang et al. [15] proposed a new degradation model based on polarization resistance which was combined with a particle filter (PF) to forecast the future degradation trend of PEMFC. Ao et al. [16] utilized a frequency-domain Kalman filter to predict PEMFC voltage degradation under constant and dynamic conditions and concluded that the FDKF method offers superior accuracy and reduced computation time compared to the extended Kalman filter (EKF) method. Model-driven approaches offer detailed and explicable predictions of PEMFC degradation, but existing models have difficulties in explaining the nonlinear features in a degradation profile.
Data-driven approaches utilize machine learning and artificial intelligence techniques to forecast degradation trends. These approaches analyze and predict the ageing process of PEMFCs based on historical data without establishing complex physical or mathematical models. Many sorts of neural network approaches are extensively utilized in PEMFC prognostics [17]. Convolutional Neural Networks (CNNs) can effectively extract local degradation features from measurement data while maintaining high computational efficiency, and they were first utilized for PEMFC prediction in 2020 [18]. Benaggoune et al. [19] proposed a multi-step-ahead prediction of PEMFC degradation trends based on a stacked dilated CNN with an attention block, then developed a conditional CNN to track long-term ageing trends. Recurrent neural networks (RNNs) have attracted widespread interest in regard to fuel cell performance prediction due to their ability to handle sequential data and capture temporal dependencies. However, traditional RNN structures face significant challenges like gradient explosion and gradient vanishing [20]. To overcome this, various variants of RNNs have been utilized, such as long short-term memory (LSTM) [21,22], gated recurrent unit (GRU) [23], and echo state network (ESN) [24,25]. Zuo et al. [26] applied an attention mechanism to RNNs, comparing the predictive performance of two RNN architectures, LSTM and GRU, in long-term durability tests of fuel cells. It was demonstrated that the attention-based GRU showed the highest precision. Recently, the transformer model has also been gradually applied to PEMFC prediction. Lv et al. [27] utilized the transformer model for PEMFC long-term degradation prediction for the first time. Meng et al. [28] employed the segmented filtering and masking mechanisms to tackle the issues of the recovery of reversible voltage, which significantly improved the prediction accuracy. In addition, a variety of other deep learning methods have been applicated in PEMFC degradation prediction. For instance, Wu et al. [29] proposed an advanced self-adaptive relevance vector machine (RVM) for PEMFC performance prediction. While data-driven approaches are model-free, their reliance on data quality and availability can be a limitation.
Hybrid approaches integrate the model-driven approaches and data-driven approaches to improve prediction accuracy and robustness. Ma et al. [30] utilized a hybrid method based on extended Kalman filter (EKF) and LSTM to forecast the PEMFC degradation trend under multiple operational conditions. To overcome the drawback of LSTM in parallel computing, Hu et al. [31] utilized a transformer model to forecast the trend and local fluctuation information of the ageing factor, while the ageing factor was described by a Wiener process model. Peng et al. [32] emphasized the impact of health recovery phenomena on PEMFC prognostics. The entire prediction process was divided into voltage prediction with recovery identification, trend prediction, and fluctuation prediction, and the results were then obtained through a hybrid approach based on particle filter (PF) and random forest (RF). Hybrid approaches offer enhanced accuracy compared to model-driven or data-driven approaches but face problems in terms of high complexity and computational cost.
Traditional methods for predicting PEMFC degradation often face limitations in terms of striking a balance between accuracy and complexity, particularly when dealing with complex, dynamic operating conditions. This paper aims at presenting a data-driven method with high precision and simplicity to perform PEMFC degradation prediction. Among the variants of RNNs, LSTM is the most commonly applied in PEMFC degradation prediction. However, a GRU exhibits comparable performance with a simpler structure and fewer parameters. Considering these advantages, this paper establishes a prediction framework based on GRU.
The precision of the degradation prediction is not only related to sample selection but also to the hyperparameter of the GRU network. To further improve the predictive performance, this paper introduced a grey wolf optimizer (GWO) to optimize the hyperparameters of the GRU network. Thus, this article presents a gated recurrent unit model integrated with a GWO algorithm (GWO-GRU) to predict the PEMFC degradation. The main contributions of this paper are given as follows:
(a)
This paper establishes a data-driven framework based on a gated recurrent unit (GRU) network to model the PEMFC degradation process. Compared with other RNNs, GRU has a more concise architecture and can provide a similar nonlinear prediction performance.
(b)
A grey wolf optimizer (GWO) is integrated with the GRU framework to automatically adjust the parameters and structure of the network, which effectively improve prediction performance and balance the precision and complexity.
(c)
The performance of the proposed method was validated based on durability test data of PEMFCs under actual operating conditions, exhibiting high precision and stable generalization performance.
The remainder of this paper is organized as follows. Section 2 provides a detailed description of the PEMFC degradation data and data-processing procedure. Section 3 explains the prediction method in this article and its detailed implementation steps. Section 4 validates the performance of the presented method and provides an analysis of the prediction results. Finally, in Section 5, conclusions are drawn.

2. Data Acquisition and Preprocessing

The data utilized in this paper were acquired from the IEEE PHM 2014 Data Challenge, provided by the FCLAB Research Federation [33]. FCLAB conducted two experiments on the PEMFC test bench shown in Figure 1a, and critical data were recorded for developing a new technique in PEMFC prognostics and health management. The first experiment is conducted under constant load conditions. A 1 kW PEMFC stack consisting of five cells operated under a constant current of 70 A for more than 1100 h. The second experiment is a durability test under dynamic load conditions, and the experimental parameters are illustrated in Table 1. In the second experiment, a 70 current with 7 A high frequency ripples was applied to another identical PEMFC stack for more than 1000 h, and the data collected were utilized in this paper for model training and validation. The current curves in the two experiments are illustrated in Figure 1b.
Some key physical parameters were recorded through the test bench, including voltage, temperature, pressure, etc. The voltage curves of the two experiments are shown in Figure 2. The initial voltage under dynamic load is slightly higher than that under constant load, which may be attributed to the different initial responses of the active load under two different conditions. Nevertheless, it does not affect the voltage degradation trend. It is obvious that the stack voltage of both PEMFC stacks decrease with increasing experimental time and that dynamic load conditions accelerate the ageing process of the fuel cell stack. Therefore, the voltage degradation can indicate the degradation process of the PEMFCs, to some extent. During the test, characterization experiments were conducted approximately every week, including the polarization curve and electrochemical impedance spectroscope (EIS) measurement. After the characterizations, the PEMFC system recovered from reversible failures, leading to noticeable voltage recovery phenomena. These recoveries significantly enhanced the nonlinear features of the voltage profiles, especially under dynamic operational conditions.
In the PEMFC durability test under dynamic load conditions, more than 120,000 data points are obtained, and the voltage signal shows many noises and spikes, presenting challenges in terms of accurate prediction. Therefore, the original data have to be preprocessed before being utilized in model training. The raw data are reconstructed by calculating the average values per half hour; then, the data volume is reduced to 2042.
Subsequently, a Savitzky–Golay filter is applied for data smoothing. The S-G filter utilized a k − 1 order polynomial to fit the voltage data:
v i = j = 0 k 1   c j t j
where v i and t i are the voltage and time samples, respectively, and c j is the fitting coefficient.
Extend the filter window to n = 2 m + 1 , then the above fitting process can be expressed in matrix form as:
V 2 m + 1 × 1 = T 2 m + 1 × k · C k × 1 + E 2 m + 1 × 1
where V and T represent voltage and time, respectively. C represents the fitting coefficients and E is the fitting error.
The filtered output voltage value V ^ can be obtained by:
V ^ = T · C = T · ( T T · T ) 1 · T T · V
The raw, reconstructed, and smoothed voltage data under dynamic load conditions are demonstrated in Figure 3. After preprocessing, abnormal signals and high-frequency noise in the raw data are eliminated, thus avoiding their negative impacts on the prediction process. The processed data can still represent the original trend of the raw data, which will be utilized for model training in Section 3.

3. Methodology

In this section, a data-driven framework based on gated recurrent unit (GRU) and a grey wolf optimizer (GWO) is presented to forecast the PEMFC degradation process. The proposed data-driven framework establishes a mapping relationship between time, stack temperature, historical voltage, and PEMFC degradation voltage. The voltage and temperature data utilized were obtained through the data preprocessing method described in Section 2.
By incorporating simplified gate mechanisms, the GRU method is advantageous in terms of reaching a balance between precision and simplicity. Additionally, a GWO algorithm is utilized to adjust and optimize the parameters of GRU to further enhance the predictive precision. The following contents provide a detailed description of the presented GWO-GRU approach.
Based on long short-term memory (LSTM), the GRU method further improves the structure of recurrent neural networks (RNNs). The GRU method combines the cell state and hidden state and replaces the forget gate and input gate in LSTM with a single update gate. Therefore, the training cost of the GRU model is significantly reduced compared to the LSTM model [34].
The structure of GRU cells is illustrated in Figure 4. In the structure, the update gate z t determined whether the data should be retained or updated and reset gate r t determined how much of the past information should be ignored. The outputs of the update gate and reset gate are formulated as follows, respectively:
z t = σ W x z x t + W h z h t 1 + b z
r t = σ W x r x t + W h r h t 1 + b r
where x t represents the input at the current time step and h t 1 represents the hidden state from the previous time step.
With the output of reset gate, the candidate state h ˜ t state can be calculated by
h ˜ t = t a n h W x h x t + W h h r t h t 1 + b h
where the the represents the multiplication of the vector elements.
Finally, the hidden state h t can be obtained by
h t = z t h t 1 + 1 z t h ˜ t
where W x z ,   W h z ,   W x r ,   W h r ,   W x h ,     W h h are the weight matrices and b z ,   b r ,   b h are the corresponding bias.
The grey wolf optimizer is a metaheuristic algorithm inspired by the social hierarchy and hunting behaviour of grey wolves. In the wild, grey wolves usually act in small groups that consist of 5–12 individuals with different statuses. The wolves can be separated into four types, ranked by their leadership roles: alpha (α), beta (β), delta (Δ), and omega (ω) [35]. The alpha wolves are the leaders, guiding the pack and making decisions. The beta wolves are subordinate to the alphas and assist in leadership decisions. The delta wolves rank third in the wolf pack, and they can control omega wolves. The omega wolves are the lowest-ranking members.
The hunting process of grey wolves can be described by the following equations
D = C X p t X t
X t + 1 = X p t A D
where X indicates the wolf position and X p indicates the target position. D represents the distance between the wolf and its prey. A and C are the coefficient vectors that control the convergence of the solution, calculated by
A = 2 a r 1 a
C = 2 r 2
where r 1 and r 2 are random vectors in [0, 1]. a decreases from 2 to 0 linearly during iterations.
In a GWO, the wolves are considered as search individuals and the prey are considered as an optimal solution. However, unlike prey in the real world, the position of the optimal solution in abstract space is usually unknown. Therefore, the top three best solutions are considered as alpha (α), beta (β), and delta (Δ), respectively, and the other search individuals (ω) update their positions based on the positions of α, β and Δ. These processes are described by the following equations:
D α = C 1 X α X , D β = C 2 X β X , D δ = C 3 X δ X
X 1 = X α A 1 D α , X 2 = X β A 2 D β , X 3 = X δ A 3 D δ
X t + 1 = X 1 + X 2 + X 3 3
where X represents the position of the ω.
As the iteration progresses, the fluctuation range of the coefficient vector A decreases and the fluctuation range of the coefficient vector A decreases. As shown in Figure 5, when A > 1 , the search individuals tend to depart from the current optimal solution and keep searching. The attacking phase begins as the wolves close in on the prey, which means A < 1 forces the individuals to approximate the optimal solution. In addition, the coefficient vector C effectively enhances the randomness of the algorithm and avoids local solutions.
The weights and biases of the GRU network are random initialized and automatically updated during model iterations, which can be considered as trainable parameters. In contrast, hyperparameters are parameters that are set to fixed values before the model training process, including learning rate, batch size, number of neurons, epochs, etc. These hyperparameters largely determine the structure, learning process, and final performance of the network, especially for deep neural networks with multiple hidden layers. It is evident that adjusting the hyperparameters of GRU networks through optimization algorithms is far more efficient than through experience. In this article, the GWO is introduced into the GRU network to optimize the learning rate, the number of neurons in hidden layers and the max epochs. Based on the GWO’s strong global convergence, the performance of the GRU in dynamic PEMFC prediction is significantly improved. The schematic diagram of the presented GWO-GRU method is shown in Figure 6, and a detailed optimization process is described as follows.
(1)
Model initialization:
Build the GRU network and initialize the critical parameters based on the characteristics of the PEMFC ageing data. Construct multidimensional vectors utilizing hyperparameters that require optimization.
(2)
Population initialization:
Initialize the parameters of the GWO algorithm, including the number of wolf packs, initial positions, and maximum number of iterations.
(3)
Fitness calculation:
Calculate the fitness of each individual by training the GRU network with the specified hyperparameters determined by current positions. The fitness is evaluated by the mean squared error (MSE).
f i t n e s s = 1 M i = 1 M ( v i v ^ i ) 2
where M is the number of samples. v i and v ^ i represent the actual values and predicted values, respectively.
(4)
Update the population:
Update the positions of alpha, beta and delta wolves, and then update the positions of all individuals in the wolf pack. Iterate repeatedly until the termination condition is reached.
(5)
Model establishment:
Obtain the optimal hyperparameter vector from the GWO algorithm and apply it to the GRU framework to build the PEMFC degradation model.

4. Results

This section presents the predictive results of the PEMFC degradation process under dynamic load conditions. The prediction is multi-step, and the input and output window of the model are set to 40 h and 10 h, respectively. The training lengths are set to 50%, 60%, 70% and 80% of the entire dataset, respectively; thus, four groups of predictive results are obtained. To prove the effectiveness of the presented GWO-GRU method, the predictive results based on two standard methods are presented for comparison.

4.1. Performance Evaluation Metric

To evaluate the predictive performance, three statistical indicators, including the mean absolute percentage error (MAPE), the root mean square error (RMSE) and the coefficient of determination (R2) are applied as evaluation metrics:
R M S E = 1 M t = 1 M v i v ^ i 2
M A P E = 1 M t = 1 M v i v ^ i v i
R 2 = 1 i = 1 M v i v ^ i 2 i = 1 M v i v ¯ 2
in which M represents the amount of data, v i and v ^ i are the actual values and predicted values, respectively, and v ¯ represents the average of the actual values.
Furthermore, the absolute percentage error (APE) is utilized to evaluate the variation in prediction error over time, formulated as follows
A P E = v i v ^ i v i × 100 %  

4.2. Experimental Results and Discussion

In order to validate the accuracy of the proposed GWO-GRU method, the prediction results of two additional standard methods, i.e., GRU and PSO-GRU, are provided in this section. The hyperparameters of the GRU method are manually adjusted before the training process, while the hyperparameters of the other two methods are given by optimization algorithms. Figure 7 shows the predicted PEMFC voltage degradation trend under different methods and training lengths, and Figure 8 shows the APE results. The five percent line in Figure 7 is a critical line which means a five percent drop from the initial voltage. When the voltage of PEMFC stack is lower than the critical line, the ageing fault can be declared. The detailed evaluation indicators are illustrated in Table 2.
The comparison between the standard GRU, PSO-GRU, and GWO-GRU methods demonstrates a clear improvement in prediction accuracy when optimization algorithms are applied. Additionally, across all training lengths, the predicted values of the presented GWO-GRU method are generally closer to the true values. For example, with 50% of the data used for training, GWO-GRU achieves an RMSE of 0.0020784, which is significantly lower than the 0.0044654 of the standard GRU model and even surpasses the performance of PSO-GRU (RMSE of 0.0032765). The same pattern can also be observed from the other two evaluation indicators, MAPE and R2.
It can be found in Figure 8 that the presented method not only has the minimal relative error but also the minimal error fluctuations, exhibiting high stability and accuracy. The data show that the GWO algorithm leads to a better configuration of the GRU network compared to the PSO algorithm and shows a stronger effectiveness in PEMFC degradation prediction. The superior performance of the presented method can be attributed to the GWO’s stronger global search capabilities, allowing the model to better capture the complex, nonlinear degradation patterns in PEMFC systems. In Table 2, the evaluation indicators shows that the presented method has reduced the prediction error by about 60–70% compared to the standard GRU model and by about 12–35% compared to the PSO-GRU model.
Upon analyzing the provided data in Table 2, it becomes evident that increasing the training length does not consistently lead to improvements in prediction accuracy, regardless of the method used. In fact, the results suggest that adding more training data can, in some cases, slightly degrade performance. For example, in the GRU model, the RMSE increases from 0.0044654 at 50% training length to 0.0064539 at 80%, while GWO-GRU shows a similar trend, with RMSE increasing from 0.0016032 at 60% training length to 0.0020843 at 80%.
This counterintuitive effect is likely due to the inherent characteristics of PEMFC degradation data. In the early stages of operation, PEMFC degradation follows a more predictable pattern, making it easier for models to learn from relatively smaller datasets. However, as degradation progresses and becomes more complex—due to factors like membrane thinning, catalyst degradation, and water management issues—the prediction task becomes more challenging. As training length increases, the GRU networks become more prone to overfitting, especially if the data in the later stages include more nonlinear features. Nevertheless, adjusting the network configuration through the GWO algorithm can significantly reduce the possibility of overfitting and improve the accuracy of degradation prediction.
In summary, the presented GWO-GRU method exhibits better performance than other standard methods in PEMFC degradation prediction and presents stable prediction results under different sizes of training samples, achieving a balance between accuracy and complexity.

4.3. Comparison with Other Methods in the Literature

To further validate the effectiveness of the presented GWO-GRU method, the error results in Table 2 are compared with some existing methods in recent studies. The comparison results are listed in Table 3. It is evident that the proposed method shows the best performance in Table 3, which further proves its superiority.

5. Conclusions

In this paper, a novel approach integrating the GRU neural network with a grey wolf optimizer (GWO) was proposed to predict PEMFC degradation process. The GWO-GRU method successfully addresses key challenges in accurately predicting PEMFC degradation, particularly under dynamic operational conditions. By adjusting hyperparameters of the network automatically through GWO, the method effectively balances prediction precision and complexity, demonstrating a significant improvement over standard methods.
The results obtained from validation utilizing a PEMFC durability test data show the superior performance of the GWO-GRU approach. The model reduced prediction error by approximately 60–70% compared to the standard GRU method and by 12–35% compared to the PSO-GRU method, showing its robustness and accuracy across various training data sizes. Additionally, the analysis revealed that increasing the training length did not consistently improve prediction accuracy, suggesting the importance of optimizing the model structure to avoid overfitting, especially in later degradation stages.
The presented GWO-GRU method shows strong potential for practical applications in PEMFC prognostics, where accurate and real-time predictions are essential for optimizing maintenance schedules and ensuring fuel cell system reliability. Future work will explore extending the method to more complex operational scenarios and further improving its scalability for larger datasets.

Author Contributions

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

Funding

This research was supported by the Science and Technology Project of the Huizhou Power Supply Bureau, Guangdong Power Grid Corporation. (project number: 031300KC23030008, contract number: 0313002023030103B200031).

Data Availability Statement

The original contributions presented in the study are included in the article; further inquiries can be directed to the corresponding author.

Conflicts of Interest

Authors Xiangdong Wang, Zerong Huang, Daxing Zhang, Haoyu Yuan, Bingzi Cai, Hanlin Liu were employed by the Guangdong Power Grid Corporation. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as potential conflicts of interest.

References

  1. Yue, M.; Jemei, S.; Gouriveau, R.; Zerhouni, N. Review on Health-Conscious Energy Management Strategies for Fuel Cell Hybrid Electric Vehicles: Degradation Models and Strategies. Int. J. Hydrogen Energy 2019, 44, 6844–6861. [Google Scholar] [CrossRef]
  2. Olabi, A.G.; Wilberforce, T.; Abdelkareem, M.A. Fuel Cell Application in the Automotive Industry and Future Perspective. Energy 2021, 214, 118955. [Google Scholar] [CrossRef]
  3. Lin, R.-H.; Xi, X.-N.; Wang, P.-N.; Wu, B.-D.; Tian, S.-M. Review on Hydrogen Fuel Cell Condition Monitoring and Prediction Methods. Int. J. Hydrogen Energy 2019, 44, 5488–5498. [Google Scholar] [CrossRef]
  4. Mei, J.; Meng, X.; Tang, X.; Li, H.; Hasanien, H.; Alharbi, M.; Dong, Z.; Shen, J.; Sun, C.; Fan, F.; et al. An Accurate Parameter Estimation Method of the Voltage Model for Proton Exchange Membrane Fuel Cells. Energies 2024, 17, 2917. [Google Scholar] [CrossRef]
  5. Wang, T.; Li, Q.; Qiu, Y.; Chen, W.; Breaz, E.; Ravey, A.; Gao, F. Power Optimization Distribution Method for Fuel Cell System Cluster Comprehensively Considering System Economy. IEEE Trans. Ind. Electron. 2022, 69, 12898–12911. [Google Scholar] [CrossRef]
  6. Sun, X.; Xie, M.; Fu, J.; Zhou, F.; Liu, J. An Improved Neural Network Model for Predicting the Remaining Useful Life of Proton Exchange Membrane Fuel Cells. Int. J. Hydrogen Energy 2023, 48, 25499–25511. [Google Scholar] [CrossRef]
  7. Liu, J.; Li, Q.; Han, Y.; Zhang, G.; Meng, X.; Yu, J.; Chen, W. PEMFC Residual Life Prediction Using Sparse Autoencoder-Based Deep Neural Network. IEEE Trans. Transp. Electrif. 2019, 5, 1279–1293. [Google Scholar] [CrossRef]
  8. Li, X.; Ye, T.; Meng, X.; He, D.; Li, L.; Song, K.; Jiang, J.; Sun, C. Advances in the Application of Sulfonated Poly(Ether Ether Ketone) (SPEEK) and Its Organic Composite Membranes for Proton Exchange Membrane Fuel Cells (PEMFCs). Polymers 2024, 16, 2840. [Google Scholar] [CrossRef]
  9. He, K.; Zhang, C.; He, Q.; Wu, Q.; Jackson, L.; Mao, L. Effectiveness of PEMFC Historical State and Operating Mode in PEMFC Prognosis. Int. J. Hydrogen Energy 2020, 45, 32355–32366. [Google Scholar] [CrossRef]
  10. Chen, J.; Zhou, D.; Lyu, C.; Lu, C. A Novel Health Indicator for PEMFC State of Health Estimation and Remaining Useful Life Prediction. Int. J. Hydrogen Energy 2017, 42, 20230–20238. [Google Scholar] [CrossRef]
  11. He, W.; Liu, T.; Ming, W.; Li, Z.; Du, J.; Li, X.; Guo, X.; Sun, P. Progress in Prediction of Remaining Useful Life of Hydrogen Fuel Cells Based on Deep Learning. Renew. Sustain. Energy Rev. 2024, 192, 114193. [Google Scholar] [CrossRef]
  12. Futter, G.A.; Latz, A.; Jahnke, T. Physical Modeling of Chemical Membrane Degradation in Polymer Electrolyte Membrane Fuel Cells: Influence of Pressure, Relative Humidity and Cell Voltage. J. Power Sources 2019, 410–411, 78–90. [Google Scholar] [CrossRef]
  13. Zhang, X.; Yang, D.; Luo, M.; Dong, Z. Load Profile Based Empirical Model for the Lifetime Prediction of an Automotive PEM Fuel Cell. Int. J. Hydrogen Energy 2017, 42, 11868–11878. [Google Scholar] [CrossRef]
  14. Pei, P.; Chen, D.; Wu, Z.; Ren, P. Nonlinear Methods for Evaluating and Online Predicting the Lifetime of Fuel Cells. Appl. Energy 2019, 254, 113730. [Google Scholar] [CrossRef]
  15. Wang, P.; Liu, H.; Chen, J.; Qin, X.; Lehnert, W.; Shao, Z.; Li, R. A Novel Degradation Model of Proton Exchange Membrane Fuel Cells for State of Health Estimation and Prognostics. Int. J. Hydrogen Energy 2021, 46, 31353–31361. [Google Scholar] [CrossRef]
  16. Ao, Y.; Laghrouche, S.; Depernet, D.; Chen, K. Proton Exchange Membrane Fuel Cell Prognosis Based on Frequency-Domain Kalman Filter. IEEE Trans. Transp. Electrif. 2021, 7, 2332–2343. [Google Scholar] [CrossRef]
  17. Wang, D.; Min, H.; Zhao, H.; Sun, W.; Zeng, B.; Ma, Q. A Data-Driven Prediction Method for Proton Exchange Membrane Fuel Cell Degradation. Energies 2024, 17, 968. [Google Scholar] [CrossRef]
  18. Li, H.; Zhao, W.; Zhang, Y.; Zio, E. Remaining Useful Life Prediction Using Multi-Scale Deep Convolutional Neural Network. Appl. Soft Comput. 2020, 89, 106113. [Google Scholar] [CrossRef]
  19. Benaggoune, K.; Yue, M.; Jemei, S.; Zerhouni, N. A Data-Driven Method for Multi-Step-Ahead Prediction and Long-Term Prognostics of Proton Exchange Membrane Fuel Cell. Appl. Energy 2022, 313, 118835. [Google Scholar] [CrossRef]
  20. Tao, Z.; Zhang, C.; Xiong, J.; Hu, H.; Ji, J.; Peng, T.; Nazir, M.S. Evolutionary Gate Recurrent Unit Coupling Convolutional Neural Network and Improved Manta Ray Foraging Optimization Algorithm for Performance Degradation Prediction of PEMFC. Appl. Energy 2023, 336, 120821. [Google Scholar] [CrossRef]
  21. Wang, F.-K.; Cheng, X.-B.; Hsiao, K.-C. Stacked Long Short-Term Memory Model for Proton Exchange Membrane Fuel Cell Systems Degradation. J. Power Sources 2020, 448, 227591. [Google Scholar] [CrossRef]
  22. Yu, Y.; Yu, Q.; Luo, R.; Chen, S.; Yang, J.; Yan, F. Deep Learning with Dual-Stage Attention Mechanism for Interpretable Prediction of Proton Exchange Membrane Fuel Cell Performance Degradation. Int. J. Hydrogen Energy 2024, 58, 902–911. [Google Scholar] [CrossRef]
  23. Li, C.; Lin, W.; Wu, H.; Li, Y.; Zhu, W.; Xie, C.; Gooi, H.B.; Zhao, B.; Zhang, L. Performance Degradation Decomposition-Ensemble Prediction of PEMFC Using CEEMDAN and Dual Data-Driven Model. Renew. Energy 2023, 215, 118913. [Google Scholar] [CrossRef]
  24. Hua, Z.; Zheng, Z.; Péra, M.-C.; Gao, F. Remaining Useful Life Prediction of PEMFC Systems Based on the Multi-Input Echo State Network. Appl. Energy 2020, 265, 114791. [Google Scholar] [CrossRef]
  25. Deng, Z.; Chen, Q.; Zhang, L.; Zhou, K.; Zong, Y.; Liu, H.; Li, J.; Ma, L. Degradation Prediction of PEMFCs Using Stacked Echo State Network Based on Genetic Algorithm Optimization. IEEE Trans. Transp. Electrif. 2022, 8, 1454–1466. [Google Scholar] [CrossRef]
  26. Zuo, J.; Lv, H.; Zhou, D.; Xue, Q.; Jin, L.; Zhou, W.; Yang, D.; Zhang, C. Deep Learning Based Prognostic Framework towards Proton Exchange Membrane Fuel Cell for Automotive Application. Appl. Energy 2021, 281, 115937. [Google Scholar] [CrossRef]
  27. Lv, J.; Yu, Z.; Zhang, H.; Sun, G.; Muhl, P.; Liu, J. Transformer Based Long-Term Prognostics for Dynamic Operating PEM Fuel Cells. IEEE Trans. Transp. Electrif. 2024, 10, 1747–1757. [Google Scholar] [CrossRef]
  28. Meng, X.; Mei, J.; Tang, X.; Jiang, J.; Sun, C.; Song, K. The Degradation Prediction of Proton Exchange Membrane Fuel Cell Performance Based on a Transformer Model. Energies 2024, 17, 3050. [Google Scholar] [CrossRef]
  29. Wu, Y.; Breaz, E.; Gao, F.; Paire, D.; Miraoui, A. Nonlinear Performance Degradation Prediction of Proton Exchange Membrane Fuel Cells Using Relevance Vector Machine. IEEE Trans. Energy Convers. 2016, 31, 1570–1582. [Google Scholar] [CrossRef]
  30. Ma, R.; Xie, R.; Huangfu, Y. A Hybrid Prognostic Method for PEMFC With Aging Parameter Prediction. IEEE Trans. Transp. Electrif. 2021, 7, 2318–2331. [Google Scholar] [CrossRef]
  31. Hu, Y.; Zhang, L.; Jiang, Y.; Peng, K.; Jin, Z. A Hybrid Method for Performance Degradation Probability Prediction of Proton Exchange Membrane Fuel Cell. Membranes 2023, 13, 426. [Google Scholar] [CrossRef] [PubMed]
  32. Peng, W.; Wei, Z.; Huang, C.-G.; Feng, G.; Li, J. A Hybrid Health Prognostics Method for Proton Exchange Membrane Fuel Cells With Internal Health Recovery. IEEE Trans. Transp. Electrif. 2023, 9, 4406–4417. [Google Scholar] [CrossRef]
  33. Gouriveau, R.; Hilairet, M.; Hissel, D.; Jemei, S.; Jouin, M.; Lechartier, E.; Morando, S.; Pahon, E.; Pera, M.C.; Zerhouni, N. IEEE PHM 2014 Data Challenge: Outline, Experiments, Scoring of Results, Winners. In Proceedings of the IEEE Conference on Prognostic and Health Management, Cheney, WA, USA, 22–25 June 2014; pp. 1–6. [Google Scholar]
  34. Liu, L.; Sun, W.; Yue, C.; Zhu, Y.; Xia, W. Remaining Useful Life Estimation of Lithium-Ion Batteries Based on Small Sample Models. Energies 2024, 17, 4932. [Google Scholar] [CrossRef]
  35. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  36. Ma, R.; Li, Z.; Breaz, E.; Liu, C.; Bai, H.; Gao, F. Data-Fusion Prognostics of Proton Exchange Membrane Fuel Cell Degradation. IEEE Trans. Ind. Appl. 2019, 55, 4321–4331. [Google Scholar] [CrossRef]
  37. Deng, H.; Hu, W.; Cao, D.; Chen, W.; Huang, Q.; Chen, Z.; Blaabjerg, F. Degradation Trajectories Prognosis for PEM Fuel Cell Systems Based on Gaussian Process Regression. Energy 2022, 244, 122569. [Google Scholar] [CrossRef]
Figure 1. PEMFC durability test. (a) Test bench in FCLAB. (b) Constant and dynamic currents in the two experiments.
Figure 1. PEMFC durability test. (a) Test bench in FCLAB. (b) Constant and dynamic currents in the two experiments.
Energies 17 05855 g001
Figure 2. Degradation voltage profiles under constant and dynamic load conditions.
Figure 2. Degradation voltage profiles under constant and dynamic load conditions.
Energies 17 05855 g002
Figure 3. Raw voltage data and processed voltage data under dynamic load conditions.
Figure 3. Raw voltage data and processed voltage data under dynamic load conditions.
Energies 17 05855 g003
Figure 4. Architecture of GRU cells.
Figure 4. Architecture of GRU cells.
Energies 17 05855 g004
Figure 5. Searching for prey versus attacking prey, (a) searching, (b) attacking.
Figure 5. Searching for prey versus attacking prey, (a) searching, (b) attacking.
Energies 17 05855 g005
Figure 6. GWO-GRU schematic diagram.
Figure 6. GWO-GRU schematic diagram.
Energies 17 05855 g006
Figure 7. Prediction results under different methods and training lengths. (a) Fifty percent training length. (b) Sixty percent training length. (c) Seventy percent training length. (d) Eighty percent training length.
Figure 7. Prediction results under different methods and training lengths. (a) Fifty percent training length. (b) Sixty percent training length. (c) Seventy percent training length. (d) Eighty percent training length.
Energies 17 05855 g007
Figure 8. Absolute percentage error results under different methods and training lengths. (a) Fifty percent training length. (b) Sixty percent training length. (c) Seventy percent training length. (d) Eighty percent training length.
Figure 8. Absolute percentage error results under different methods and training lengths. (a) Fifty percent training length. (b) Sixty percent training length. (c) Seventy percent training length. (d) Eighty percent training length.
Energies 17 05855 g008
Table 1. Experimental parameters during the second experiment.
Table 1. Experimental parameters during the second experiment.
ParameterValue
Number of cells5
Active area100 cm2
Stack rated current70 A with 7 A oscillations
Temperature54 °C
Hydrogen pressure1.3 bar
Relative humidity50%
Table 2. Comparison of prediction accuracy under different methods and training lengths.
Table 2. Comparison of prediction accuracy under different methods and training lengths.
Training LengthMethodRMSEMAPER2
50%GRU0.00446540.12139%0.97088
PSO-GRU0.00327650.071766%0.98432
GWO-GRU0.00207840.040252%0.99369
60%GRU0.00577740.15616%0.94509
PSO-GRU0.0024680.06466%0.98998
GWO-GRU0.00160320.034031%0.99577
70%GRU0.00619230.16631%0.93256
PSO-GRU0.00234850.046628%0.9903
GWO-GRU0.00171180.035812%0.99485
80%GRU0.00645390.177%0.9455
PSO-GRU0.00281580.058697%0.98962
GWO-GRU0.00208430.034444%0.99432
Table 3. Comparison with other methods in the literature.
Table 3. Comparison with other methods in the literature.
MethodTrain LengthRMSEMAPE
FDKF [16]50%0.03250.8545%
60%0.00900.3664%
70%0.01950.4595%
LSTM RNN [36]60%0.00580.17%
70%0.00540.14%
80%0.00620.15%
VAE-DGP [37]450 h (43.9%)0.025490.160%
600 h (58.8%)0.027800.186%
Hybrid [32]515 h (50.5%)0.02750.657%
615 h (60.3%)0.02480.618%
715 h (70.1%)0.02660.694%
Presented method50%0.002090.040%
60%0.001600.034%
70%0.001710.036%
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

Wang, X.; Huang, Z.; Zhang, D.; Yuan, H.; Cai, B.; Liu, H.; Wang, C.; Cao, Y.; Zhou, X.; Dong, Y. Dynamic Prediction of Proton-Exchange Membrane Fuel Cell Degradation Based on Gated Recurrent Unit and Grey Wolf Optimization. Energies 2024, 17, 5855. https://doi.org/10.3390/en17235855

AMA Style

Wang X, Huang Z, Zhang D, Yuan H, Cai B, Liu H, Wang C, Cao Y, Zhou X, Dong Y. Dynamic Prediction of Proton-Exchange Membrane Fuel Cell Degradation Based on Gated Recurrent Unit and Grey Wolf Optimization. Energies. 2024; 17(23):5855. https://doi.org/10.3390/en17235855

Chicago/Turabian Style

Wang, Xiangdong, Zerong Huang, Daxing Zhang, Haoyu Yuan, Bingzi Cai, Hanlin Liu, Chunsheng Wang, Yuan Cao, Xinyao Zhou, and Yaolin Dong. 2024. "Dynamic Prediction of Proton-Exchange Membrane Fuel Cell Degradation Based on Gated Recurrent Unit and Grey Wolf Optimization" Energies 17, no. 23: 5855. https://doi.org/10.3390/en17235855

APA Style

Wang, X., Huang, Z., Zhang, D., Yuan, H., Cai, B., Liu, H., Wang, C., Cao, Y., Zhou, X., & Dong, Y. (2024). Dynamic Prediction of Proton-Exchange Membrane Fuel Cell Degradation Based on Gated Recurrent Unit and Grey Wolf Optimization. Energies, 17(23), 5855. https://doi.org/10.3390/en17235855

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