Next Article in Journal
An Efficient Method Combined Data-Driven for Detecting Electricity Theft with Stacking Structure Based on Grey Relation Analysis
Next Article in Special Issue
Prediction of Remaining Useful Life of Lithium Batteries Based on WOA-VMD and LSTM
Previous Article in Journal
Heat Storage and Release Performance of Cascade Phase Change Units for Solar Heating in a Severe Cold Region of China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Adaptive Noise Reduction Approach for Remaining Useful Life Prediction of Lithium-Ion Batteries

1
Hubei Province Key Laboratory of Systems Science in Metallurgical Process, Wuhan 430065, China
2
College of Science, Wuhan University of Science and Technology, Wuhan 430070, China
*
Author to whom correspondence should be addressed.
Submission received: 6 September 2022 / Revised: 1 October 2022 / Accepted: 6 October 2022 / Published: 10 October 2022

Abstract

:
Lithium-ion batteries are widely used in the electric vehicle industry due to their recyclability and long life. However, a failure of lithium-ion batteries can cause some catastrophic accidents, such as electric car battery explosion fires and so on. To prevent such harm from occurring, it is essential to monitor the remaining useful life of lithium-ion batteries and give early warning. In this paper, an adaptive noise reduction approach is proposed to predict the RUL (Remaining Useful Life) of lithium-ion batteries, which uses CEEMDAN (Complete Ensemble Empirical Mode Decomposition with Adaptive Noise) combined with wavelet decomposition to achieve adaptive noise reduction decomposition, and then inputs the obtained IMF (Intrinsic Mode Function) components into LS–RVM (Least Square Relevance Vector Machine) for training, prediction, and reconstruction, so as to achieve high-precision prediction of RUL. Moreover, in order to verify the validity of the model, the model in this paper is compared with other common models. The results demonstrate that the RMSE, MAPE, and MAE of the proposed model are 0.008678, 0.005002, and 0.006894, and that it has higher accuracy than the other common prediction models.

1. Introduction

Lithium-ion batteries have the advantages of high energy density and low discharge rate, and they are widely used in energy storage devices and play an important role in areas such as transportation electrification and smart grids [1]. However, the failure of lithium-ion batteries can cause catastrophic accidents, such as electric car batteries exploding and catching fire, aircraft parts failing, and so on [2,3]. With the increasing requirements for battery safety in related fields, it is very important to accurately predict the RUL of lithium-ion batteries and give early warning to reduce unnecessary losses. Therefore, it is of great significance to develop a method that can accurately predict the RUL of lithium-ion batteries.
The current RUL prediction of lithium-ion batteries can be mainly divided into model-based methods and data-driven methods [4]. However, the degradation of lithium-ion batteries is a complex electrochemical process, the modeling process of model-based methods in practical situations is complicated, and the establishment of theoretical models is supported by expert knowledge, which makes the models not robust [5,6,7]. In order to simplify the complexity of the system with unmeasured variables and effectively simulate the health degradation trend of lithium-ion batteries, data-driven methods can be used to ensure the reliable and efficient operation of the battery management system and avoid potential dangers caused by battery failure [8].
Wang et al. [9] proposed the method of RVM to predict and model the battery decay trajectory through online learning and, subsequently, many scholars combined RVM and other methods to predict the capacity decay trend [10,11,12,13]. MLP (Multilayer Perceptron) can capture the relationship between battery remaining life and other attributes [14], LSTM (Long Short-Term Memory) can effectively describe the degradation characteristics of lithium-ion batteries [15], but it takes a lot of time to train [16]. SVMs (Support Vector Machines) have advantages on datasets with significant capacity decay [17,18]. Chen et al. propose a transformer network for Remaining Useful Life Prediction of lithium-ion batteries [19]. However, the above methods ignore the influence of capacity proliferation on lithium-ion batteries.
Some scholars try to use EMD (Empirical Mode Decomposition) combined with neural networks to predict the RUL of lithium-ion batteries [20]. Zhou et al. [21] proposed a method combining EMD and ARIMA (Autoregressive Integrated Moving Average model) to capture the local fluctuations in the degradation process of lithium-ion batteries. Chen et al. [22] screened the components obtained by the EMD algorithm to improve prediction accuracy. However, the EMD method has some disadvantages [23], such as serious mode aliasing and end effect, and it cannot obtain reliable RUL estimation and prediction. Since the decline curve of capacity regeneration is different from the normal decline curve, Xu et al. [24] added the decline model of capacity regeneration to reduce the prediction error caused by the difference between the decline curve of capacity regeneration and the normal decline curve but ignored the influence of random fluctuations. Wang et al. proposed a model combining VMD (Variational Mode Decomposition) [25], MLP, and LSTM to model the overall degradation trend and capacity regeneration component [26,27,28]. In addition, some scholars use stochastic processes to fit the battery degradation process [29,30,31]. Furthermore, there are also some scholars who try to introduce health factors that can be used to predict the RUL of the lithium-ion battery. For instance, Wang et al. [32] proposed an indirect health indicator extracted from the constant current charge process to aid prediction, and Lin et al. [33] extracted new indirect health indicators from the voltage and current curves during charging.
Although EMD can decompose capacity regeneration trends and other random noise trends, the phenomenon of modal aliasing also appears by using EMD [34]. To address this problem, Wu and Huang proposed EEMD (Ensemble Empirical Mode Decomposition) [35], which reduced the reconstruction error by increasing the integration times. However, poor completeness and large amounts of calculation easily lead to the inefficient decomposition of EEMD. Thus, Torres. et al. proposed CEEMDAN [36,37,38], which added adaptive white noise at each stage of the decomposition, calculated a unique margin signal to obtain each IMF, and has a large enhancement of the decomposition efficiency compared with the EEMD algorithm. Nevertheless, it is still difficult to avoid the interference of redundant components.
For the existing problems in the above research, this paper proposes an adaptive noise reduction approach, which adopts CEEMDAN to decompose the original sequence to obtain multiple IMFs (including normal degradation trend, capacity regeneration trend, and random trend), and then inputs the IMF components into the wavelet transform, respectively, to reduce noise. Then, the denoised sequences are input into LS and RVR models for training and prediction according to the normal degradation trend and other trends. Finally, the obtained prediction components are reconstructed to obtain the final prediction results, and RMSE, MAPE, and MAE are selected to evaluate the prediction effect of the model.
The main contributions of this paper are detailed as follows:
  • The computation speed and the completeness of CEEMDAN has increased compared with EMD.
  • EMD may produce several low-frequency IMF components with small amplitudes, which have little significance for the prediction results. Therefore, adopting the CEEMDAN method can reduce the number of these components.
  • To achieve high-precision prediction, wavelet transform is used to reduce noise and improve signal resolution for the IMF component of CEEMDAN, which contains some noise.
  • Compared with other popular models, the proposed model is also very good at early prediction. Simple combinations of models are more accurate than complex ones.
