Next Article in Journal
Joint Estimation of Driving State and Road Surface Adhesion Coefficient of a Four-Wheel Independent and Steering-Drive Electric Vehicle
Previous Article in Journal
All-Wheel Steering Tracking Control Method for Virtual Rail Trains with Only Interoceptive Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

State of Health Prediction of Lithium-Ion Batteries Based on Multi-Kernel Relevance Vector Machine and Error Compensation

1
School of Electrical Engineering, Anhui Technical College of Mechanical and Electrical Engineering, Wuhu 241000, China
2
School of Electrical Engineering, Anhui Polytechnic University, Wuhu 241000, China
3
Anhui Polytechnic University Industrial Innovation Technology Co., Ltd., Wuhu 241000, China
*
Author to whom correspondence should be addressed.
World Electr. Veh. J. 2024, 15(6), 248; https://doi.org/10.3390/wevj15060248
Submission received: 4 May 2024 / Revised: 31 May 2024 / Accepted: 3 June 2024 / Published: 6 June 2024

Abstract

:
Though lithium-ion batteries are extensively applied in electric vehicles as a power source due to their excellent advantages in recent years, the security risk has inarguably always existed. The state of health (SOH) of lithium-ion batteries is one of the most important indicators related to security, the prediction of SOH is paid close attention spontaneously. To improve the prediction accuracy of SOH, this paper constructs an SOH prediction model based on a multi-kernel relevance vector machine and error compensation (EC-MKRVM). The provided model comprises a pre-estimation model and an error compensation model, both of which use the multi-kernel relevance vector machine (MKRVM) algorithm. The pre-estimation model takes the feature factors extracted in the charging segment as the input variable and the SOH pre-estimation value as the output. The error compensation model takes the pre-estimation error sequence as the input variable and the SOH prediction error as the output. Finally, the SOH prediction error is used to compensate for the SOH pre-estimation value of the pre-estimation model, and the final SOH prediction value is obtained. To verify the effectiveness and advancement of the model, the CACLE dataset is used for comparative experimental analysis. The results show that the proposed prediction model in this paper has higher prediction accuracy.

1. Introduction

