Next Article in Journal
A Comprehensive Review on Grid Connected Photovoltaic Inverters, Their Modulation Techniques, and Control Strategies
Previous Article in Journal
Multi-Horizon Forecasting of Global Horizontal Irradiance Using Online Gaussian Process Regression: A Kernel Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Method for Predicting the Remaining Useful Life of Lithium-Ion Batteries Based on Particle Filter Using Kendall Rank Correlation Coefficient

1
Key Laboratory Marine Technology and Control Engineering, Ministry of Transport, Shanghai Maritime University, Shanghai 201306, China
2
Institut d’Électronique et des Technologies du numéRique, UMR CNRS 6164, Universite de Nantes, F-44000 Nantes, France
*
Author to whom correspondence should be addressed.
Energies 2020, 13(16), 4183; https://doi.org/10.3390/en13164183
Submission received: 3 July 2020 / Revised: 10 August 2020 / Accepted: 11 August 2020 / Published: 13 August 2020

Abstract

:
With the wide application of lithium batteries, battery fault prediction and health management have become more and more important. This article proposes a method for predicting the remaining useful life (RUL) of lithium-ion batteries to avoid a series of safety problems caused by continuing to use the battery after reaching its service life threshold. Since the battery capacity is not easy to obtain online, we propose that some measurable parameters should be used in the battery discharge cycle to estimate battery capacity. Then, the estimated capacity is used to replace the measured value of the particle filter (PF) based on the Kendall rank correlation coefficient (KCCPF) to predict the RUL of the lithium batteries. Simulation results show that the proposed method has high prediction accuracy, stability, and practical value.

Graphical Abstract

1. Introduction

Lithium-ion batteries have the characteristics of low self-discharge rate, good safety performance, fast charging and discharging capabilities, and high output power. They have been widely used in almost all industrial energy supply fields [1,2,3]. However, with continuous use of lithium-ion batteries, the performance will gradually decline. It is generally believed that the battery should be replaced when the capacity decays to 70–80% of its rated capacity, which is also considered as the battery life threshold. Continuing to use the battery after reaching its life threshold may bring a series of safety issues. Therefore, it is particularly important to accurately predict the remaining useful life (RUL) of lithium-ion batteries.
Battery RUL prediction methods are developing rapidly. The literature [4] has proposed a model that combines empirical index and polynomial regression to characterize capacity decline and predict RUL using particle filter (PF). Literature in [5] improved the prediction performance of RUL by introducing the unscented particle filter (UPF). This PF-based prediction method usually needs to track the system state based on known capacity data. However, the capacity data are often difficult to obtain accurately during use of the battery, and the PF algorithm itself has problems of particle degradation and sample shortage, which limit its applications.
With the development of machine learning algorithms, many data-driven methods are gradually being used in battery RUL prediction, such as support vector machines, correlation vector machines, neural networks, etc. [6,7,8]. Literature in [9] proposed a fusion algorithm based on PF and support vector regression to predict RUL. Data-driven methods can effectively improve the prediction performance of battery RUL, and the accuracy of the collected data is very high, but it is difficult to analyze uncertainty in the prediction results. There exist many RUL prediction methods. Most of them use battery capacity data to characterize the battery degradation. However, the capacity data are difficult to obtain online [10].
Because the direct parameters of the remaining capacity in a battery cannot be updated online, we propose to estimate battery capacity by analyzing measurable, indirect parameters during the discharge cycle of the battery. Then, the estimated capacity is used as the measured value of PF to predict the RUL of the lithium battery. To address the problems of particle degradation and lack of samples in the standard PF, the PF based on the Kendall rank correlation coefficient (KCCPF) is adopted in this paper to improve the resampling process. Simulation results show that KCCPF effectively improves the prediction performance of battery RUL.
The rest of this article is arranged as follows: Section 2 introduces the battery capacity estimation method. Section 3 introduces the RUL prediction method based on KCCPF. In Section 4, the proposed method is verified by simulation. Section 5 summarizes the full text.

