- School of Mechanical Engineering, Changshu Institute of Technology, Changshu, China
Battery health prediction is very important for the safety of lithium batteries. Due to the factors such as capacity regeneration and random fluctuation in the use of lithium ion battery, the accuracy and generalization ability are poor when using a single scale feature to predict the health state of lithium ion battery. To solve these problems, we propose a comprehensive prediction method based on variational mode decomposition, integrated particle filter, and long short-term memory network with self-attention mechanism. Firstly, the capacity data of lithium ion battery is decomposed by variational mode decomposition to obtain the residual component which can reflect the global degradation trend of lithium ion battery and intrinsic mode functions component that can reflect the local random fluctuation. Then, the particle filter algorithm is employed to predict the residual component, and the long short-term memory network with self-attention mechanism is proposed to predict the intrinsic mode functions component. Finally, the prediction results of each subcomponent are reconstructed to obtain the final prediction value of lithium ion battery health state. The experimental results show that the prediction method proposed in this article has good prediction accuracy and stability.
Introduction
Lithium ion battery is widely used in automobile, aerospace, electric energy storage, military equipment, and other fields due to its advantages of stable voltage, high energy, and low price. With the increase of charge and discharge cycles, the activity of lithium-ion decreases, the battery capacity and power decline, and the remaining useful life (RUL) gradually shortens, which has an impact on the operation reliability of the whole equipment. Therefore, an accurate prediction of lithium ion battery health status is of great significance to ensure the reliability of equipment operation and reduce maintenance cost.
The data-driven method is a popular method for predicting the health state of lithium ion battery. It does not need to establish an accurate physical and chemical model of battery failure. The rule of lithium ion battery performance degradation is directly mined from the data of lithium ion battery voltage, current, temperature, and capacity, and the nonlinear quantitative model of degradation rule or battery health state is automatically established, which has strong applicability. Common data-driven methods include support vector machine (SVM) (Li et al., 2020), particle filter (PF) (Lyu et al., 2021b), deep learning network (Kaur et al., 2021; Sun et al., 2021), extreme learning machine (Xu et al., 2021), K-nearest neighbor regression (Zhou et al., 2020), etc. A battery capacity estimation method is proposed based on dynamic time warping algorithm in the study by Liu et al. (2019), which can quickly estimate the capacity of each battery in the battery pack by using the previous charging curve and current charging data of one battery in the battery pack. A random forest regression prediction method is proposed to evaluate the health status of different batteries under different cycle conditions in the study by Li et al. (2018), which can extract the features from the charging voltage and capacity measurement. A capacity estimation method of lithium-ion battery based on one-dimensional convolutional neural network (CNN) is proposed in the study by Qian et al. (2021), which takes the random segment of charging curve as the input to estimate the capacity. A deep learning method for lithium-ion battery capacity prediction based on long short-term memory (LSTM) recurrent neural network is studied in the study by Chen et al. (2020), which is used to capture the potential long-term correlation of capacity degradation. A multi-timescale extended Kalman filter (EKF) algorithm is proposed in the study by Yang et al. (2020) to estimate the state of charge and capacity of each battery in the battery pack. A linear aging model based on the capacity data in the sliding window is used to predict the RUL of the battery by combining Monte Carlo simulation to generate the prediction uncertainty (Xiong et al., 2019).
Because the PF algorithm is not constrained by the linear and Gaussian assumptions of the model and has good tracking effect, it is widely used in the research of battery health state prediction. According to the capacity attenuation curve obtained from the battery charge and discharge experimental data, the RUL of the battery is predicted by PF in the studies by Pan et al. (2021) and Gao et al. (2020). Considering the chemical mechanism of battery, a PF prediction framework based on the electrochemical model is proposed for the RUL prediction of lithium ion battery (Liu et al., 2020). Aiming at the particle degradation problem of the PF algorithm, many studies have also proposed many improved algorithms. An improved untracked PF method is proposed to predict the RUL of batteries (Li et al., 2015). Duan et al. (2020) analyzed the problems existing in standard PF and proposd a new extended Kalman PF, which uses the EKF as sampling density function to optimize the PF algorithm. An improved PF algorithm, untracked PF, is introduced into the prediction of battery RUL in the study by Miao et al. (2013). The PF algorithm is used as the main method; double exponential model is used as the equation of state; and artificial neural network is used for resampling to reduce the particle degradation problem in the study by Qin et al. (2020). Jiao et al. (2020) propose a PF framework based on conditional variational automatic encoder and resampling strategy to predict the RUL of battery. In the study by Sun et al. (2018), with the help of β distribution function, combined with capacitance, resistance, and constant current charging time, a comprehensive health indicator is developed to predict the RUL. A third-order polynomial model is used to fit the battery health degradation process; the PF algorithm is used to predict the RUL of the battery. It should be noted that to ensure that the PF algorithm has a good prediction effect, it is very key to establish an appropriate state equation, which has a great impact on the prediction results.
With its powerful self-adaptive feature learning ability, the deep learning model has been applied in many fields and has also been introduced into battery state of health (SOH) prediction by many scholars. Considering uncertainty measurement, feature dimensionality reduction, and various related tasks, an end-to-end deep learning framework is proposed to quickly predict the RUL of lithium-ion batteries in the study by Hong et al. (2020). Ma et al. (2019) proposed a hybrid neural network combined with pseudo nearest neighbor method, combined with the advantages of CNN and LSTM neural network, and designed a hybrid neural network for model training and prediction. An integrated deep learning method is proposed for RUL prediction of lithium-ion battery integrating automatic encoder and deep neural network (Ren et al., 2018). In the study by Wang et al. (2018), aiming at the practical and accurate prediction of RUL of satellite lithium-ion battery, an indirect prediction method is proposed based on dynamic LSTM neural network. Chinomona et al. (2020) proposed a feature selection technique to select the best statistical feature subset and use partial charge and discharge data to determine the RUL of battery via recursive neural network (RNN) and LSTM. In the study by Su et al. (2021), a generalized regression neural network is proposed to estimate the residual capacity of batteries based on several health indicators obtained from the historical operating data of batteries, and a nonlinear autoregression method is applied to predict the RUL of batteries based on the estimated capacity.
Although the deep learning model can adaptively learn high-level degradation features from battery capacity data, it has strong applicability. However, facing the complex degradation trend of lithium ion battery, it still exposes the shortcomings of poor generalization ability and poor robustness due to adopting a single scale. Therefore, many scholars propose some comprehensive methods to predict the SOH of batteries. In the study by Pan et al. (2019), a hybrid method is proposed, including PF, exponential smoothing, and capacity degradation model. An interactive multimodel framework based on PF and SVM is proposed to realize the multistep advance estimation of battery capacity and RUL in the study by Li et al. (2021). Lyu et al. (2021a) combined metabolic gray model and multi-output Gaussian process regression to establish a dynamic data-driven battery degradation model. PF is used to track battery capacity degradation for SOH estimation and extrapolate degradation trajectory for RUL prediction. Che et al. (2021) proposed an RUL prediction method based on optimized health indicators and transfer learning online model modification. On this basis, a method combining transfer learning and gated recurrent neural network is designed to predict the RUL directly according to the optimized health indicators, to promote online application. A generative adversarial network based on ternary network is proposed to solve the problem of leak detection when sensor data is incomplete (Hu et al., 2021a; Hu et al., 2021b).
As a matter of fact, there are some factors such as capacity regeneration and random interference in the use of lithium ion battery, which lead to the problem of insufficient prediction accuracy and generalization ability of single model or comprehensive method using single scale feature. The data-driven methods mentioned above take the battery capacity data as a single variable, so the predicted results of battery life are not sensitive to capacity regeneration, random interference, and other factors, leading to a large error between the prediction results and the actual values. Decomposing the battery capacity data into multiple variables of different scales can preserve some details of the data, then select the appropriate prediction method according to the characteristics of variables of different scales, and finally reconstruct the prediction results of different scales, which will be an effective way to improve the prediction accuracy. Variable mode decomposition (VMD) is an adaptive and completely non recursive method of modal variation and signal processing. This technology overcomes the problems of endpoint effect and modal component aliasing in empirical mode decomposition (EMD) method, and has a more solid mathematical theoretical basis. It can reduce the non-stationarity of time series with high complexity and strong nonlinearity. The relatively stable subsequences with different frequency scales obtained by decomposition are suitable for non-stationary sequences. LSTM is very suitable for dealing with prediction problems highly related to time series. Self-attention mechanism can help the model give different weights to the input features, extract more critical and important information, and make the model make more accurate judgments without bringing greater overhead to the calculation and storage of the model. Therefore, in this article we propose a hybrid prediction method for the SOH of lithium batteries based on variational mode decomposition and LSTM with self-attention mechanism (SA-LSTM) model, which makes up for the shortcomings of the degradation characteristics of battery performance that cannot be fully covered by a single scale input, low prediction accuracy, and poor generalization performance of a single model.
Methodology
Prediction Process and Steps of Battery State of Health
Lithium ion battery capacity is easy to collect and can reflect the performance degradation trend of the battery. It is often used as an indicator to evaluate the SOH of the battery. In IEEE standard 1188-1996, battery failure is defined as when the capacity of the battery degrades to 80% of the rated capacity. Therefore, the RUL of the battery is defined as the cycles of charge and discharge when the battery capacity decays to 80% of the rated capacity.
A method for predicting the SOH of lithium ion battery is proposed in this article by comprehensively using VMD, PF, and SA-LSTM. Firstly, VMD is used to decompose the intrinsic mode function (IMF) components with different scales and residual component from the lithium ion battery capacity time series. Then, each IMF component from the training data set is input into the SA-LSTM for training, and the residual component is input into the PF for training. Finally, the test data component is input into the trained model for the next cycle of value prediction, and the prediction results of each component are summed to obtain the predicted value of battery capacity. The overall prediction process is shown in Figure 1.
The specific steps of the battery SOH prediction method proposed in this article are as follows:
1) Obtain lithium ion battery capacity degradation data. Divide the lithium ion battery capacity degradation data at time
2) Variational modal decomposition. The capacity degradation data of lithium ion battery is decomposed by VMD to obtain multiple IMF components and residual components. The residual component can reflect the overall degradation trend of lithium ion battery capacity, and the IMF components can reflect the battery capacity regeneration and random fluctuation.
3) Use PF to predict the residual component. The residual component can reflect the overall degradation trend of battery capacity and has monotonicity and stability. The PF method has good advantages for the prediction of this time series data.
4) Construct SA-LSTM network to predict the IMF components. The IMF components reflect the lithium ion battery capacity regeneration and random fluctuation, which show a certain periodicity. Therefore, the LSTM network is selected as the prediction method. In order to improve the invalid information in the filtering deep features of the LSTM network and enhance the weight of the effective features, the self-attention mechanism is introduced to improve the prediction accuracy of the LSTM network. Each IMF component is input into the SA-LSTM network with the same structure for independent training and prediction.
5) Reconstruct predicted capacity of battery. The predicted value of battery capacity can be obtained by summing the prediction results of each IMF component and residual component according to Eq. 1.
where
Signal Multiscale Decomposition Based on Variational Mode Decomposition
VMD is developed from EMD. EMD has the disadvantages of mode aliasing, and it is difficult to determine endpoint effects and stop conditions. Compared with the recursive decomposition mode of EMD, VMD transforms the signal decomposition into a variational decomposition mode. In essence, it uses multiple adaptive Wiener filter banks to realize the adaptive segmentation of each component of the signal in the frequency domain. VMD can effectively overcome the mode aliasing phenomenon in EMD decomposition, has stronger noise robustness and weaker endpoint effect than EMD, and improves the decomposition component stationarity of nonlinear time series. The battery capacity degradation data of lithium ion battery not only contains the overall degradation trend information but also has the random fluctuation caused by factors such as battery capacity regeneration. Therefore, VMD can be used for multiscale decomposition to extract the features of battery capacity degradation at different scales. The essence of VMD is to construct and solve variational problems. For a signal
where
The constrained variational problem is changed into an unconstrained variational problem as Eq. 4, by introducing Lagrange operator
The alternating direction method of multipliers is adopted to update
where
Particle Filter Algorithm
PF is widely used in the field of visual tracking, signal processing, robotics, image processing, financial economy, target positioning, navigation, and tracking. In this article, the PF model is applied to predict the SOH of lithium ion battery. Assume that the state equation of the system is as Eq. 6.
where
Let the state observation equation of the system be as Eq. 7.
where
The specific steps of the PF algorithm are as follows:
1) Initialization. When
2) Importance sampling. When
3) Update weight. At time
4) Normalized weight.
5) Resampling. New particles are obtained by resampling according to the importance weight, and the average weight is
6) State estimation. The estimated state is obtained by weighted summation of the extracted particles.
In this article, the double exponential empirical model (Jiao et al., 2020) is selected as the battery capacity degradation model, as shown in Eq. 11.
where
where the initial values of
The state update equation of the four parameters can be expressed as Eq. 13.
Therefore, the observation equation of battery capacity can be expressed as Eq. 14.
where
Long Short-Term Memory Model
LSTM is a variant of RNN, which can reduce the problem of gradient disappearance or gradient explosion of RNN. Its structure is shown in Figure 2.
At time t, the network output value
where
The update status of the network during training is as follows:
1) Temporary memory status information
2) Calculate input gate value
3) Calculate the forgetting gate value ft: the calculation formula is as in Eq. 18:
4) Calculate the current memory unit status value
where * represents convolution.
5) Calculation output gate
6) Unit memory output: the calculation formula is as in Eq. 21:
In the above formula,
To make the prediction result fully close to the real value, the direction propagation algorithm is used to adjust the weight matrix
where
At last, the training data of battery capacity IMF components decomposed by VMD are input into LSTM network for training, and then the test data are input into the trained LSTM to get the prediction result of the next time.
Self-Attention Mechanism
Self-attention mechanism can filter some irrelevant information in feature data, which adopts the query–key–value model. Suppose
where
where
Experimental Verification
Introduction of Experimental Data
The lithium ion battery data used in this article are from the Idaho National Laboratory of NASA PCoE research center. In this experiment, there are four groups: 18650s batteries with a rated capacity of 2 Ah, which are numbered B5, B6, B7, and B18, respectively, and the ambient temperature is set to 24°C. The charging and discharging process of the battery is specified as follows. The maximum cut-off voltage of charging is set to 4.2 V. The battery is charged at a constant current of 1.5 A at the beginning. When the voltage reaches the maximum cut-off voltage, it will be charged at a constant voltage. When the charging current drops to 20 mA, the charging ends. When the battery is discharged, it is discharged at a constant current of 2 A to a capacity of 2.7 V. A battery cycle includes completing a charge and a discharge. We extract the battery capacity change data from the experimental data. The capacity data of the four batteries are all one-dimensional time series. The data length of B5, B6, and B7 is 167, and the data length of B18 is 132.
Variational Mode Decomposition of Battery Capacity Data
As described above, Figure 4 shows the capacity degradation of the four lithium batteries after multiple cycles. It can be seen that the battery capacity not only has an obvious downward trend but also has random fluctuations caused by factors such as battery capacity regeneration.
VMD is performed on the obtained lithium ion battery capacity data. Figure 5 shows the original capacity curve and components decomposed by VMD of B5 battery. In the VMD, the sequence number K is set to 6, and the relevant parameter alpha is set to 20. It can be seen that the residual component can show the global degradation trend of lithium ion battery performance, and the IMF components (IMF1–IMF5) can effectively reflect the local regeneration and the random fluctuation characteristics in the degradation of battery capacity.
Battery Capacity Degradation Prediction
After VMD, the residual component is trained and predicted by the PF method, and IMF components are input into the SA-LSTM for training and predicting. Taking B5 battery as an example, there are 168 sets of data. In this article, the first 67% sets are used as the training set and the rest as the test set, that is, 112 sets of training data and 56 sets of test data. In our experiment, the capacity data of the previous three consecutive cycles is used to predict the capacity of the next cycle. Firstly, the residual component is input into the PF algorithm, the first 10 sets of data are used to calculate the initial values of
Following the same training sets and test sets ratio, the five IMF components decomposed by VMD are input into the SA-LSTM network for training and predicting. The specific structure and parameters of the SA-LSTM network are shown in Table 1. In this work, the training iterations is set to 200, the batch is set to 10, and the initial learning rate is set to 0.005.
Figure 7 shows the prediction results of IMF components, each component is trained and predicted separately. It can be seen that the prediction results of the proposed SA-LSTM prediction network fit well with the real values, which also shows that the SA-LSTM model has advantages in nonlinear time series prediction.
At last, the prediction results of the residual component and IMF components are reconstructed by Eq. 1, and we can obtain the predicted results of lithium ion battery capacity, which is shown in Figure 8. The prediction result is highly consistent with the measured values of battery capacity. It can not only predict the degradation trend of battery capacity but also adapt to the random fluctuation of battery capacity regeneration.
Evaluation Index
To evaluate the performance of the proposed prediction method and other methods, three common indexes are used to measure the prediction effect, including the mean absolute percentage error (MAPE), root mean square error (RMSE), and mean absolute error (MAE) (Pan et al., 2019).
The calculation formulas of the three indexes are as follows:
where
Comparison of Prediction Results
To verify the superiority of the prediction method proposed in this article, it is compared with some commonly used methods, including the following methods:
1) The original data of battery capacity measurement is directly used for SOH prediction by PF algorithm (ORIG-PF).
2) The original data of battery capacity measurement value is directly used for SOH prediction by LSTM network (ORIG-LSTM).
3) The original data of battery capacity measurement value is directly used for SOH prediction by SA-LSTM network (ORIG-SA-LSTM).
4) Firstly, the battery capacity measurement data is decomposed by VMD, then LSTM is used for the prediction of all components, and finally, the predicted value of capacity is reconstructed using Eq. 1 (VMD-LSTM).
5) Firstly, the battery capacity measurement data is decomposed by VMD, then SA-LSTM is used for the prediction of all components, and finally, the predicted value of capacity is reconstructed using Eq. 1 (VMD-SA-LSTM).
6) Firstly, the battery capacity measurement data is decomposed by VMD, then PF is used for the prediction of residual component and LSTM is used for the prediction of IMF components, and finally, the predicted value of capacity is reconstructed using Eq. 1 (VMD-PF-LSTM).
7) The proposed method. Firstly, the battery capacity measurement data is decomposed by VMD, then PF is used for the prediction of residual component and SA-LSTM is used for the prediction of IMF components, and finally, the predicted value of capacity is reconstructed using Eq. 1 (VMD-PF-LSTM).
The B5 battery capacity degradation data is taken as experimental data, and the above seven methods are used for experiments. The final prediction results are shown in Table 2. To avoid accidental errors, each experiment is repeated 20 times, and the average value of the prediction results is taken as the final prediction results.
It should be noted that the LSTM structure in the above methods is the same as that shown in Table 1, and only the “SeqSelfAttention” layer is removed. For the seven experiments listed in Table 2, only one prediction method is used in experiments 1–3, and more than two comprehensive prediction methods are used in experiments 4–7. It can be seen from the evaluation indexes:
1) The method proposed in this article has the highest prediction accuracy.
2) In the prediction experiments using a single method, the PF method has the best prediction effect, which also shows that the PF algorithm has good advantages in lithium ion battery capacity prediction, so many studies on lithium ion battery capacity prediction adopt the PF method or its improved method.
3) Comparing experiment 2 with experiment 3, experiment 4 with experiment 5, and experiment 6 with experiment 7, it can be seen from the evaluation indexes that the prediction effect of SA-LSTM is better than that of LSTM. This illustrates that self-attention mechanism can further reduce noise and improve the prediction accuracy of deep network.
4) Comparing experiment 2 with experiment 4 and experiment 3 with experiment 5, it can be seen that VMD can greatly improve the prediction effect. It shows that VMD multiscale decomposition can effectively reduce the influence of capacity degradation data non-stationarity on prediction.
Finally, to further verify the generalization performance of the proposed method, comparative experiments were carried out using the battery capacity data of B6, B7, and B18. The results are shown in Figure 9. As can be seen from Figure 9, the prediction method proposed in this article has the best evaluation indexes for different battery capacity prediction, which shows that the method not only has good prediction accuracy but also has good generalization ability, and the prediction results for different batteries are relatively stable.
FIGURE 9. Prediction results of B6, B7, and B18 batteries. (A) Prediction results of B6 battery. (B) Prediction results of B7 battery. (C) Prediction results of B18 battery.
Conclusion
In this article, we proposed a comprehensive method for lithium ion battery SOH prediction based on VMD, PF, and LSTM with self-attention mechanism. VMD can decompose the lithium ion battery capacity data into components with a different scale, which can effectively reduce the influence of data instability caused by capacity regeneration on the prediction accuracy. According to the characteristics of the residual component and IMF components decomposed by VMD, the PF and SA-LSTM algorithms were used to predict the battery capacity, which solves the problems of low accuracy and poor generalization ability of single model prediction. NASA lithium ion battery data experiments showed that the prediction method proposed in this article had higher prediction accuracy and stronger stability than the common prediction method.
In future research, we will focus on the following issues: 1) research on battery health prediction methods under different working conditions, 2) automatic optimization of relevant parameters in data-driven methods, 3) prediction models based on multiple feature types, and 4) battery capacity prediction under zero sample conditions.
Data Availability Statement
The original contributions presented in the study are included in the article/Supplementary Material, and further inquiries can be directed to the corresponding author.
Author Contributions
YG performed the data analyses and wrote the manuscript. FZ helped perform the analysis with constructive discussions. YR performed the experiment. All authors listed have approved the work for publication.
Funding
This work was supported by the Suzhou Science and Technology Foundation of China under Grant SYG202021, and partly by the higher education colleges in Jiangsu province (No. 20KJA460011), and partly by the higher education colleges in Jiangsu province (No. 21KJA510003).
Conflict of Interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Publisher’s Note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors, and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
Che, Y., Deng, Z., Lin, X., Hu, L., and Hu, X. (2021). Predictive Battery Health Management with Transfer Learning and Online Model Correction. IEEE Trans. Veh. Technol. 70, 1269–1277. doi:10.1109/tvt.2021.3055811
Chen, Z., Xue, Q., Wu, Y., Shen, S., Zhang, Y., and Shen, J. (2020). Capacity Prediction and Validation of Lithium-Ion Batteries Based on Long Short-Term Memory Recurrent Neural Network. Ieee Access 8, 172783–172798. doi:10.1109/access.2020.3025766
Chinomona, B., Chung, C., Chang, L.-K., Su, W.-C., and Tsai, M.-C. (2020). Long Short-Term Memory Approach to Estimate Battery Remaining Useful Life Using Partial Data. Ieee Access 8, 165419–165431. doi:10.1109/access.2020.3022505
Duan, B., Zhang, Q., Geng, F., and Zhang, C. (2020). Remaining Useful Life Prediction of Lithium‐ion Battery Based on Extended Kalman Particle Filter. Int. J. Energ. Res 44, 1724–1734. doi:10.1002/er.5002
Fan, J., Fan, J., Liu, F., Qu, J., and Li, R. (2019). A Novel Machine Learning Method Based Approach for Li-Ion Battery Prognostic and Health Management. Ieee Access 7, 160043–160061. doi:10.1109/access.2019.2947843
Gao, D., Zhou, Y., Wang, T., and Wang, Y. (2020). A Method for Predicting the Remaining Useful Life of Lithium-Ion Batteries Based on Particle Filter Using Kendall Rank Correlation Coefficient. Energies 13, 4183. doi:10.3390/en13164183
Hong, J., Lee, D., Jeong, E.-R., and Yi, Y. (2020). Towards the Swift Prediction of the Remaining Useful Life of Lithium-Ion Batteries with End-To-End Deep Learning. Appl. Energ. 278, 115646. doi:10.1016/j.apenergy.2020.115646
Hu, X., Zhang, H., Ma, D., and Wang, R. (2021a). Hierarchical Pressure Data Recovery for Pipeline Network via Generative Adversarial Networks. IEEE Trans. Automat. Sci. Eng., 1–11. doi:10.1109/TASE.2021.3069003
Hu, X., Zhang, H., Ma, D., and Wang, R. (2021b). A tnGAN-Based Leak Detection Method for Pipeline Network Considering Incomplete Sensor Data. IEEE Trans. Instrum. Meas. 70, 1–10. doi:10.1109/tim.2020.3045843
Jiao, R., Peng, K., and Dong, J. (2020). Remaining Useful Life Prediction of Lithium-Ion Batteries Based on Conditional Variational Autoencoders-Particle Filter. IEEE Trans. Instrum. Meas. 69, 8831–8843. doi:10.1109/tim.2020.2996004
Kaur, K., Garg, A., Cui, X., Singh, S., and Panigrahi, B. K. (2021). Deep Learning Networks for Capacity Estimation for Monitoring SOH of Li‐Ion Batteries for Electric Vehicles. Int. J. Energ. Res 45, 3113–3128. doi:10.1002/er.6005
Li, L., Wang, Z., and Jiang, H. (2015). Storage Battery Remaining Useful Life Prognosis Using Improved Unscented Particle Filter. Proc. Inst. Mech. Eng. O: J. Risk Reliability 229, 52–61. doi:10.1177/1748006x14550662
Li, Y., Zou, C., Berecibar, M., Nanini-Maury, E., Chan, J. C.-W., Van Den Bossche, P., et al. (2018). Random forest Regression for Online Capacity Estimation of Lithium-Ion Batteries. Appl. Energ. 232, 197–210. doi:10.1016/j.apenergy.2018.09.182
Li, X., Yuan, C., and Wang, Z. (2020). State of Health Estimation for Li-Ion Battery via Partial Incremental Capacity Analysis Based on Support Vector Regression. Energy 203, 117852. doi:10.1016/j.energy.2020.117852
Li, S., Fang, H., and Shi, B. (2021). Remaining Useful Life Estimation of Lithium-Ion Battery Based on Interacting Multiple Model Particle Filter and Support Vector Regression. Reliability Eng. Syst. Saf. 210, 107542. doi:10.1016/j.ress.2021.107542
Liu, Y., Zhang, C., Jiang, J., Jiang, Y., Zhang, L., and Zhang, W. (2019). Capacity Estimation of Serial Lithium-Ion Battery Pack Using Dynamic Time Warping Algorithm. Ieee Access 7, 174687–174698. doi:10.1109/access.2019.2956326
Liu, Q., Zhang, J., Li, K., and Lv, C. (2020). The Remaining Useful Life Prediction by Using Electrochemical Model in the Particle Filter Framework for Lithium-Ion Batteries. Ieee Access 8, 126661–126670. doi:10.1109/access.2020.3006157
Lyu, Z., Gao, R., and Chen, L. (2021a). Li-Ion Battery State of Health Estimation and Remaining Useful Life Prediction through a Model-Data-Fusion Method. IEEE Trans. Power Electron. 36, 6228–6240. doi:10.1109/tpel.2020.3033297
Lyu, Z., Gao, R., and Li, X. (2021b). A Partial Charging Curve-Based Data-Fusion-Model Method for Capacity Estimation of Li-Ion Battery. J. Power Sourc. 483, 229131. doi:10.1016/j.jpowsour.2020.229131
Ma, G., Zhang, Y., Cheng, C., Zhou, B., Hu, P., and Yuan, Y. (2019). Remaining Useful Life Prediction of Lithium-Ion Batteries Based on False Nearest Neighbors and a Hybrid Neural Network. Appl. Energ. 253, 113626. doi:10.1016/j.apenergy.2019.113626
Miao, Q., Xie, L., Cui, H., Liang, W., and Pecht, M. (2013). Remaining Useful Life Prediction of Lithium-Ion Battery with Unscented Particle Filter Technique. Microelectronics Reliability 53, 805–810. doi:10.1016/j.microrel.2012.12.004
Pan, C., Chen, Y., Wang, L. M., and He, Z. G. (2019). Lithium-Ion Battery Remaining Useful Life Prediction Based on Exponential Smoothing and Particle Filter. Int. J. Electrochem. Sci. 14, 9537–9551. doi:10.20964/2019.10.15
Pan, C., Huang, A., He, Z., Lin, C., Sun, Y., Zhao, S., et al. (2021). Prediction of Remaining Useful Life for Lithium‐Ion Battery Based on Particle Filter with Residual Resampling. Energy Sci Eng 9, 1115–1133. doi:10.1002/ese3.877
Qian, C., Xu, B., Chang, L., Sun, B., Feng, Q., Yang, D., et al. (2021). Convolutional Neural Network Based Capacity Estimation Using Random Segments of the Charging Curves for Lithium-Ion Batteries. Energy 227, 120333. doi:10.1016/j.energy.2021.120333
Qin, W., Lv, H., Liu, C., Nirmalya, D., and Jahanshahi, P. (2020). Remaining Useful Life Prediction for Lithium-Ion Batteries Using Particle Filter and Artificial Neural Network. Ind. Manage. Data Syst. 120, 312–328. doi:10.1108/imds-03-2019-0195
Ren, L., Zhao, L., Hong, S., Zhao, S., Wang, H., and Zhang, L. (2018). Remaining Useful Life Prediction for Lithium-Ion Battery: A Deep Learning Approach. Ieee Access 6, 50587–50598. doi:10.1109/access.2018.2858856
Su, C., Chen, H., and Wen, Z. (2021). Prediction of Remaining Useful Life for Lithium-Ion Battery with Multiple Health Indicators. Eksploatacja I Niezawodnosc-Maintenance and Reliability 23, 176–183. doi:10.17531/ein.2021.1.18
Sun, Y., Hao, X., Pecht, M., and Zhou, Y. (2018). Remaining Useful Life Prediction for Lithium-Ion Batteries Based on an Integrated Health Indicator. Microelectronics Reliability 88-90, 1189–1194. doi:10.1016/j.microrel.2018.07.047
Sun, Y., Zhang, J., Zhang, K., Qi, H., and Zhang, C. (2021). Battery State of Health Estimation Method Based on Sparse Auto‐Encoder and Backward Propagation Fading Diversity Among Battery Cells. Int. J. Energ. Res 45, 7651–7662. doi:10.1002/er.6346
Wang, C., Lu, N., Wang, S., Cheng, Y., and Jiang, B. (2018). Dynamic Long Short-Term Memory Neural-Network- Based Indirect Remaining-Useful-Life Prognosis for Satellite Lithium-Ion Battery. Appl. Sci. 8, 2078. doi:10.3390/app8112078
Xiong, R., Zhang, Y., Wang, J., He, H., Peng, S., and Pecht, M. (2019). Lithium-Ion Battery Health Prognosis Based on a Real Battery Management System Used in Electric Vehicles. IEEE Trans. Veh. Technol. 68, 4110–4121. doi:10.1109/tvt.2018.2864688
Xu, T., Peng, Z., and Wu, L. (2021). A Novel Data-Driven Method for Predicting the Circulating Capacity of Lithium-Ion Battery under Random Variable Current. Energy 218, 119530. doi:10.1016/j.energy.2020.119530
Yang, C., Wang, X., Fang, Q., Dai, H., Cao, Y., and Wei, X. (2020). An Online SOC and Capacity Estimation Method for Aged Lithium-Ion Battery Pack Considering Cell Inconsistency. J. Energ. Storage 29, 101250. doi:10.1016/j.est.2020.101250
Keywords: lithium ion battery, state of health, variational modal decomposition, long short-term memory, self-attention mechanism, particle filter
Citation: Ge Y, Zhang F and Ren Y (2022) Lithium Ion Battery Health Prediction via Variable Mode Decomposition and Deep Learning Network With Self-Attention Mechanism. Front. Energy Res. 10:810490. doi: 10.3389/fenrg.2022.810490
Received: 07 November 2021; Accepted: 12 January 2022;
Published: 14 February 2022.
Edited by:
Junjie Hu, North China Electric Power University, ChinaReviewed by:
Mona Faraji Niri, University of Warwick, United KingdomXuguang Hu, Northeastern University, China
Copyright © 2022 Ge, Zhang and Ren. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Yang Ge, Z2V5YW5nQGNzbGcuZWR1LmNu