Due to their high energy density, long cycle lifetime, low self-discharge rate, low cost, and many other advantages, lithium-ion batteries are increasingly used in electric vehicles (EVs) [1,2]. However, with the number of charging-discharging cycles increasing, electrochemical constituents in lithium-ion batteries will degrade, and the capacity of the batteries will decline irreversibly. Generally, a capacity fade over 20% means the end-of-life of lithium-ion batteries for driving EVs [3], and the batteries that exceed this threshold are more likely to cause malfunction, instability, serious economic losses, and security risks. Therefore, to ensure the security and other performance factors of the batteries in the case of aging in practical applications, accurate prediction of state of health (SOH) has vital engineering significance [4,5]. In recent years, various SOH prediction methods have been presented, but most of them cannot work well unfortunately due to the interactions inside lithium-ion batteries being complex and uncertain.
Generally, the methods for predicting the SOH of lithium-ion batteries include model-based methods and data-driven methods [6,7]. With respect to the model-based methods, the equivalent circuit models or electrochemical models for the dynamics of the batteries need to be established first, and the relative parameters of the model must be identified accurately, otherwise, the prediction accuracy of the battery SOH will be significantly affected [8]. To achieve this purpose, adaptive filtering algorithms are usually implemented for the identification of the model parameters [9]. For example, a sequential extended Kalman filter (EKF) integrated with the third-order EKF and an improved discrete Arrhenius aging model to estimate the capacity of lithium-ion batteries was proposed [10], and an improved multiscale extended Kalman filtering joint estimation algorithm [11] was presented on the basis of reference [12], which not only improved the estimation accuracy but also simplified the complexity of the calculation. However, the inherent property of model-based methods is that the prediction accuracy is highly susceptible to the accuracy of the models and training data quality, and the robustness is usually poor [13].
For data-driven approaches, suitable input–output mapping relations need to be established by constructing regression prediction models based on various data analysis methods. Compared with model-based methods, it is unnecessary to study the internal mechanism of lithium-ion batteries and establish complex equivalent circuit models. These methods include autoregressive integrated moving average (ARIMA) [14], artificial neural networks (ANNs) [15,16], relevance vector machines (RVMs) [17], support vector machines (SVMs) [18,19], and extreme learning machines (ELMs) [20,21]. In [22], an improved empirical mode decomposition method was used to decompose the capacity degradation curve of lithium-ion batteries into an aging trend item and interference items, a weighted least squares support vector machine and a long short-term memory neural network were used to predict the aging trend item and interference items, respectively, and a multistage support vector machine algorithm to estimate the SOH of lithium-ion batteries was proposed in [23]. Reference [24] noted that the RVM has the advantages of better model generalizability and shorter calculation time than other data-driven models. However, a single kernel function will lead to poor accuracy and low model applicability of the RVM in long-term prediction applications [25].
Moreover, due to the intrinsic disadvantages of various data-driven models and the limited quantity of training data, prediction errors are often present. To increase the prediction accuracy, the idea of error compensation was proposed [26,27]. In the current literature, the original feature factors that are the same as the pre-estimation models or part of them are selected as the inputs of the error compensation models, and the random errors generated by the pre-estimated models during training are usually ignored. However, reference [28] noted that the random prediction error sequence also follows the internal logic relationship of the prediction models, so using the error sequence as the input of the compensation model may improve the accuracy to some extent.
In this paper, an SOH prediction model based on a multi-kernel relevance vector machine algorithm and error compensation strategy (EC-MKRVM) is proposed. The model comprises a pre-estimation model and an error compensation model, both of which use the multi-kernel relevance vector machine (MKRVM) algorithm. It should be noted that the input feature factors of the pre-estimation model are extracted from partial charging segment data, and the output error sequence of the pre-estimation model is taken as the input variables of the error compensation model to improve the prediction accuracy by a large margin. To verify the effectiveness and advancement of the proposed model, the dataset from the Center for Advanced Life Cycle Engineering (CACLE) at the University of Maryland is used for comparative experimental analysis.
The rest of this article is organized as follows. Section 2 presents the methodology for constructing the prediction model. In Section 3, the experimental results of the prediction model are analyzed in detail. Finally, in Section 4, the conclusions of this paper are given.

2. Methodology

2.1. Overview of the Proposed SOH Prediction Framework

As mentioned above, the SOH prediction model for lithium-ion batteries based on the EC-MKRVM constructed in this paper comprises a pre-estimation model and an error compensation model, both of which use the MKRVM algorithm. The framework of the proposed methodology is illustrated in Figure 1, and the main procedure includes four steps in detail.
(1) Data preprocessing and feature factors extracting. As we know, the raw aging datasets from CACLE just include the data of voltage and current of the tested batteries, and there are noises inside them, so these data need to be culled, and then the feature factors that can map the SOH of batteries strongly need to be extracted. In this paper, the feature factors, such as isobaric rise charge time, peak value of increment capacity curve, isobaric rise charge capacity, and cycle times, which are highly correlated with the SOH [29,30], are calculated from the datasets, and they are taken as the input variables of the pre-estimation model. Meanwhile, the obtained dataset of feature factors is divided into a training set and a test set, which are used for model training and performance testing, respectively.
(2) SOH pre-estimation model construction. Considering the nonlinear mapping relationship between the feature factors and SOH, an MKRVM with three Gaussian kernel functions is proposed to establish the pre-estimation model for lithium-ion batteries. In the model, the feature factors extracted by step (1) are taken as the inputs, and the output is the pre-estimation result of SOH.
(3) Error compensation model construction. The error compensation model is also based on MKRVM, which is trained to compensate for the pre-estimation results of SOH to further improve the prediction accuracy. In this model, the pre-estimation error sequence of previous times, which is obtained by comparing the pre-estimation results of SOH produced in step (2) with the actual values, and the corresponding mean value and variance value are used as the inputs together, and the SOH prediction error of the current time is used as the output.
(4) Model training. Considering that the performance of the proposed method can be conveniently compared with that of other methods, the extracted feature factors within the training set of four lithium-ion batteries in the CACLE datasets, namely, CS2_35, CS2_36, CS2_37, and CS2_38, are used for model training.
By the above four steps, the SOH prediction model is constructed, and the final SOH prediction value is obtained by accumulating the SOH pre-estimation value of the pre-estimation model and the prediction error of error compensation model. Finally, the extracted feature factors within the test set of the same four batteries are applied as performance evaluation.