2. Lithium-Ion Battery Capacity Estimation Method

The remaining capacity, a direct parameter to characterize the decline in battery performance, is often difficult to obtain when the battery is in active use, or its measurement accuracy is difficult to guarantee. In response to this problem, we propose to use indirect parameters (current, voltage, temperature) to estimate battery capacity. Compared with the remaining capacity parameter, the indirect parameters are easier to obtain and have higher accuracy, which are more suitable for applications in practical scenarios.

2.1. Feature Extraction and Analysis

The experimental data come from the Battery Dataset provided by NASA PCoE [11]. The dataset contains a set of normal degradation state data collected under the same experimental environment for the same type of battery. In the experiment, when the battery capacity decays to 1.38 Ah, it is considered to have reached its life threshold. B5 and B6 batteries are used in this paper.
Although the internal mechanism of capacity decline is complicated, it can be reflected by the change of some external measurable physical quantities. Figure 1 shows the output voltage variation curves of multiple cycles. As the battery continues to charge and discharge, the time when the output voltage drops to the minimum peak gradually decreases, and the rate of decrease is significantly accelerated. Therefore, the time during which the output voltage drops to its minimum peak can be selected as an indirect parameter that reflects the remaining capacity. At the same time, the voltage drop discharge time from 4.2 to 3.9 V can be selected as a second indirect parameter. Similarly, during the cyclic charge and discharge processes, the time for the load current and output current to decrease to their minimum peak gradually becomes shorter, and the time for the temperature to increase to the highest peak gradually becomes shorter, as shown in Figure 2, Figure 3 and Figure 4. Therefore, we chose five physical quantities to characterize the battery capacity degradation: the time for the output voltage to drop from its maximum to its minimum peak, the time for the voltage to drop from 4.2 to 3.9 V, the time for the load terminal current and the output current to fall to their minimum peaks from their maximum values, and the time for the temperature to increase to its highest peak.
In practice, there are strong correlations between the extracted five indirect parameters. The redundancy or correlation between different health factors will increase the number of calculations and the difficulty of analyzing problems. The Principal Components Analysis (PCA) algorithm allows one to create uncorrelated features as well as denoise and reduce the dimensionality of the data, so the PCA algorithm was used to solve this problem in this paper. PCA uses orthogonal transformation to linearly transform the observations of a series of possible related variables, thereby projecting the values of a series of linear unrelated variables. These unrelated variables are called principal components. Take the B5 battery for example, the five indirect parameters of the discharge cycle are extracted, and the dimensionality of the extracted data is reduced by the PCA method. The results show that the contribution proportion of the first principal component reached 90%, which essentially contains all the performance indicators. To test the ability of the first principal component to express battery degradation as a comprehensive health factor, Pearson correlation coefficients for the capacity and comprehensive health factors are calculated, and a significance test is performed. The results are shown in Table 1.
The correlation coefficient analysis method is a statistical way to examine the linear correlation between variables. The formula to calculate the Pearson correlation coefficient r is
r = ( x i x ¯ ) ( y i y ¯ ) ( x i x ¯ ) 2 ( y i y ¯ ) 2
where x i and y i are two variable sequences; and x ¯ and y ¯ are the average values of x i and y i respectively. When the value of r is closer to 1, the correlation between the two sets of sequences is stronger; when it is close to 0, the correlation between the two sets of sequences is weaker. When r is positive, it is a positive correlation; when it is negative, it is a negative correlation.
To discuss whether the two variables are related, the significance level must be discussed. The correlation between the two may only be caused by accidental factors, so we have to judge the significance level of the correlation between the two variables. The method of hypothesis testing is adopted. Under the null hypothesis, H0, r is equal to 0; under the alternative hypothesis, H1, r is not equal to 0. According to the hypothesis testing method, under the condition that the null hypothesis is established, the probability (P value) that there is no correlation between the two variables is calculated. Usually 5% or 1% is the threshold (the threshold here is also called the significance level). When the P value is less than the significance level, we can reject the null hypothesis; that is, there is a significant, linear relationship between the two variables.
Table 1 shows the correlation analysis for comprehensive health factor and capacity. The P values corresponding to the correlation coefficients in Table 1 were all 0, which indicates that the correlation between comprehensive health factor and capacity is significantly established. We can see from Table 1 that the calculated correlation coefficient was very high. Therefore, comprehensive health factor can be selected as characteristic parameter instead of the actual capacity data to characterize the degradation of lithium battery performance.