The rest of this paper is organized as follows. Section 2 presents the theoretical background of the proposed method. Section 3 describes the experimental analysis. A case study and comparative analysis are provided and discussed in Section 4. The conclusion is given in Section 5.

2. Theoretical Background

This section describes the basic principles and specific steps of CEEMDAN, Wavelet Domain Denoising, LS, and RVM, as well as where these methods are applicable.

2.1. CEEMDAN

Aiming at the problem of mode aliasing in the signal decomposed by the EMD algorithm, the EEMD algorithm adds random white noise to the signal to be decomposed to reduces the mode aliasing of EMD. In essence, white noise is a series of independent sequences which are added to the original data. The characteristics of white noise are used to amplify the degree of irrelevance of the modes that are difficult to separate in the original data, so as to extract the original two inseparable modes. However, there is always a certain amount of white noise remaining in the modal components obtained by the signal decomposition algorithm, and different number of modes may be generated by the signal plus noise decomposition through EMD, which will affect the subsequent signal analysis and processing. CEEMDAN solves the above problems from two aspects:
(1) The IMF component with auxiliary noise after EMD is added in each iteration;
(2) EEMD is to carry out the overall average of the modal components obtained after empirical mode decomposition, while CEEMDAN is to carry out the overall average calculation after the first-order IMF component to obtain the final first-order IMF component, and then repeat the above operations for the residual parts. In this way, the transfer of white noise from high frequency to low frequency is effectively solved.
In general, the CEEMDAN algorithm is to add a finite number of adaptive white noise at each stage of EMD. Assume that the k-th modal component obtained by CEEMDAN is I M ˜ F k , E j ( · ) is the j-th modal component obtained by EMD, w i is a Gaussian white noise signal satisfying the standard normal distribution, ϵ k is the SNR (Signal-To-Noise Ratio), i = 1 , 2 , , I is the number of white noise added, and x [ n ] is the signal to be partitioned. The steps of CEEMDAN are as follows:
Step 1. Add white Gaussian noise signal to x [ n ] to make a new signal x [ n ] + ε 0 w i [ n ] . Then, the first-order model component I M F 1 i [ n ] is obtained by EMD:
M F 1 i [ n ] = E 1 x [ n ] + ε 0 w i [ n ] , i = 1 , 2 , , I
Step 2. Overall average the I-th modal components, and the first IMF of CEEMDAN is obtained as follows:
I M ˜ F 1 i [ n ] = 1 I l = 1 I I M F 1 i [ n ]
Step 3. Calculate the residual after removing the first IMF:
r 1 [ n ] = x [ n ] I M ˜ F 1 i [ n ]
Step 4. Add white noise to r 1 [ n ] to obtain a new signal r 1 [ n ] + ϵ 1 E 1 ( w i [ n ] ) . Then, the first-order I M F 2 i [ n ] is obtained by EMD, and the second IMF of CEEMDAN is obtained as follows:
I M ˜ F 1 i [ n ] = 1 I l = 1 I I M F 2 i [ n ] = 1 I l = 1 I E 1 r 1 [ n ] + ε 1 E 1 w i [ n ] , i = 1 , 2 , , I
Step 5. Calculate the residual after removing the k-th IMF, for k = 2 , , K
r k [ n ] = r k 1 [ n ] I M ˜ F 1 i [ n ]
Step 6. Add white noise to r k [ n ] to obtain a new signal r k [ n ] + ϵ k E k ( w i [ n ] ) . Then, the first-order I M F k + 1 i [ n ] is obtained by EMD, and the ( k + 1 ) -th IMF of CEEMDAN is obtained as follows:
I M ˜ F k + 1 i [ n ] = 1 I l = 1 I I M F k + 1 i [ n ] = 1 I l = 1 I E k r k [ n ] + ε k E k w i [ n ] , i = 1 , 2 , , I
Step 7. Repeat Step 5 and Step 6 until termination conditions meet the EMD iteration. The final residual is as follows:
R [ n ] = l = 1 I I M ˜ F k + R [ n ]
The final number of IMFs is determined only by the data and stopping criteria. The flow chart of CEEMDAN is shown in Figure 1.