2.2. Multi-Kernel Relevance Vector Machine

The RVM is a sparse probability prediction model based on the Bayesian framework. After setting the prior parameters, some irrelevant points are eliminated through the uncorrelated theory. Thus, a sparse probability model can be obtained.
In the multi-input and single-output regression prediction model of the RVM, the input variable is assumed to be x i i = 1 N , the output variable is set to y i i = 1 N , where N is the total number of samples, and the relationship between the input and the output needs to meet the following equation.
y i = i = 1 N w i k x , x i + θ i
where k ( x , x i ) is the kernel function, w i is the weight of   k ( x , x i ) , and   θ i is the Gaussian noise with a mean of zero and a variance of σ 2 . When w and σ 2 are known, the probability distribution of the output can be obtained, as follows:
p y w , σ 2 = 2 π σ 2 N 2 exp y Φ w 2 σ 2
where w = [ w 1 , w 2 , L , w N ] , and φ is the kernel function matrix, which is defined as
Φ = φ x 1 , φ x 2 , , φ x N T
φ x i = 1 , k x i , x 1 , k x i , x 2 , , k x i , x N
To avoid overlearning in the solution process, that is, the overfitting phenomenon, w is defined as a Gaussian prior distribution with zero mean, which is defined as
p w α = i = 0 N N w i 0 , α i 1
where α is an N + 1 dimensional hyperparameter vector, defined as α = ( α 0 , α 1 , L , α N ) .
When the output y is given, the posterior probability distribution formula of all other parameters is shown as
p w , α , σ 2 y = p w y , α , σ 2 p α , σ 2 y
According to Equations (2) and (5), combined with the Bayes theorem, the posterior probability distribution of w can be derived, as shown in Equation (7):
p w y , α , σ 2 = p y w , σ 2 p w α p y α , σ 2 = 2 π N 2 1 2 × exp 1 2 w u T 1 w u
where Σ and u are the covariance and mean of w , respectively, that is Σ = σ 2 Φ T Φ + A 1 and u = σ 2 Σ Φ T t , where A is the diagonal matrix composed of hyperparameters α 0 to α N .
The process of RVM model training involves calculating the posterior probability p ( w , α , σ 2 y ) and finding the hyperparameter α and noise variance σ 2 when Equation (7) obtains the maximum value. The solution of hyperparameter α and noise variance σ 2 are obtained by continuous iterative operation to complete the RVM regression prediction model training.
In the RVM regression prediction model, the Gaussian kernel function is usually used. Nevertheless, the Gaussian kernel function has difficulty accurately describing the complex nonlinear degradation trend of the SOH of lithium-ion batteries and provides high long-term prediction accuracy. In the RVM model, common kernel functions include the Gauss kernel function, Laplace kernel function, linear kernel function, and sigmoid kernel function. However, because it is difficult for the linear kernel function to describe the strong nonlinear degradation trend of the SOH of lithium-ion batteries, this paper constructs a compound kernel function based on three different common single-kernel functions to define a multi-kernel relevance vector machine model. The compound kernel function consists of a weighted combination of Gaussian, Laplace, and sigmoid kernel functions. The three single-kernel functions are described as follows:
K 1 x i , x j = exp x i x j 2 / 2 T G 2
K 2 x i , x j = exp x i x j 2 / T L
K 3 x i , x j = tanh T S x i T x j
where K 1 x i , x j ,   K 2 x i , x j ,   K 3 ( x i , x j ) are the Gaussian kernel function, Laplacian kernel function, and sigmoid kernel function, respectively, and T G ,   T L ,   T S are the relative kernel parameters. Thus, the expression of the compound kernel function is obtained as follows:
K e n e l = λ 1 K 1 + λ 2 K 2 + λ 3 K 3
where λ 1 ,   λ 2 ,   λ 3 are the weight parameters of the three kernel functions, their value ranges are [ 0 , 1 ] , and they need to meet the following requirements:
λ 1 + λ 2 + λ 3 = 1
The weight parameters in the composite kernel function are usually selected by trial and error, and they can impact the prediction accuracy to a certain extent.