2.2. Lithium-Ion Battery Capacity Estimation Method

By taking the above comprehensive health factor as input for the NARX neural network and the measured capacity data as the output, a relationship model between health factor and capacity can be established. On the premise of obtaining indirect parameters during battery operation, the model can be used to estimate the remaining battery capacity online. NARX is a recursive neural network, which introduces output feedback functions into a static multilayer perceptron through a delay unit. NARX neural network is usually composed of an input layer, hidden layer, output layer, and input and output delay [12]. In general, the NARX neural network model can be expressed as
y ( t ) = f ( y ( t 1 ) , y ( t 2 ) , . . . , y ( t n y ) , x ( t 1 ) , x ( t 2 ) , . . . , x ( t n x ) )
where x ( t ) is the input, and y ( t ) is the output. Since the input of the network includes the output feedback of the network, the dynamic characteristics of the parameter time series related to the degradation of battery performance can be well reflected.
The proposed capacity estimation method is tested using B5 battery life cycle data. The B5 battery contains a total of 168 cycles of battery charge and discharge data. Five indirect parameters of the first 84 cycles of the B5 battery are firstly extracted. Then, the PCA method is used to reduce the dimensions of the extracted indirect parameters to obtain the comprehensive health factor for the first 84 cycles. The relationship between measured battery capacity and comprehensive health factor is then obtained by taking the comprehensive health factor as input and the measured capacity data of the first 84 cycles as the output. Finally, the comprehensive health factor after PCA conversion of the last 84 cycles of the B5 battery is taken as the input of the above model, and the remaining capacity of the last 84 cycles can be estimated, which will be compared with the true values. Figure 5 shows the estimation result, and the root-mean-square prediction error was 0.0054.
In order to assess the generalization capability or adaptability of the proposed capacity estimation method, the B5 battery life cycle data are used to establish the model between the remaining capacity and the comprehensive health factor. Then, the comprehensive health factor after PCA conversion of the B6 battery life cycle is taken as the input for the above model, and the capacity value of the B6 battery life cycle can be estimated. Figure 6 shows the estimation result, and the root-mean-square prediction error was 0.0226. The test results verify the effectiveness of the proposed capacity estimation method. B5 and B6 used in the simulation are the same type of batteries, and the prediction model can work normally. However, considering that there may be great differences between different types of batteries, if the relationship model between measured battery capacity and comprehensive health factor, established by using B5 battery data, is used to estimate the capacity of different types of batteries, it may not be applicable. In this case, it is necessary to obtain the data of the battery to be estimated and rebuild the model.

3. Proposed Lithium-Ion Battery Rul Prediction Method

Particle filter (PF) can solve nonlinear and non-Gaussian problems, and it does not have too many restrictions on state variables. Therefore, in view of the characteristics of battery RUL prediction, such as when the amount of known historical data is small, the degradation process is nonlinear, and the degradation process is complex, PF is very suitable to predict RUL of batteries. Because the standard PF algorithm has problems of particle degradation and insufficient samples, which may cause deviations in the obtained results, we introduce the PF based on the Kendall rank correlation coefficient (KCCPF) into the battery RUL prediction.

3.1. Particle Filter Based on the Kendall Rank Correlation Coefficient (KCCPF)