2.2. Wavelet Domain Denoising

The essence of wavelet denoising is the process of suppressing the useless part and enhancing the useful part. The denoising process is divided into three parts: wavelet decomposition, threshold filtering, and wavelet reconstruction [39].
(1) The wavelet decomposition is to select a kind of wavelet to decompose the signal with N-layer wavelets.
(2) The threshold filtering is to obtain the estimated wavelet coefficients by thresholding the decomposed coefficients of each layer.
(3) The wavelet reconstruction is to obtain the denoised signal by wavelet reconstruction according to the denoised wavelet coefficients.
The process of wavelet decomposition and noise reduction is shown in Figure 2.

2.3. LS

CEEMDAN can separate the main trend degradation categories from the original signal, and the least square regression method can be used to fit the trend, which can effectively predict the normal decline trend of capacity.
Suppose the multivariate linear equation has the following form:
F ( x ) = w ^ x ^
where w ^ = w 1 , w 2 , , w N s 1 , w N s , b T , x ^ = x 1 , x 2 , , x N s 1 , x N s , 1 T .
To construct the loss function with respect to w ^ :
SSELoss ( w ^ ) = y x w ^ 2 2
The derivative of the loss function is as follows:
SSELoss ( w ^ ) w ^ = 2 x T x w ^ x T y = 0
The weights can be solved as:
w ^ = x T x 1 x T y

2.4. RVM

RVM, which has the same functional form as the support vector machine [14], is a Bayesian sparse kernel algorithm for regression and classification. The expression of the RVM regression prediction model can be written as follows:
t i = i = 1 N s w i K x , x i + w 0 + ε
where x n n = 1 N s is the input set, t n n = 1 N s is the output set, and K x , x i is the kernel function. Linear kernel functions are used in this paper: ϵ is the noise that follows the N 0 , σ 2 distribution, w i is the weight, and N s is the number of samples.
Assuming that t n n = 1 N s is an independent random variable, the likelihood function of the sample can be expressed as:
p t w , σ 2 = 2 π σ 2 N s 2 exp 1 2 σ 2 t Φ w 2
where w = w n n = 1 N s , Φ = ϕ n n = 1 N s , and ϕ x i = 1 , K x i , x 1 , K x i , x 2 , , K x i , x N s T .
To avoid overfitting w and σ 2 , impose conditions on some parameters, assume that w i follows a Gaussian conditional probability distribution with mean 0 and variance β i 1 :
p ( w β ) = u = 0 N s N w u 0 , β u 1
β is the N + 1 -dimensional hyperparameter that determines the prior distribution of the weight w.
Given the likelihood function and the prior distribution of w, the posterior distribution of w can be obtained according to the Bayesian formula:
p w t , β , σ 2 = p t w , σ 2 p ( w β ) p t β , σ 2 N ( w μ , Σ )
where Σ = σ 2 Φ T Φ + A 1 , μ = σ 2 Σ Φ T t , and A = diag β 0 , β 1 , , β N s .
Maximizing the marginal likelihood function to solve the hyperparameter β , the iterative formula of hyperparameter β and variance σ 2 can be obtained as follows:
β i , n e w = 1 β i Σ i i μ i 2
σ n e w 2 = t ϕ μ 2 N s i 1 β i i i
where i i is the diagonal element of the variance matrix of the posterior weight value, and μ i is the weight value of the i-th posterior distribution. The weight is calculated iteratively according to the hyperparameter β and variance σ 2 , and then the prediction is made.