2.3. Error Compensation Model

As described earlier, the error compensation model is also based on the MKRVM. To fully exploit the regularity of the error sequence, in addition to taking the five pre-estimation errors before the ith cycle as inputs, the mean and variance of the error sequence, which can reflect the performance of the pre-estimation model, are also taken as part of the input variables of the error compensation model. The definitions of the mean and variance of the error sequence are shown as
r i = 1 l j = i l i 1 e j P i = 1 l j = i l i 1 e j e j T
where e j is the pre-estimation error of the jth cycle; e j = y j r e a l y j p r e , y j r e a l and y j p r e are the actual and pre-estimation values of the jth cycle, respectively; and r i and P i represent the mean and variance of the error sequence with length l, respectively, where l = 5 .
In summary, the error compensation model constructed in this paper has an input of x i = e i 5 , e i 4 , e i 3 , e i 2 , e i 1 , r i , P i and an output of y i = e i at the i th cycle.

3. Materials and Experiments

3.1. Data Description

The batteries marked CS2_35, CS2_36, CS2_37, and CS2_38 in CALCE are all CS2-type batteries, which are made of LiCoO2 cathode material, and their nominal capacity is 1.1 Ah. The specifications of the batteries are shown in Table 1. All the data for four batteries were tested under a constant current–constant voltage charging protocol independently. Firstly, the battery was charged at a constant current rate of 0.5 C until its voltage reached 4.2 V, and then the battery was sustained at a constant voltage of 4.2 V until the current declined below 50 mA. Subsequently, the discharge procedure was carried out, and the battery was discharged with a constant current rate of 1 C until the voltage decreased to 2.7 V. The SOH degradation tendency of the batteries with the increasing cycle numbers is shown in Figure 2.

3.2. Performance Evaluation Criterion

To evaluate the performance of the SOH prediction models for lithium-ion batteries, three evaluation indexes, mean absolute error (MAE), root mean square error (RMSE), and coefficient of determination ( R 2 ), are introduced. The specific formulas of the three evaluation indexes are defined as
M A E = i = 1 N y i y i r e a l N
R M S E = i = 1 N y i y i r e a l 2 N
R 2 = 1 i = 1 N y i y i r e a l 2 i = 1 N y a v e r a g e y i r e a l 2
where N is the total number of samples in the test set, y i and y i r e a l are the predicted and actual values of the SOH of the i cycle, respectively, and y a v e r a g e is the average of the SOH of the test set. For the three evaluation indices, smaller MAE and RMSE values indicate that the performance of the prediction model is better, while a value of R 2 closer to 1 indicates that the predicted curve fits the actual degradation curve better.

3.3. Case 1: Performance Test of the Error Compensation Model

In order to verify the effectivity of the error compensation model, the proposed EC-MKRVM model and the MKRVM without error compensation are used to predict the SOH of the four batteries. For each battery, the former 40% of the historical aging data in the CALCE dataset are used as the training set, and the remaining 60% of the data are used as the test set. Firstly, the feature factors, defined as isobaric rise charge time, the peak value of increment capacity curve, isobaric rise charge capacity, cycle times, and the battery capacity are calculated according to the datasets. Then, the proposed EC-MKRVM model and the MKRVM without error compensation are trained, respectively, using the feature factors and capacity calculated from the training set. Finally, the performances of the two different models are evaluated by using data calculated from the test set, and three main evaluation indexes of different batteries are shown in Table 2. According to the evaluation results, the performances of the proposed prediction model are all improved to different degrees.
At the same time, to directly evaluate the performances of the proposed error compensation model, the prediction errors of the pre-estimation model are compared with the prediction errors, which are named the pre-estimation error and SOH prediction error in Figure 3. As shown intuitively in Figure 3, the prediction error curve produced by the presented error compensation model is close enough to the prediction error curve calculated by using the output of the pre-estimation model. That is, the pre-estimation error can be effectively tracked by the error compensation model, as a result, the prediction accuracy of the proposed model can be improved by introducing the error compensation model.