To describe the dynamic system, define the transition equation and measurement equation are used as follows:
x k = f k ( x k 1 , w k 1 )
z k = h k ( x k , v k )
where f k and h k are the transition function and measurement function, z k is the measured value, x k is the state value, and w k and v k are independent process noise and measurement noise.
The purpose of Bayesian estimation is to use known measurement information z 1 : k = { z 1 , z 1 , . . . , z k } to recursively estimate the system state variable x k . All information of the state variable x k is contained in the posterior probability density p ( x k | z 1 : k ) . Taking the probability density function p ( x 0 | z 0 ) = p ( x 0 ) of the state variable x k as the prior knowledge, the process of recursive estimation can be divided into two steps.
(1)
Prediction process. Prior probability distribution of x k is obtained by the following formula:
p ( x k | z 1 : k 1 ) = p ( x k | x k 1 ) p ( x k 1 | z 1 : k 1 ) d x k 1
(2)
Update process. The posterior probability distribution is calculated using the measured values and the following updated formula:
p ( x k | z 1 : k ) = p ( z k | x k ) p ( x k | z 1 : k 1 ) p ( z k | z 1 : k 1 )
However, this recursive method for calculating the posterior probability is only a theoretical method, and it is difficult to directly calculate it in actual situations. For complex nonlinear systems, such as the lithium-ion battery system in this article, PF can be used to obtain the suboptimal solutions.
The KCCPF algorithm is a regularized PF algorithm. In the resampling step of the PF algorithm, a kernel function is introduced. Through the calculation of the kernel function, the weight of each particle in the sample set is continuously adjusted to avoid discarding a large number of particles with smaller weights and increase the sample diversity in the sample set. The kernel function introduced in the algorithm resampling step is based on the concept of the Kendall rank correlation coefficient. The kernel function recalculates the weight of the resampled particles according to a short time series of measured values z j j = k L + 1 k with length L, so that the weight of the particles with strong correlation becomes larger, and the weight of particles with weak correlation becomes smaller [13].
The KCCPF algorithm flow can be described as follows:
(1)
Initialization. Sampling particle set x 0 i , i = 1 , 2 , . . . , N , according to the known prior probability density p ( x 0 ) .
(2)
Importance weight calculation. Sample x 0 i according to x k i p ( x k | x k 1 i ) and update the particle weight:
w k i = w k 1 i p ( z k | x k i ) p ( x k i | x k 1 i ) q ( x k i | x x 1 i , z k )
where q ( x k i | x x 1 i , z k ) is the recommended distribution density, and p ( x k i | x k 1 i ) is the transition probability density.
A simple and effective strategy is to sample from the transition probability density of the state variables [14]:
q ( x k i | x x 1 i , z k ) = p ( x k i | x k 1 i )
Then, the corresponding weight update process of (7) is simplified as
w k i = w k 1 i p ( z k | x k i )
(3)
Normalization of the importance weights:
w k i = w k i l = 1 N w k l
(4)
Initialization of the resampling process. Calculate the effective sample size N e f f , set the resampling threshold N t h ; when the calculated effective sample number N e f f < N t h , the resampling process is performed.
N e f f = 1 / i = 1 N ( w k i ) 2
(5)
Prepare system measurement value sequence and sample estimate value matrix. The actual measurement value z k of the system and the measurement value z ˜ k i , i = 1 , 2 , . . . , N generated by the samples in the sample set x k i , i = 1 , 2 , . . . , N are constantly updated over time. In continuously updating the measured value, we selected a sequence of measured values of length L starting from the current time point k. For the actual measurement value of the system, we selected Z k = z j j = k L + 1 k . For the measurement value continuously updated from the sample set, we selected Z ˜ k :
Z ˜ k = Z ˜ k 1 Z ˜ k 2 Z ˜ k N = z ˜ k L + 1 1 . . . z ˜ k 1 z ˜ k L + 1 2 . . . z ˜ k 2 z ˜ k L + 1 N . . . z ˜ k N N × L
(6)
Calculate the correlation coefficient matrix. For the actual measured value series Z k and the sample estimated value matrix Z ˜ k , calculate the correlation coefficient. Two sets of random variables { x i } i = 1 L and { y i } i = 1 L can be combined into a pair to form a set of time series data pairs { x i , y i } i = 1 L . For the two data pairs ( x i , y i ) and ( x j , y j ) under the condition ( x j , y j ) , if they satisfy x i < x j and y i < y j , or x i > x j and y i > y j , the two data pairs are said to have the same consistency; if they satisfy x i < x j and y i > y j , or x i > x j and y i < y j , the two data pairs are said to have different consistency; if x i = x j or y i = y j , the two data pairs are not consistent. The Kendall rank correlation coefficient is the ratio of the difference between the data pairs with the same consistency and the data pairs with different consistency to the total number of combinations. Its calculation formula can be expressed as
k c c = 2 ( P Q ) L ( L 1 )
where P and Q are the number of data pairs with the same consistency and the number of data pairs with different consistency, respectively.
(7)
Recalculate the sample weight. The calculated correlation coefficient is between −1 and 1. In order to transform it into a positive range, an exponential function with parameters is used to process the correlation coefficient:
β k i = exp ( α × k c c k i )
Parameter α in Formula (14) is used to adjust the degree of dispersion of particle weights in the sample. When 0 < α 1 , the value of α × k c c k is concentrated toward the origin, the value range of parameter β k tends to shrink, and the corresponding particle weights are also more concentrated; when α > 1 , α × k c c k diverges from the origin to both ends, the value range of parameter β k tends to expand, and the corresponding particle weights tend to have a larger dispersion. The value of the parameter cannot be too large, otherwise calculation of the exponential function will cause the parameter to be too small or too large, resulting in a shortage of samples. This paper adopted the proposition from the literature [13], where the value of α is set to 10. The new sample weights are
w k i = β k i p ( z k | x k i )
(8)
Weight normalization and state estimation. First normalize the weights by (10), and then estimate the state:
x ^ k = i = 1 N w k i x k i
(9)
Determine whether to end. If yes, exit the algorithm, otherwise return to step (2).