3. Experimental Analysis

This section first introduces the basic definitions of RUL and SOH (State of Health), and the relationship between them, and then describes the process of the whole combination algorithm. Finally, three evaluation indexes RMSE, MAPE, and MAE are selected to evaluate the effect of the proposed method.

3.1. RUL

SOH is an important indicator to measure the degree of battery degradation, which is usually defined by capacity ratio [40]:
soh ( j ) = c ^ ( j ) c ^ ( 1 ) × 100 %
where c ^ ( 1 ) is the initial capacity of the battery, and c ^ ( j ) is the estimated capacity of the cell in the j-th cycle. In view of the fact that the initial battery capacity of the lithium battery selected for the data set in this paper is consistent, the capacity data of the battery is directly used to define the SOH of the battery.
In general, end of battery life is defined as the point when remaining capacity reaches 70–80% of initial capacity, in which SOH is equal to 0.7–0.8. RUL is the number of charge and discharge cycles left before the battery life reaches the failure threshold. According to the relationship between SOH and RUL, this paper adopts the prediction of capacity series to indirectly express the prediction results of RUL.

3.2. Experimental Design

In order to further illustrate the effectiveness of CEEMDAN-wavelet adoption in this paper, a comparison of add chirps and directly used wavelet decomposition is given. The training set ratio is 0.6.
Figure 3 shows that the prediction results of adding noise and wavelet filtering are poor, and the predicted trajectory is not smooth under the influence of noise. Therefore, an adaptive noise reduction method is proposed in this paper, which adopts CEEMDAN and then uses the wavelet denoising method to extract more effective information of the original sequence.
The flow of method proposed in this paper is as follows:
Step 1. Decompose the capacity signal into a series of IMFs ranging from high frequency to low frequency, and then use wavelet analysis to the IMF component further noise reduction.
Step 2. The decomposition step in Step 1 leads to three parts: main trend degradation part, capacity regeneration part, random interference, and noise part. Then, the training sets and test sets are constructed from these three parts, respectively. The training sets of the normal decay part are trained by LS, and the training sets of the local regeneration part and random interference and noise parts are trained by RVM.
Step 3. Input the test set data of each part into the trained model according to Step 2 to obtain the predicted value, and then reconstruct the predicted value of capacity.
The overall framework is shown in Figure 4.

3.3. Evaluation Indicators

RMSE, MAPE, and MAE are used as evaluation indicators for the performance estimation of the prediction model in this paper. The three evaluation indicators are defined as follows:
R M S E = 1 n i = 1 n y ^ i y i 2
M A P E = 100 % n i = 1 n y ^ i y i y i
M A E = 1 n i = 1 n y ^ i y i
where y ^ i is the predicted value, y i is the real value, and n is the length of the sample.

4. Experiment and Discussion

This section introduces the data set used in the experiment, and then the data of the data set are processed to obtain the training set and prediction set. Then, the training set and prediction set are combined with CEEMDAN combined with the wavelet denoising algorithm to obtain the decompression and denoising data, and the LS–RVM is used to fit the data. Finally, the obtained results are analyzed.

4.1. Experimental Dataset

The test data in this paper are from the 18,650 model lithium-ion battery dataset proposed by NASA PCoE Research Center [41] which includes four types of batteries (B0005, B0006, B0007, and B0018). The battery is charged with a constant current of 1.5 A at about 24 °C. The operating voltage rises to the maximum cut-off voltage of 4.2 V, then it switches to constant voltage charging. When the current drops to 20 mA, the charging stops. The battery capacity attenuation trend contained in the dataset is shown in Figure 5.

4.2. CEEMDAN Combined with Wavelet Denoising Algorithm

The number of noise added is 100, and the SNR is 0.0005 . The Daubechies function is chosen as the wavelet basis function, and the sliding window step is 4.
It can be seen that IMF1 can represent the main trend degradation, IMF2 represents the capacity regeneration trend, and IMF3 and IMF4 represent the random interference and noise trend. This can provide a reference basis for reducing the complexity of the prediction model by CEEMDAN. The IMF components decomposed by CEEMDAN were divided into data sets, and the sliding window model was established to construct the initial training samples. Then, take the t time step as the input and predict the value at the t+ 1 time.
The B0005 Decomposition Results is shown in Figure 6.

4.3. The LS–RVM Fitting