3.4. Case 2: Comparison with Other Methods

To further verify the superiority of the proposed model, the prediction results obtained by using EC-MKRVM are compared with the existing results obtained by using the models presented in the literature [6,31], which adopted the long short-term memory (LSTM) model optimized by Bayesian optimization and the SVR model optimized by ant lion optimization (ALO), respectively. To ensure the objectivity of the comparison results, we set the starting point (SP) and endpoint (END) to be the same as those presented in the literature. That is, the data before the starting point are set as the training set, while the data between the starting point and the endpoint are taken as the test set.
Figure 4 and Figure 5 show the prediction results of batteries CS2-35 and CS2-36 under the same conditions presented in the literature [31], and Figure 6 and Figure 7 show the prediction results of batteries CS2-37 and CS2-38 under the same conditions presented in the literature [6], respectively. Table 3 shows the detailed evaluation indexes obtained by using the models proposed in the literature [6,31] and this paper.
As shown in Table 3, the prediction accuracy of the proposed EC-MKRVM model is improved to a certain extent compared with that of the ALO-SVR and optimized LSTM models under the same conditions. Taking the CS2-35 lithium-ion battery as an example, under the condition of SP = 309, the MAE and RMSE of the ALO-SVR model are 1.60% and 2.64%, respectively. In comparison, the MAE and RMSE of the EC-MKRVM-based model are 0.90% and 1.31%, respectively, which are decreases of 43.75% and 50.38%, respectively. Similarly, under the condition of SP = 386, the MAE and RMSE of the EC-MKRVM-based model also decreased by 37.97% and 40.93%, respectively. For batteries CS2-36, CS2-37, and CS2-38, similar results can be obtained. In conclusion, the prediction accuracy of the proposed EC-MKRVM model is apparently higher than that of the models presented in the literature [6,31].

4. Conclusions

In this paper, an EC-MKRVM model is proposed by combining two MKRVM algorithms organically to improve the SOH prediction performances of lithium-ion batteries. The proposed algorithm is experimentally validated through the CALCE dataset with different batteries. The study results show that the proposed EC-MKRVM-based prediction model has greater prediction accuracy than the single MKRVM-based prediction model and similar models presented in other studies.
However, the work in this paper only verified the feasibility of the proposed prediction model using the CALCE dataset, while the effectiveness under the practical conditions or other established datasets has not been verified yet, so more experiments can be carried out in future study work. Meanwhile, the weight parameters in the composite kernel function and other related parameters in the proposed model are selected by trial and error, which is tedious and skilled work, how to optimize the parameters of the proposed model needs to be studied, so as to further improve the performances.

Author Contributions

L.Z.: investigation, formal analysis, methodology, software, data curation, validation, writing—original draft and editing. C.S.: formal analysis, software, data curation, validation, writing—original draft and editing. S.L.: conceptualization, resources, funding acquisition, project administration, writing—review and editing, supervision. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Natural Science Research Project of Anhui Province of P. R. China (Grant No. 2022AH052368), the Key Research and Development Program of Anhui Province of P. R. China (Grant No. 202004a05020014), and the Cooperation Project of Anhui Future Technology Research Institute and Enterprise (Grant No. 2023qyhz32).

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

Shilin Liu is an employee of Anhui Polytechnic University Industrial Innovation Technology Co., Ltd. The paper reflects the views of the scientists and not the company.