3.2. Lithium-Ion Battery Capacity Decay Model

Literature [15] shows that the battery capacity decreases in the form of an exponential function during the continuous charge and discharge cycle:
Q k = a exp ( b k ) + c exp ( d k )
where Q k is the remaining capacity, k is the charge and discharge cycle, and a, b, c, and d are the parameters.
The double exponential empirical degradation Model (17) is derived by a polynomial, and we can get
Q k = Q k 1 exp ( b ) + c exp [ d ( k 1 ) ] [ 1 exp ( b d ) ]
According to the capacity decay Model (18), the transition equation and measurement equation at time k can be expressed as
Q ^ k = Q ^ k 1 exp ( b ) + c exp [ d ( k 1 ) ] [ 1 exp ( b d ) ] + w k w k N ( 0 , σ w )
Q k = Q ^ k + v k v k N ( 0 , σ v )
where Q ^ k is the state estimation of the remaining capacity, and Q k is the measured value of the remaining capacity.
The model can effectively improve the RUL prediction performance and shorten the running time of the prediction algorithm [16].

3.3. Proposed Lithium-Ion Battery Rul Prediction Method

The PF method needs to substitute the measured value of the current moment to update in the iterative process, and the remaining capacity data of the batteries are often difficult to be obtained online. In actual engineering, the ampere-hour integration method is usually used to estimate the data. The error is large. In this work, the battery capacity estimation method in Section 2 was used to estimate the capacity value in the current cycle. Then, the estimated capacity is used to replace the measured value, which is more feasible in practical application scenarios.
Figure 7 shows the flow chart of the proposed method. The whole forecasting process mainly includes three parts: estimating battery capacity, determining the capacity decay model parameters, and predicting the RUL of the battery. Steps of the proposed method are as follows:
(1)
Focus on the training battery data to establish the relationship model between health factor and capacity;
(2)
Set the prediction starting point s and battery life threshold;
(3)
Obtain the indirect parameter data before the starting point of the lithium battery to be predicted, and obtain the estimated value of capacity Q ^ 1 : s based on the model established in (1);
(4)
Estimate the parameters of the capacity decay Model (18);
(5)
Given the number of sampled particles N, noise variance σ w and σ v , and the resampling threshold N t h = 2 3 N ;
(6)
Substitute the measured value Q ^ 1 : s into the system state model, update the particle weights, and then obtain the posterior estimate of the system state when predicting the starting point;
(7)
Extrapolate the obtained state posterior estimate to the life threshold according to the capacity decay model, and obtain the RUL predicted value and corresponding posterior probability density function (PDF).