The modal component of CEEMDAN is decomposed into three parts: the main trend degradation part, capacity regeneration part, random interference, and noise part. The training set of the main trend degradation part is trained by the LS model, and the training set of the capacity regeneration part and random interference and noise are trained by the RVM model, and then the test set is input in order to predict. Taking B0007 as an example, the prediction results of each part are as follows:
It can be seen from Figure 7a that the normal capacity degradation trend predicted by the LS model almost coincides with the real value decay trend, and from Figure 7b–d, it can be seen that the capacity regeneration trend, random interference, and noise trend can be well predicted by the RVM model.

4.4. Analysis of Forecast Results

To further illustrate the importance of decomposition and noise reduction, the comparison between the method used in this paper and the result of fitting the original sequence using only RVM is as follows:
As can be seen from Figure 8, due to the noise and random interference in the original sequence, the prediction results of RVM lag behind the prediction results obtained by the proposed method.
The control groups are set to further compare the effectiveness of the CEEMDAN–WAVELET–LS–RVM combined method proposed in this paper.
It can be seen from Figure 9 that the EMD–ARIMA–RVM model has a serious deviation phenomenon when comparing the prediction trend charts of various models, and the prediction fluctuations of other models are also large. The CEEMDAN–WAVELET–LSTM–RVM prediction model only has a relatively good fitting effect on the data of the B0007 and B0018 batteries. In addition, the proposed method can fit all curves well.
In order to better illustrate the high accuracy of the prediction method in this paper, B0005 is taken as an example, where 60% is selected as the training set and 40% as the test set. The evaluation results are shown as follows:
From Table 1, the prediction accuracy of the CEEMDAN–WAVELET denoising decomposition is higher than that of the EMD method. The RMSE, MAPE, and MAE obtained by the method adopted in this paper are all the smallest, and all are below 1%.
In order to verify the effectiveness of the method, the ratio of training and testing sets are adjusted, and the index error comparison chart of each model under different training ratios is obtained:
It can be seen from Figure 10 that the LS–RVM combined model fit is the best among all other combined models, and the combined model proposed in this paper is superior to other prediction models regardless of the training ratio.The RMSE, MAPE, and MAE obtained by the proposed combined model are all smaller than those obtained by other methods under the condition of selecting different data proportions, which can better predict the health status of lithium-ion batteries.

5. Conclusions

Accurately predicting the RUL of lithium-ion batteries can improve the safety and reliability of energy storage systems. Aiming at the RUL problem, this paper proposes an adaptive noise reduction approach. The effectiveness of the proposed RUL prediction method is verified by using the battery charge–discharge cycle dataset published by NASA.
To achieve more accurate predictions, in this paper, the original sequence is broken down into three parts by CEEMDAN. Compared with EMD, CEEMDAN can adaptively calculate the number of decomposed layers and obtain better decomposition results and then adopt the wavelet denoising to obtain more accurate signal information. Considering the phenomenon of battery capacity regeneration and the interference of random noise, the RVM is used to fit the capacity regeneration part and the random noise part to reduce the complexity of the prediction model, and the trend of battery capacity degradation can be tracked stably. The proposed model can better fit the capacity decay trend of lithium-ion batteries with obvious capacity proliferation phenomena and effectively improve the prediction accuracy of the remaining service life of lithium ion batteries. In addition, compared with other models, the proposed method performs better on various datasets and can effectively improve prediction accuracy.
Nevertheless, due to the complexity of the actual operating environment of lithium-ion batteries, RUL prediction under multiple environmental conditions will be considered in the future.

Author Contributions

Formal analysis, W.Q. and G.C.; algorithm, W.Q. and T.Z.; experiment and simulation, W.Q. and T.Z.; validation, W.Q. and T.Z.; writing—original draft preparation, W.Q. and T.Z. and G.C.; writing—review and editing, W.Q., T.Z. and G.C. All authors have read and agreed to the published version of the manuscript.

Funding