References

  1. Chen, L.; Ding, Y.; Liu, B.; Wu, S.; Wang, Y.; Pan, H. Remaining useful life prediction of lithium-ion battery using a novel particle filter framework with grey neural network. Energy 2022, 244, 122581. [Google Scholar] [CrossRef]
  2. Luo, K.; Chen, X.; Zheng, H.; Shi, Z. A review of deep learning approach to predicting the state of health and state of charge of lithium-ion batteries. J. Energy Chem. 2022, 74, 159–173. [Google Scholar] [CrossRef]
  3. Pham, L.T.D.; Nagarajan, R. Heuristic Kalman optimized particle filter for remaining useful life prediction of lithium-ion battery. Microelectron. Reliab. 2018, 81, 232–243. [Google Scholar]
  4. Liu, Z.; Sun, G.; Bu, S.; Han, J.; Tang, X.; Pecht, M. Particle learning framework for estimating the remaining useful life of lithium-ion batteries. IEEE Trans. Instrum. Meas. 2017, 66, 280–293. [Google Scholar] [CrossRef]
  5. Xu, W.; Wang, S.; Jiang, C.; Fernandez, C.; Yu, C.; Fan, Y.; Cao, W. A novel adaptive dual extended Kalman filtering algorithm for the Li-ion battery state of charge and state of health co-estimation. Int. J. Energy Res. 2021, 45, 14592–14602. [Google Scholar] [CrossRef]
  6. 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]
  7. Li, Z.; Shen, S.; Zhou, Z.; Cai, Z.; Gu, W.; Zhang, F. Novel method for modelling and adaptive estimation for SOC and SOH of lithium-ion batteries. J. Energy Storage 2023, 62, 106927. [Google Scholar] [CrossRef]
  8. Yan, G.; Li, H.; Duan, S.; Cai, C.; Liu, Y.; Li, J.; Xia, B. Energy Storage Battery State Estimation Based on Model Parameter Identification. Proc. CSEE 2020, 40, 8145–8154. [Google Scholar]
  9. Yang, N.; Song, Z.; Hofmann, H.; Sun, J. Robust State of Health estimation of lithium-ion batteries using convolutional neural network and random forest. J. Energy Storage 2022, 48, 103857. [Google Scholar] [CrossRef]
  10. Meng, H.; Geng, M.; Xing, J.; Zio, E. A hybrid method for prognostics of lithium-ion batteries capacity considering regeneration phenomena. Energy 2022, 261, 125278. [Google Scholar] [CrossRef]
  11. Xiong, R.; Sun, F.; Chen, Z.; He, H. A data-driven multi-scale extended Kalman filtering based parameter and state estimation approach of lithium-ion polymer battery in electric vehicles. Appl. Energy 2014, 113, 463–476. [Google Scholar] [CrossRef]
  12. Plett, G.L. Extended Kalman filtering for battery management systems of LiPB-based HEV battery packs: Part 3. State and parameter estimation. J. Power Sources 2004, 134, 277–292. [Google Scholar] [CrossRef]
  13. Chang, C.; Wang, Q.; Jiang, J.; Wu, T. Lithium-ion battery state of health estimation using the incremental capacity and wavelet neural networks with genetic algorithm. J. Energy Storage 2021, 38, 102570. [Google Scholar] [CrossRef]
  14. Zhou, Y.; Huang, M. Lithium-ion batteries remaining useful life prediction based on a mixture of empirical mode decomposition and ARIMA model. Microelectron. Reliab. 2016, 65, 265–273. [Google Scholar] [CrossRef]
  15. You, G.W.; Park, S.; Oh, D. Diagnosis of electric vehicle batteries using recurrent neural networks. IEEE Trans. Ind. Electron. 2017, 64, 4885–4893. [Google Scholar] [CrossRef]
  16. Wu, J.; Zhang, C.; Chen, Z. An online method for lithium-ion battery remaining useful life estimation using importance sampling and neural networks. Appl. Energy 2016, 173, 134–140. [Google Scholar] [CrossRef]
  17. Liu, D.; Zhou, J.; Liao, H.; Peng, Y.; Peng, X. A health indicator extraction and optimization framework for lithium-ion battery degradation modeling and prognostics. IEEE Trans. Syst. Man Cybern. Syst. 2015, 45, 915–928. [Google Scholar]
  18. Klass, V.; Behm, M.; Lindbergh, G. A support vector machine-based state-of-health estimation method for lithium-ion batteries under electric vehicle operation. J. Power Sources 2014, 270, 262–272. [Google Scholar] [CrossRef]
  19. Wu, T.; Huang, Y.; Xu, Y.; Jiang, J.; Liu, S.; Li, Z. SOH prediction for lithium-ion battery based on improved support vector regression. Int. J. Green Energy 2023, 20, 227–236. [Google Scholar] [CrossRef]
  20. Liu, W.; Xu, Y. Data-driven online health estimation of Li-ion batteries using a novel energy-based health indicator. IEEE Trans. Energy Convers. 2020, 35, 1715–1718. [Google Scholar] [CrossRef]
  21. Hou, X.; Guo, X.; Yuan, Y.; Zhao, K.; Tong, L.; Yuan, C.; Teng, L. The state of health prediction of Li-ion batteries based on an improved extreme learning machine. J. Energy Storage 2023, 70, 108044. [Google Scholar] [CrossRef]
  22. Wang, J.; Zhang, S.; Li, C.; Wu, L.; Wang, Y. A data-driven method with mode decomposition mechanism for remaining useful life estimation of lithium-ion batteries. IEEE Trans. Power Electron. 2022, 37, 13684–13695. [Google Scholar] [CrossRef]
  23. Patil, M.A.; Tagade, P.; Hariharan, K.S.; Kolake, S.M.; Song, T.; Yeo, T.; Doo, S. A novel multistage Support Vector Machine based approach for Li ion battery remaining useful life estimation. Appl. Energy 2015, 159, 285–297. [Google Scholar] [CrossRef]
  24. Chen, Z.; Shi, N.; Ji, Y.; Niu, M.; Wang, Y. Lithium-ion batteries remaining useful life estimation based on BLS-RVM. Energy 2021, 234, 121269. [Google Scholar] [CrossRef]
  25. Yin, J.; Zhou, X.; Ma, Y.; Wu, Y.; Xu, X. Power transformer fault diagnosis based on multi-class multi-kernel learning relevance vector machine. In Proceedings of the 2015 IEEE International Conference on Mechatronics and Automation (ICMA), Beijing, China, 2–5 August 2015; pp. 217–221. [Google Scholar]
  26. Wang, F.; Wang, S.; Zhang, L. Ultra-short-term power estimation of photovoltaic power generation based on VMD-LSTM and error compensation. Acta Energiae Solaris Sin. 2022, 43, 96–103. [Google Scholar]
  27. Yang, H.; Cheng, Y.; Li, G. A new traffic flow estimation model based on cosine similarity variational mode decomposition, extreme learning machine and iterative error compensation strategy. Eng. Appl. Artif. Intell. 2022, 115, 105234. [Google Scholar] [CrossRef]
  28. Wang, J.; Zhu, H.; Cheng, F.; Zhou, C.; Zhang, Y.; Xu, H. A novel wind power estimation model improved with feature enhancement and autoregressive error compensation. J. Clean. Prod. 2023, 420, 138386. [Google Scholar] [CrossRef]
  29. Deng, Y.; Ying, H.; Jiaqiang, E.; Zhu, H.; Wei, K.; Chen, J.; Zhang, F.; Liao, G. Feature parameter extraction and intelligent estimation of the State-of-Health of lithium-ion batteries. Energy 2019, 176, 91–102. [Google Scholar] [CrossRef]
  30. Yang, P.; Yang, H.; Meng, C.; Song, T.; He, J.; Cai, Y.; Xu, K. Joint evaluation and prediction of SOH and RUL for lithium batteries based on a GBLS booster multi-task model. J. Power Sources 2024, 75, 109741. [Google Scholar] [CrossRef]
  31. Wang, Y.; Ni, Y.; Zheng, Y.; Shi, X.; Wang, J. Remaining useful life estimation of lithium-ion batteries based on support vector regression optimized and ant lion optimizations. Proc. CSEE 2021, 41, 1445–1457. [Google Scholar]