4. Experiment and Analysis

The 40th and 80th cycles were selected as the starting point for early and late predictions, and RUL predictions were made using standard PF and KCCPF. In this section, the B5 battery data were trained to establish the relationship model between health factor and capacity, and B6 battery data were used as test data for RUL prediction.
There are three parameters b, c, and d in the improved Model (18). Considering that the PF algorithm has a good parameter estimation ability, we will use the PF algorithm to estimate the parameters.
According to the capacity decay Model (17), taking the parameters as the system state, the transition equation and measurement equation at time k are
x k = [ a k , b k , c k , d k ]
a k = a k 1 + w a w a N ( 0 , σ a ) b k = b k 1 + w b w b N ( 0 , σ b ) c k = c k 1 + w c w c N ( 0 , σ c ) d k = d k 1 + w d w d N ( 0 , σ d )
Q k = a k exp ( b k k ) + c k exp ( d k k ) + v k v k N ( 0 , σ n )
The steps of parameter estimation are as follows:
(1)
Determine the initial values of Model (17) parameters. Fit the B5 battery life cycle capacity data using MATLAB, and then use the fitted parameters as the initial values of the parameters in Model (17) of the B6 battery. The fitted parameters are shown in Table 2.
(2)
Parameter Estimation. The capacity estimation value of the B6 battery Q ^ 1 : s is used to replace the measured value, and the parameters are updated using the PF algorithm according to (22) and (23).
Because the parameters in the improved Model (18) have changed to three, here we only recorded the values of b, c, and d. Figure 8 shows the estimation process of parameters b, c, and d when the B6 battery is updated to the 40th cycle. The same method is also applicable when the prediction starting point is the 80th cycle.
Figure 9 and Table 3 show the RUL prediction results of the B6 battery using standard PF. The left picture in Figure 9 shows the RUL prediction result at the 40th cycle. The predicted remaining life cycle was 63, the actual remaining life cycle was 73, and the error was 10 cycles. The picture on the right shows the RUL prediction result at the 80th cycle. The predicted remaining life cycle was 20, the actual remaining life cycle was 33, and the error was 13 cycles.
Figure 10 and Table 4 show RUL prediction results of the B6 battery using KCCPF. The left picture in Figure 10 shows the RUL prediction result at the 40th cycle. The predicted remaining life cycle was 67, the actual remaining life cycle was 73, and the error was 6 cycles. The picture on the right shows the RUL prediction result at the 80th cycle. The predicted remaining life cycle was 24, the actual remaining life cycle was 33, and the error was 9 cycles.
The simulation results show that although there were still some errors, the model could be used to provide information about battery capacity degradation in practical applications. The validity of our proposed method is verified. At the same time, it can be seen that PDF of the prediction result using KCCPF was wider than the standard PF. This is because the KCCPF algorithm only adjusts the weight of each particle in the sample set, thereby avoiding discarding a large number of particles with smaller weights, and increasing the sample diversity in the sample set. In the KCCPF-based RUL prediction result, the true value of RUL was within the 95% confidence interval, while the prediction result using standard PF did not cover the true value of RUL. Therefore, in terms of the uncertainty expression of the prediction results, KCCPF had a relatively excellent prediction performance. Furthermore, compared with standard PF, KCCPF effectively improves the accuracy of predictions. The capacity root-mean-square errors were reduced by 21.8% and 11.9%, respectively, when the prediction starting points were the 40th and 80th cycles.

5. Conclusions