Hubei Province Key Laboratory of System Science in Metallurgical Process (Wuhan University of Science and Technology): No.Z202102; Open Research Fund of Hubei Society for Industrial and Applied Mathematics and Wuhan Society for Industrial and Applied Mathematics, No.2022003.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. These data can be found here: [https://ti.arc.nasa.gov/tech/dash/groups/pcoe/prognostic-data-repository/#battery, accessed on 1 June 2022].

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CEEMDANComplete Ensemble Empirical Mode Decomposition with Adaptive Noise
RULRemaining Useful Life
SOHState of Health
EMDEmpirical Mode Decomposition
EEMDEnsemble Empirical Mode Decomposition
VMDVariational Modal Decomposition
SNRSignal-to-Noise Ratio
LSLeast Square
MLPMultilayer Perceptron
SVRSupport Vactor Regression
RVMRelevance Vector Machine
ARIMAAutoregressive Integrated Moving Average model
CNNConvolutional Neural Networks
LSTMLong Short-Term Memory
IMFIntrinsic Mode Functions
RMSE          Root Mean Square Error
MAPEMean Absolute Percentage Error
MAEMean Absolute Error

References

  1. Liu, D.; Song, Y.; Wu, W.; Yang, C.; Peng, Y. Review of state of health estimation for lithium-ion battery pack. Chin. J. Sci. Instrum. China 2020, 41, 1–18. [Google Scholar] [CrossRef]
  2. Zhao, Q.; Qin, X.; Zhao, H.; Feng, W. A novel prediction method based on the support vector regression for the remaining useful life of lithium-ion batteries. Microelectron. Reliab. 2018, 85, 99–108. [Google Scholar] [CrossRef]
  3. Wang, Q.; Mao, B.; Stoliarov, S.; Sun, J. A review of lithium ion battery failure mechanisms and fire prevention strategies. Prog. Energy Combust. Sci. 2019, 73, 95–131. [Google Scholar] [CrossRef]
  4. Liu, C.; Wang, Y.; Chen, Z. Degradation model and cycle life prediction for lithium-ion battery used in hybrid energy storage system. Energy 2019, 166, 796–806. [Google Scholar] [CrossRef]
  5. Xiao, S.; Le, X.; Xian, K. Battery lifetime prognostics. Joule 2020, 4, 310–346. [Google Scholar] [CrossRef]
  6. Chen, L.; Chen, J.; Wang, H.; Wei, H.; Pan, H. Prediction of battery remaining useful life based on wavelet packet energy entropy. Trans. China Electrotech. Soc. 2020, 35, 1827–1835. [Google Scholar]
  7. Xiong, R.; Li, L.; Tian, J. Towards a smarter battery management system: A critical review on battery state of health monitoring methods. J. Power Sources 2018, 405, 18–29. [Google Scholar] [CrossRef]
  8. Huang, S.-C.; Tseng, K.-H.; Liang, J.-W.; Chang, C.-L.; Pecht, M.G. An Online SOC and SOH Estimation Model for Lithium-Ion Batteries. Energies 2017, 10, 512. [Google Scholar] [CrossRef]
  9. Wang, D.; Miao, Q.; Pecht, M. Prognostics of lithium-ion batteries based on relevance vectors and a conditional three-parameter capacity degradation model. J. Power Sources 2013, 239, 253–264. [Google Scholar] [CrossRef]
  10. Zhang, Z.-Q.; Yu, Y.-J.; Li, X. Relevance vector machine algorithm to predict state of health and remaining useful life of battery. Chin. J. Power Sources China 2021, 45, 419–423. [Google Scholar]
  11. Chen, Z.-W.; Shi, N.; Ji, Y.-F.; Niu, M.; Wang, Y.-R. Lithium-ion batteries remaining useful life predictionbased on BLS–RVM. Energy 2021, 234, 121269. [Google Scholar] [CrossRef]
  12. Liu, Y.-F.; Zhao, G.-Q.; Peng, X.-Y. A Lithium-Ion Battery Remaining Using Life Predition Method Based on Multi-kernel Relevance Vector Machine Optimized Mode. Acta Electron. Sin. 2019, 47, 1285–1292. [Google Scholar]
  13. Zhang, X.; Miao, Q.; Liu, Z.-W. Remaining useful life prediction of lithium-ion battery using an improved UPF method based on MCMC. Microelectron. Reliab. 2017, 75, 288–295. [Google Scholar] [CrossRef]
  14. Dai, Z.-W.; Wang, Y.-M.; Wu, Y.-F. Life Prediction Method of Hydrogen Energy Battery Based on MLP and LOESS. In Proceedings of the 10th International Conference on Computer Engineering and Networks (CENet2020), Xi’an, China, 16–18 October 2020; pp. 511–562. [Google Scholar] [CrossRef]
  15. Li, P.-H.; Zhang, Z.-J.; Xiong, Q.-Y.; Ding, B.-C.; Hou, J.; Luo, D.C.; Rong, Y.-J.; Lin, S.-Y. State-of-health estimation and remaining useful life prediction for the lithium-ion battery based on a variant long short term memory neural network. J. Power Sources 2020, 459, 228069. [Google Scholar] [CrossRef]
  16. Mo, Y.; Wu, Q.-H.; Li, X.; Huang, B.-Q. Remaining useful life estimation via transformer encoder enhanced by a gated convolutional unit. J. Intell. Manuf. 2021, 32, 1997–2006. [Google Scholar] [CrossRef]
  17. Xu, J.-Y.; Ni, Y.-L.; Zhu, C.-B. Remaining useful life prediction for lithium-ion batteries based on improved support vector regression. Trans. China Electrotech. Soc. 2021, 36, 3693–3704. [Google Scholar] [CrossRef]
  18. Yang, D.; Wang, Y.-J.; Pan, R.; Chen, R.-Y.; Chen, Z.-H. State-of-health estimation for the lithium-ion battery based on support vector regression. Appl. Energy 2017, 227, 273–283. [Google Scholar] [CrossRef]
  19. Chen, D.; Hong, W.; Zhou, X. Transformer Network for Remaining Useful Life Prediction of Lithium-Ion Batteries. IEEE Access 2022, 10, 19621–19628. [Google Scholar] [CrossRef]
  20. Li, X.-Y.; Zhang, L.; Wang, Z.-P.; Dong, P. Remaining useful life prediction for lithium-ion batteries based on a hybrid model combining the long short-term memory and Elman neural networks. Energy 2018, 21, 510–518. [Google Scholar] [CrossRef]
  21. Zhou, Y.-P.; Huang, M.-H. 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]
  22. Chen, Y.-Y.; Xia, X.-Y.; Zhou, W.-Z. Prediction of the Lithium-Ion Battery Remaining Useful Life Based on EMD-ARMA. J. Electr. Power China 2021, 36, 43–51. [Google Scholar]
  23. Yu, J.-B. State of health prediction of lithium-ion batteries: Multiscale logic regression and Gaussian process regression ensemble. Reliab. Eng. Syst. Saf. 2018, 174, 82–95. [Google Scholar] [CrossRef]
  24. Xu, X.; Yu, C.; Tang, S.; Sun, X.; Si, X.; Wu, L. Remaining Useful Life Prediction of Lithium-Ion Batteries Based on Wiener Processes with Considering the Relaxation Effect. Energies 2019, 12, 1685. [Google Scholar] [CrossRef] [Green Version]
  25. Dragomiretskiy, K.; Zosso, D. Variational mode decomposition. IEEE Trans. Signal Process. 2014, 62, 531–544. [Google Scholar] [CrossRef]
  26. Wang, R.; Hou, Q.-L.; Shi, R.-Y.; Zhou, Y.-X.; Hu, X. Remaining useful life prediction method of lithium battery based on variational mode decomposition and integrated deep model. J. Instrum. 2021, 42, 110–120. [Google Scholar] [CrossRef]
  27. Wu, W.; Wang, Y.-R. Remaining Useful Life Prediction of Lithium-ion Batteries Based on VMD and GPR Algorithm. Comput. Mod. China 2020, 83–88. [Google Scholar]
  28. Netsanet, S.; Zheng, D.-H.; Zhang, W.; Teshager, G. Short-term PV power forecasting using variational mode decomposition integrated with Ant colony optimization and neural network. Energy Rep. 2022, 8, 2022–2035. [Google Scholar] [CrossRef]
  29. Hu, J.; Sun, Q.; Ye, Z.S.; Zhou, Q. Joint modeling of degradation and lifetime data for RUL prediction of deteriorating products. IEEE Trans. Ind. Inform. 2020, 17, 4521–4531. [Google Scholar] [CrossRef]
  30. Zhai, Q.; Ye, Z.S. RUL prediction of deteriorating products using an adaptive Wiener process model. IEEE Trans. Ind. Inform. 2017, 13, 2911–2921. [Google Scholar] [CrossRef]
  31. Zhai, Q.; Ye, Z.S. Robust degradation analysis with non-Gaussian measurement errors. IEEE Trans. Instrum. Meas. 2017, 66, 2803–2812. [Google Scholar] [CrossRef]
  32. Yao, F.; He, W.; Wu, Y.; Ding, F.; Meng, D. Remaining useful life prediction of lithium-ion batteries using a hybrid model. Energy 2022, 248, 123622. [Google Scholar] [CrossRef]
  33. Lin, D.; Zhang, X.; Wang, L.; Zhao, B. State of health estimation of lithium-ion batteries based on a novel indirect health indicator. Energy Rep. 2022, 8, 606–613. [Google Scholar] [CrossRef]
  34. Yu, X.; Dong, F.; Ding, E.-J.; Wu, S.-P.; Fan, C.-Y. Rolling bearing fault diagnosis using modified LFDA and EMD with sensitive feature selection. IEEE Access 2018, 6, 3715–3730. [Google Scholar] [CrossRef]
  35. Wu, Z.-H.; Huang, N.-E. Ensemble Empirical Mode Decomposition: A Noise-Assisted Data Analysis Method. Adv. Data Sci. Adapt. Anal. 2009, 1, 1–41. [Google Scholar] [CrossRef]
  36. Torres, M.-E.; Colominas, M.-A.; Schlotthauer, G.; Flandrin, P. A complete ensemble empirical mode decomposition with adaptive noise. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Prague, Czech Republic, 22–27 May 2011; pp. 4144–4147. [Google Scholar] [CrossRef]
  37. He, C.-B.; Niu, P.; Yang, R.-P.; Wang, C.-G.; Li, Z.-X.; Li, H.-K. Incipient rolling element bearing weak fault feature extraction based on adaptive second order stochastic resonance incorporated by mode decomposition. Measurement 2019, 145, 687–701. [Google Scholar] [CrossRef]
  38. Li, L.; Wang, F.; Shang, F.; Jia, Y.; Zhao, C.; Kong, D. Energy spectrum analysis of blast waves based on an improved Hilbert–Huang transform. Shock Waves 2017, 27, 487–494. [Google Scholar] [CrossRef]
  39. Liu, Y.-Q.; Deng, H.-W.; Wu, L.-B.; Shen, Y.-P.; Tian, Y.-Q.; Yu, S.-T. Study on signal denoising of microseismic monitoring based on combined variational mode decomposition and wavelet threshold method. Min. Res. Dev. 2020, 40, 98–103. [Google Scholar]
  40. Feng, H.-L.; Zhang, X. State of health estimation and remaining using life prediction of lithium-ion batteries based on new health indicators. J. Nanjing Univ. Sci. 2021, 660–670. [Google Scholar] [CrossRef]
  41. Geobel, K.; Saha, B.; Saxena, A.; Celaya, J.-R.; Christophersen, J.-P. Prognostics in battery health management. IEEE Instrum. Meas. Mag. 2008, 11, 30–40. [Google Scholar] [CrossRef]