Figure 1. Framework of the proposed prediction model based on the EC−MKRVM.
Figure 1. Framework of the proposed prediction model based on the EC−MKRVM.
Wevj 15 00248 g001
Figure 2. SOH degradation tendency curves of the tested batteries.
Figure 2. SOH degradation tendency curves of the tested batteries.
Wevj 15 00248 g002
Figure 3. Error prediction results obtained by the error compensation model.
Figure 3. Error prediction results obtained by the error compensation model.
Wevj 15 00248 g003
Figure 4. Prediction results of CS2_35 with different prediction starting points.
Figure 4. Prediction results of CS2_35 with different prediction starting points.
Wevj 15 00248 g004
Figure 5. Prediction results of CS2_36 with different prediction starting points.
Figure 5. Prediction results of CS2_36 with different prediction starting points.
Wevj 15 00248 g005
Figure 6. Prediction results of CS2_37 with different prediction starting points.
Figure 6. Prediction results of CS2_37 with different prediction starting points.
Wevj 15 00248 g006
Figure 7. Prediction results of CS2_38 with different prediction starting points.
Figure 7. Prediction results of CS2_38 with different prediction starting points.
Wevj 15 00248 g007
Table 1. Specifications of the CS2-type batteries in CALCE.
Table 1. Specifications of the CS2-type batteries in CALCE.
Battery CharacteristicsValue
Rated capacity1.1 Ah
Cell chemistryLiCoO2 cathode and graphite anode
Dimensions5.4 mm × 33.6 mm × 50.6 mm
Weight21.1 g
Table 2. Prediction evaluation indexes of EC-MKRVM and MKRVM.
Table 2. Prediction evaluation indexes of EC-MKRVM and MKRVM.
BatteryEvaluation IndexesMKRVMEC-MKRVM
CS2_35MAE (%)2.020.83
RMSE (%)2.631.15
R20.9640.993
CS2_36MAE (%)2.280.99
RMSE (%)3.081.36
R20.9550.991
CS2_37MAE (%)1.950.86
RMSE (%)2.461.26
R20.9180.978
CS2_38MAE (%)2.090.83
RMSE (%)2.761.12
R20.8500.972
Table 3. Evaluation indexes of different models.
Table 3. Evaluation indexes of different models.
BatteryPrediction ModelSPENDMAE (%)RMSE (%)
CS2_35ALO-SVR [31]3097781.602.64
EC-MKRVM0.901.31
ALO-SVR [31]3867781.582.37
EC-MKRVM0.981.40
CS2_36ALO-SVR [31]2947351.963.37
EC-MKRVM0.971.33
ALO-SVR [31]3677351.322.17
EC-MKRVM1.061.47
CS2_37Optimize-LSTM [6]2107001.582.02
EC-MKRVM0.750.93
Optimize-LSTM [6]2807001.311.64
EC-MKRVM0.700.88
CS2_38Optimize-LSTM [6]2107000.871.13
EC-MKRVM0.770.94
Optimize-LSTM [6]2807000.560.73
EC-MKRVM0.550.71
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

Zhang, L.; Sun, C.; Liu, S. State of Health Prediction of Lithium-Ion Batteries Based on Multi-Kernel Relevance Vector Machine and Error Compensation. World Electr. Veh. J. 2024, 15, 248. https://doi.org/10.3390/wevj15060248

AMA Style

Zhang L, Sun C, Liu S. State of Health Prediction of Lithium-Ion Batteries Based on Multi-Kernel Relevance Vector Machine and Error Compensation. World Electric Vehicle Journal. 2024; 15(6):248. https://doi.org/10.3390/wevj15060248

Chicago/Turabian Style

Zhang, Li, Chao Sun, and Shilin Liu. 2024. "State of Health Prediction of Lithium-Ion Batteries Based on Multi-Kernel Relevance Vector Machine and Error Compensation" World Electric Vehicle Journal 15, no. 6: 248. https://doi.org/10.3390/wevj15060248

Article Metrics

Back to TopTop