Regarding the problem that battery capacity is not easy to obtain online, this paper proposed to estimate battery capacity by analyzing the indirect parameters that can be measured during the battery discharge process. Then, the estimated capacity was used as the measured value of PF to predict the RUL of lithium batteries. Regarding the problems of particle degradation and lack of samples in PF, this paper adopted KCCPF in the battery RUL prediction. Simulation results verified the effectiveness of the proposed method for predicting the RUL of lithium batteries, which provides an effective reference for practical RUL prediction applications. Moreover, compared with the standard PF, the KCCPF algorithm can improve the RUL prediction performance.

Author Contributions

Methodology, D.G. and Y.Z.; validation, T.W. and Y.W.; writing—original draft, Y.Z.; writing—review, D.G., T.W. and Y.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

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

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Etacheri, V.; Marom, R.; Elazari, R.; Salitra, G.; Aurbach, D. Challenges in the development of advanced Li-ion batteries: A review. Energy Environ. Sci. 2011, 4, 3243–3262. [Google Scholar] [CrossRef]
  2. Zhang, J.; Lee, J. A review on prognostics and health monitoring of Li-ion battery. J. Power Sources 2011, 196, 6007–6014. [Google Scholar] [CrossRef]
  3. Ritchie, A.; Howard, W. Recent developments and likely advances in lithium-ion batteries. J. Power Sources 2006, 162, 809–812. [Google Scholar] [CrossRef]
  4. Xing, Y.J.; Ma, E.W.M.; Tsui, K.L.; Pecht, M. An ensemble model for predicting the remaining useful performance of lithium-ion batteries. Microelectron. Reliab. 2013, 53, 811–820. [Google Scholar] [CrossRef]
  5. Miao, Q.; Xie, L.; Cui, H.J.; Liang, W.; Pecht, M. Remaining useful life prediction of lithium-ion battery with unscented particle filter technique. Microelectron. Reliab. 2013, 53, 805–810. [Google Scholar] [CrossRef]
  6. 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]
  7. Qin, X.; Zhao, Q.; Zhao, H.; Feng, W.; Guan, X. Prognostics of remaining useful life for lithium-ion batteries based on a feature vector selection and relevance vector machine approach. In Proceedings of the 2017 IEEE International Conference on Prognostics and Health Management (ICPHM), Dallas, TX, USA, 19–21 June 2017. [Google Scholar]
  8. Qiao, J.; Liu, X.; Chen, Z. Prediction of the Remaining Useful Life of Lithium-Ion Batteries Based on Empirical Mode Decomposition and Deep Neural Networks. IEEE Access 2020, 8, 42760–42767. [Google Scholar] [CrossRef]
  9. Wei, J.; Dong, G.; Chen, Z. Remaining Useful Life Prediction and State of Health Diagnosis for Lithium-Ion Batteries Using Particle Filter and Support Vector Regression. IEEE Trans. Ind. Electron. 2018, 65, 5634–5643. [Google Scholar] [CrossRef]
  10. Walker, E.; Rayman, S.; White, R.E. Comparison of a particle filter and other state estimation methods for prognostics of lithium-ion batteries. J. Power Sources 2015, 287, 1–12. [Google Scholar] [CrossRef] [Green Version]
  11. Saha, B.; Goebel, K.; Christophersen, J. Comparison of prognostic algorithms for estimating remaining useful life of batteries. Trans. Inst. Meas. Control 2009, 31, 293–308. [Google Scholar] [CrossRef]
  12. Benabdelwahed, I.; Mbarek, A.; Bouzrara, K.; Garna, T. Non-linear system modelling based on NARX model expansion on Laguerre orthonormal bases. IET Signal Process. 2018, 12, 228–241. [Google Scholar] [CrossRef]
  13. Meng, Q.X.; Li, K.C.; Zhao, C. An improved particle filtering algorithm using different correlation coefficients for nonlinear system state estimation. Big Data 2019, 7, 114–120. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. Isard, M.; Blake, A. CONDENSATION-Conditional Density Propagation for Visual Tracking. Int. J. Comput. Vis. 1998, 29, 5–28. [Google Scholar] [CrossRef]
  15. Millner, A. Modeling Lithium-ion battery degradation in electric vehicles. In Proceedings of the 2010 IEEE Conference on Innovative Technologies for an Efficient and Reliable Electricity Supply, Waltham, MA, USA, 27–29 September 2010. [Google Scholar]
  16. Wang, S.; Han, W.; Chen, L.F.; Su, X.H. Prediction of lithium-ion batteries remaining useful life based on particle filtering method. Chin. J. Power Sources 2020, 44, 345–351. [Google Scholar]