Figure 1. The flow chart of CEEMDAN.
Figure 1. The flow chart of CEEMDAN.
Energies 15 07422 g001
Figure 2. Wavelet denoising process.
Figure 2. Wavelet denoising process.
Energies 15 07422 g002
Figure 3. Prediction results with white noise added and filtered.
Figure 3. Prediction results with white noise added and filtered.
Energies 15 07422 g003aEnergies 15 07422 g003b
Figure 4. The overall framework.
Figure 4. The overall framework.
Energies 15 07422 g004
Figure 5. Lithium-ion battery decay trend chart.
Figure 5. Lithium-ion battery decay trend chart.
Energies 15 07422 g005
Figure 6. B0005 Decomposition Results.
Figure 6. B0005 Decomposition Results.
Energies 15 07422 g006
Figure 7. IMF component prediction chart.
Figure 7. IMF component prediction chart.
Energies 15 07422 g007aEnergies 15 07422 g007b
Figure 8. Comparison of the proposed method with RVM prediction.
Figure 8. Comparison of the proposed method with RVM prediction.
Energies 15 07422 g008
Figure 9. Comparison of the proposed approach with other common prediction methods.
Figure 9. Comparison of the proposed approach with other common prediction methods.
Energies 15 07422 g009
Figure 10. Comparison of index errors of each model.
Figure 10. Comparison of index errors of each model.
Energies 15 07422 g010
Table 1. Comparison of evaluation results.
Table 1. Comparison of evaluation results.
MethodRMSEMAPEMAE
EMD–ARIMA–RVM0.1156880.0722860.101315
EMD–CNN–RVM0.0103040.0499180.008432
EMD–LSTM–RVM0.0323270.04830.030372
EMD–LS–RVM0.0093340.0057510.007888
CEEMDAN–WAVELET–ARIMA–RVM0.0819680.0471250.061984
CEEMDAN–WAVELET–CNN–RVM0.0101260.0489150.007143
CEEMDAN–WAVELET–LSTM–RVM0.0305420.0475460.029042
The Proposed Approach0.0086780.0050020.006894
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Qu, W.; Chen, G.; Zhang, T. An Adaptive Noise Reduction Approach for Remaining Useful Life Prediction of Lithium-Ion Batteries. Energies 2022, 15, 7422. https://0-doi-org.brum.beds.ac.uk/10.3390/en15197422

AMA Style

Qu W, Chen G, Zhang T. An Adaptive Noise Reduction Approach for Remaining Useful Life Prediction of Lithium-Ion Batteries. Energies. 2022; 15(19):7422. https://0-doi-org.brum.beds.ac.uk/10.3390/en15197422

Chicago/Turabian Style

Qu, Wenyu, Guici Chen, and Tingting Zhang. 2022. "An Adaptive Noise Reduction Approach for Remaining Useful Life Prediction of Lithium-Ion Batteries" Energies 15, no. 19: 7422. https://0-doi-org.brum.beds.ac.uk/10.3390/en15197422

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