Figure 1. Voltage measurement curve.
Figure 1. Voltage measurement curve.
Energies 13 04183 g001
Figure 2. Load current curve.
Figure 2. Load current curve.
Energies 13 04183 g002
Figure 3. Output current curve.
Figure 3. Output current curve.
Energies 13 04183 g003
Figure 4. Temperature curve.
Figure 4. Temperature curve.
Energies 13 04183 g004
Figure 5. B5 battery capacity estimation result.
Figure 5. B5 battery capacity estimation result.
Energies 13 04183 g005
Figure 6. B6 battery capacity estimation result.
Figure 6. B6 battery capacity estimation result.
Energies 13 04183 g006
Figure 7. Flow chart of the proposed RUL prediction method.
Figure 7. Flow chart of the proposed RUL prediction method.
Energies 13 04183 g007
Figure 8. Estimation process of B6 battery parameters.
Figure 8. Estimation process of B6 battery parameters.
Energies 13 04183 g008
Figure 9. RUL prediction results of the B6 battery using standard PF.
Figure 9. RUL prediction results of the B6 battery using standard PF.
Energies 13 04183 g009
Figure 10. RUL prediction results of the B6 battery using KCCPF.
Figure 10. RUL prediction results of the B6 battery using KCCPF.
Energies 13 04183 g010
Table 1. Pearson correlation coefficients for the capacity and comprehensive health factors.
Table 1. Pearson correlation coefficients for the capacity and comprehensive health factors.
Pearson Correlation CorrelationB5 Comprehensive Health FactorB5 Comprehensive Health Factor
B5 battery capacity0.995-
B6 battery capacity-0.993
Table 2. Fitted parameters of the A5 battery.
Table 2. Fitted parameters of the A5 battery.
abcd
1.979−0.002715−0.1697−0.06942
Table 3. RUL prediction results of the B6 battery using standard PF.
Table 3. RUL prediction results of the B6 battery using standard PF.
Start PointReal RULPredictive RULCapacity Root Mean Square Error95% Confidence Interval
4073630.0584[59,66]
8033200.0589[16,23]
Table 4. RUL prediction results of the B6 battery using KCCPF.
Table 4. RUL prediction results of the B6 battery using KCCPF.
Start PointReal RULPredictive RULCapacity Root Mean Square Error95% Confidence Interval
4073670.0457[60,79]
8033240.0519[13,35]

Share and Cite

MDPI and ACS Style

Gao, D.; Zhou, Y.; Wang, T.; Wang, Y. A Method for Predicting the Remaining Useful Life of Lithium-Ion Batteries Based on Particle Filter Using Kendall Rank Correlation Coefficient. Energies 2020, 13, 4183. https://doi.org/10.3390/en13164183

AMA Style

Gao D, Zhou Y, Wang T, Wang Y. A Method for Predicting the Remaining Useful Life of Lithium-Ion Batteries Based on Particle Filter Using Kendall Rank Correlation Coefficient. Energies. 2020; 13(16):4183. https://doi.org/10.3390/en13164183

Chicago/Turabian Style

Gao, Diju, Yong Zhou, Tianzhen Wang, and Yide Wang. 2020. "A Method for Predicting the Remaining Useful Life of Lithium-Ion Batteries Based on Particle Filter Using Kendall Rank Correlation Coefficient" Energies 13, no. 16: 4183. https://doi.org/10.3390/en13164183

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