1. Introduction
Rechargeable lithium-ion (Li-ion) battery are widely applied in various satellites, because of their high-energy density, light weight, good performance, long lifetime, etc. [1]. Li-ion batteries are designed to supply power during a satellite’s launch phase, shadow phase, and high load phase. However, after long-term, repeated charges and discharges, the lifetime of the Li-ion battery will be gradually reduced due to some irreversible reactions [2]. Li-ion battery degradation could result in the failure of satellite power subsystems, and even in a catastrophic occurrence. Therefore, it is critical to improve the safety and reliability of Li-ion battery in satellite systems, with the aid of a prognostic and health management (PHM) approach.
Technologically, PHM aims at predicting the current health status and the remaining useful life (RUL) of a system [3]. Specifically, the RUL prognosis [4,5,6] is the key technology of PHM to analyze, guarantee, and improve system safety and reliability. In general, the existing RUL prognosis of Li-ion batteries can be classified into three major categories: (1) experience-based approaches [7], such as the physicochemical ageing model, the weighted Ah ageing model, and the event-oriented ageing model; (2) model-based approaches, such as the Kalman filter (KF) [8,9,10] and particle filter (PF) [11,12,13,14,15]; and (3) data-driven approaches. Data-driven approaches also contain three major technologies: (1) time-series technology, such as the auto regressive (AR) and auto regressive moving-average (ARMA) models [16]; (2) machine-learning technology, such as artificial neural networks (ANN) [17,18,19], support vector machine (SVM), or [4] relevance vector machine (RVM) [20,21]; and (3) statistical technology such as the Bayesian method [22,23] and Gaussian process regression (GPR) [24].
Data-driven approaches are attracting more attention than the other two approaches, since they need neither long term accumulation of the related experience, nor accurate aging mechanism of battery degradation phenomenon. Instead, data-driven approaches only depend on historical data, and use data mining, pattern recognition, and machine-learning techniques to forecast the RUL of Li-ion battery. In existing data-driven approaches, most researchers directly adopt capacity or resistance as health indicators (HI) [16,17,18,19,20,21,22,23,24]. In real applications, it is hard to measure and monitor Li-ion battery capacity or resistance directly. Meanwhile, to realize on-line RUL prognosis, computationally-efficient data-driven approaches are preferable.
A dynamic long short-term memory (DLSTM) neural-network-based indirect RUL prognosis for satellite Li-ion battery is proposed in this paper. The main contributions of this paper can be summarized as follows:
1. For measured discharge voltages, a novel polynomial-fitting-based HI is constructed to replace Li-ion capacity for Li-ion battery RUL prognosis.
2. Considering on-line and multi-step prediction, a DLSTM with the Adam method, L2 regularization method, and incremental learning idea is proposed.
The structure of this article is as follows. Section 2 briefly analyzes Li-ion battery data and clarifies the problem. Then, the proposed HI extraction and DLSTM methods are described in Section 3. Verification results are presented and analyzed in Section 4. Finally, Section 5 gives the conclusions and discusses future work.
2. Data Analysis and Problem Statement 2.1. Li-Ion Battery Data Analysis
In this paper, the NASA dataset [25] is exploited. It contains four different Li-ion batteries (#5, #6, #7, and #18), and each Li-ion battery repeats three operations (charge, discharge, and impedance measurements) at room temperature (24 °C). The test conditions of the NASA battery are listed in Table 1.
Figure 1 shows the #5 Li-ion charge and discharge process in one cycle. Obviously, the charge process consists of constant current (CC) mode and constant voltage (CV) mode. In the charge in CC mode, the current is kept at 1.5 A until the Li-ion battery voltage is increased to 4.2 V. In the charge CV mode, the voltage holds 4.2 V until the Li-ion battery current drops to 20 mA from 1.5 A. In the whole charge process, the battery terminal voltage, battery output current, battery temperature, measured current, and measured voltage are recorded. The discharge process belongs to the CC mode, and the current is 2 A until the Li-ion battery voltage drops to 2.7 V from 4.2 V. In the discharge process, the recorded variables (except battery capacity) are the same as those of the charge process. Meanwhile, NASA Ames utilizes the electrochemical impedance spectroscopy (EIS) method (frequency sweep from 0.1 Hz to 5 kHz) to measure impedance. In the impedance process, the sensor current, battery current, and ratio of the above currents are recorded to calculate battery impedance, electrolyte resistance (Re), and charge transfer resistance (Rct). As time goes on, the repeated charge and discharge process results in accelerated degradation, and eventually, the end of the battery’s service life (EOL).
2.2. Problem Statement
Typically, the EOL model of the Li-ion battery is closely related to that of a battery capacity [26]; the specific Li-ion battery remaining capacity model can be acquired in the literature [27]. This model gives all parameters (except some constant coefficients) by various experimental curve fittings. Despite knowledge of the complicated Li-ion mechanisms, the state of health (SOH) can be defined as:
SOH(τ)=C(τ)C(0)
whereC(0)is the capacity value at the initial stage of Li-ion battery, andC(τ)is the capacity value at timeτ(it is usually the index of cycle number).
Figure 2 gives the battery capacity changing curve according to the measured capacity of the discharge process. The curve clearly presents the degradation trend of a Li-ion battery. In the literature [28], Li-ion is regarded as being at EOL when its capacity drops to 70% (1.38 Ah) of its initial value. For satellite Li-ion batteries, it is inconvenient or even impossible to measure battery capacity values during in-orbit service. The main reason is that battery capacity measurements require the performance of a full charge and discharge cycle [29]. Hence, the problem is: how can we use basic measurements to construct a novel HI which can replace the capacity, and realize a dynamic RUL prognosis of Li-ion batteries used in satellites.
3. DLSTM Based Indirect RUL Prognosis 3.1. Polynomial Fitting Based HI
For Li-ion battery RUL prognosis, it is important to construct an indirect HI which shows the degradation phenomenon, because the battery capacity cannot be directly acquired on-line. In most real-life applications, the battery capacity can be estimated by one of a number of complex methods (electrochemical analysis, Ampere-hours, impedance, and other methods). These methods are time-consuming, and their accuracy is not satisfying. Therefore, using the charge current or discharge voltage to construct an indirect HI is more meaningful for online RUL prognosis.
It is widely known that a battery’s life is closely related to its voltage. Similar to [30], we also adopt the time interval of equal discharge voltage difference (TIEDVD) as an indirect HI in each cycle. As shown in Figure 3, the Li-ion battery discharge time becomes shorter with each cycle. Due to the discrete monitoring time, the TIEDVD HI in theτthcycle can be defined as:
HI(τ)=max(T(τ))−min(T(τ)),τ=1,2,,k
whereT(τ)is the voltage measurement time aggregation of theτth cycle in the predefined discharge voltage range. The voltage range (Figure 3) contains Vmax (upper limit) and Vmin (lower limit). So, the HI series can be described as:
HI={HI(1),HI(2),,HI(k)}
However, the literature [30] did not give the specific principle of discharge voltage range selection and the mapping relationship between the constructed HI and Li-ion battery capacity. Hence, in order to solve these problems, this paper utilizes the Spearman correlation coefficient method [31] to analyze and predefine the discharge voltage range. Spearman correlation analysis does not have specific data conditions, in contrast to two other correlation analysis methods (Person and Kendall). Then, the polynomial fitting method is used to analyze the correlation character [32] and establish the mapping relationship. Finally, the indirect HI construction framework can be summarized as follows:
Step 1: Acquire and preprocess the voltage measurements in each discharge cycle;
Step 2: Predefine the Vmax and Vmin, then use Equation (2) to calculate the HI of each cycle, and gain the HI series, as shown in Equation (3);
Step 3: Utilize Spearman method to calculate and analyze the correlation coefficient between the HI series and the Li-ion battery capacity series. If the correlation coefficient meets the demand, perform the next step. Otherwise, repeat Steps 2 and 3;
Step 4: Use the polynomial fitting method to build the mapping relationship between the HI and the Li-ion battery capacity.
3.2. DLSTM for RUL Prognosis
In this section, the LSTM [33] is introduced for Li-ion battery RUL prognosis. Compared with the recurrent neural network (RNN), the LSTM adds a memory cell structure which can solve the vanishing gradient problem and the exploding gradient problem. The LSTM is more suitable for time series prediction.
The basic LSTM architecture predictor is shown in Figure 4. Here,xtis the input at the current time step,ht−1stands for the output at the previous time step, andCt−1is the cell memory at the previous time step;htstands for the output at the current time step, andCt is the cell memory at the current time step. The red line (Figure 4) can maintain information transfer and not change the information through the whole cell state, which is the key to LSTM. The LSTM mainly contains a forget gate, input gate, input node, and output gate.
The forget gate is important; it can decide which information is discarded. For Li-ion battery RUL prognosis, the forget gate can discard some previous redundant information which does not influence the prediction result of next time step. The input gate and input node can determine which new information is stored. The output can realize the information output. Therefore, according to Figure 4, the essential formulas of LSTM are expressed as follows:
ft=σ(Wf⋅[ht−1,xt]+bf)
it=σ(Wi⋅[ht−1,xt]+bi)
C˜t=tanh(WC⋅[ht−1,xt]+bC)
Ct=ft∗Ct−1+it∗C˜t
ot=σ(Wo⋅[ht−1,xt]+bo)
ht=ot∗tanh(Ct)
whereσis the sigmoid function;Wf,Wi,WCandWoare weight matrices;bf,bi,bCandboare bias vectors.
When the LSTM is applied for Li-ion battery RUL prognosis, there are three problems. First, the traditional gradient descent methods, such as stochastic gradient descent (SGD), mini batch gradient descent, and RMSprop, cannot guarantee rapid convergence. They are also not suitable for on-line RUL prognosis. The second problem is the overfitting phenomenon. The last problem is dynamic prediction with high accuracy.
In order to solve these problems associated with the deep learning in LSTM, this paper contributes three possible solutions. (1) Based on the resilient back-propagation algorithm [34] (Appendix A), this paper adopts the adaptive moment estimation (Adam) method [35] so that LSTM can have rapid convergence. The Adam method can avoid learning-rate loss, slow convergence, and significant change of loss function. The literature [35] has demonstrated that the Adam method can be applied for practical deep-learning problems, using large models and datasets. Therefore, we do not repeat it in this paper. (2) The L2 regularization method [36] is utilized to avoid overfitting. (3) Combining the incremental learning idea with the advantage of the forget gate, a dynamic long short-term memory neural network (DLSTM) is developed. The major steps of DLSTM for RUL prognosis can be summarized as follows:
Step 1: Partition the training data and test data according to the acquired indirect HI time series in Section 3.1. The training data is used as the input of DLSTM;
Step 2: In the process of forward propagation, calculate the six intermediate parametersft,it,C˜t,Ct,otandhtaccording to Equations (4)–(9);
Step 3: In the process of resilient back-propagation (as shown in Equations (A1)–(A7)), add the L2 regularization method to avoid overfitting, and utilize the Adam method to update the matricesWf,Wi,WC, andWo, and the bias vectorsbf,bi,bC, andbo;
Step 4: Output the next five prediction values;
Step 5: Use the acquired mapping relationship to transfer the prediction values to battery capacity;
Step 6: If the predicted values exceed the failure threshold, perform the next step. If not, add five new prediction values to the training data, update the neural network structure dynamically, and repeat Steps 2–6;
Step 7: Output the predicted RUL of Li-ion battery.
3.3. Evaluation Criterion
In this paper, root mean square error (RMSE), mean absolute error (MAE), and RUL predicted error (RULerror) are used to evaluate the prediction performance:
RMSE=1t∑i=1t(yi−f(xi))2
MAE=1t∑i=1t‖yi−f(xi)‖
RULerror=RULpredict−RULtrue
whereyiis the real value andf(xi)is the predicted value;RULpredictis the predicted RUL, andRULtrueis the true RUL.
4. Verification 4.1. Indirect HI Construction
In this section, the #5 satellite Li-ion battery (as described in Section 2.1) is used and handled to verify the proposed method of this paper.
Firstly according to Steps 1–3 in Section 3.1, the upper and lower limit voltages are set 3.8 V and 3.41 V respectively. Figure 5a,b gives the Li-ion battery capacity and indirect HI series curves. From the two figures, it is shown that the constructed indirect HI is very similar to Li-ion battery capacity, and the Spearman correlation coefficient between indirect HI series and Li-ion battery capacity series is equal to 0.9991. The result of Figure 5c also verifies the higher correlation. Finally, the mapping relationship between indirect HI and Li-ion battery capacity is obtained by the polynomial fitting method. The specific mapping relationship can be expressed as a linear function; the parameters are, respectively, 0.0005 and 0.7193. According to the two parameters, the transfer result of indirect HI can be seen in Figure 5d.
Therefore, the constructed indirect HI can replace Li-ion battery capacity for on-line RUL prognosis.
4.2. Li-Ion Battery RUL Prognosis
In this section, the constructed indirect HI series is divided into two parts: the 1 to 81 series data is training data; the remaining data is used as testing data.
Firstly, the neuron, the factor for dropping the learning rate, and the factor for L2 regularization (three major parameters of DLSTM) are set as 200, 0.3, and 0.1 respectively. Then, the proposed DLSTM, LSTM, ANN, and ARMA are used to predict the indirect HI series respectively. Finally, the prediction results of four methods are transferred to Li-ion battery capacity using the mapping relationship (in Section 4.1), and the RUL is calculated according to the failure threshold (described in Section 2.2).
Figure 6a–d show the RUL prognosis processes of four methods; the prediction performance comparison of four methods is listed in Table 1. Comparing Figure 6a,b, the proposed DLSTM has better dynamic performance than LSTM, and the error of RUL is very small. From Figure 6a–d and Table 2, it can be seen that the RMSE, MAE, andRULerrorof DLSTM are better than LSTM, ANN and ARMA.
To summarize, the proposed DLSTM method based on indirect HI has good dynamic performance, and is more suitable for satellite Li-ion battery long-term RUL prognosis.
5. Conclusions
Considering the unmeasured satellite Li-ion battery capacity and dynamic demand of RUL prognosis, a DLSTM-based, indirect RUL prognosis method is provided in this paper. This method can extract an indirect HI which can replace battery capacity and realize Li-ion battery on-line RUL prognosis. The verification results on NASA #5 battery data sets demonstrate the feasibility and effectiveness of the proposed method.
However, the operation conditions and environment are constant in this paper. The Li-ion battery RUL, based on different operations and environments, will be considered in future research. Furthermore, the management of uncertainties is also important for the PHM of Li-ion battery. Its main purpose is to analyze the influence of various uncertainties, and provide a confidence coefficient for predictions. In future, Bayesian theory, particle filter, or other uncertainty technologies will be considered and added to realize the management of uncertainties of Li-ion batteries.
Author Contributions
Cunsong Wang provided methodology, validation and writing-original draft preparation; Ningyun Lu gave conceptualization, writing-review & editing and supervision; Senlin Wang carried out the investigation; Yuehua Cheng and Bin Jiang provided funding support.
Funding
This research was funded by Nature Science Foundation of China under Grant 61873122 and 61673206; Equipment Pre-research National Defense Science Technology Key Laboratory Foundation under Grant 61422080307; Key Laboratory of Spacecraft Fault Diagnosis and Maintenance on Orbit; Postgraduate Research & Practice Innovation Program of Jiangsu Province under Grant KYCX18_0300.
Conflicts of Interest
The authors declare no conflict of interest.
Appendix A
Here, we give the brief resilient back-propagation calculation process of LSTM. Firstly, we define:
W⋅st=[WfWiWCWo]⋅st=[WfhWfxbfWihWixbiWChWCxbCWohWoxbo]⋅[ht−1xt1]
Then, we assume∂Et∂ht=δht, whereEt is the error at time t. Next, we will calculate the gradient of LSTM (orderly solve as shown in Figure A1).δotandδotare acquired by Equation (A2);δft,δit,δC˜tandδCt−1acquired by Equation (A3);δWf,δWi,δWCandδWoare acquired by Equations (A4) and (A5). Therefore, the total gradient can be summarized as Equation (A6). Finally, the matrixWcan be updated as Equation (A7).
δot=∂Et∂ot=δht⊙tanh(Ct)δCt=∂Et∂Ct=δhit⊙ot⊙[1−tanh2(Ct)]
δft=∂Et∂ft=δCt⊙Ct−1δit=∂Et∂it=δCt⊙C˜tδCt−1=∂Et∂Ct−1=δCt⊙ftδC˜t=∂Et∂C˜it=δCt⊙it
∂Et∂Wf=[δft⊙ft⊙(1−ft)]⊗(st)T∂Et∂Wi=[δit⊙it⊙(1−it)]⊗(st)T∂Et∂Wo=[δot⊙ot⊙(1−ot)]⊗(st)T∂Et∂WC=[δC˜t⊙(1−(C˜t)2)]⊗(st)T
∂Et∂W=[δft⊙ft⊙(1−ft)δit⊙it⊙(1−it)δot⊙ot⊙(1−ot)δC˜t⊙(1−(C˜t)2)]⊗(st)T
∂E∂W=∑t=0T∂Et∂W
W=W−η∂E∂W
Figure A1.Back-propagation errors of four different stages.
Figure A1.Back-propagation errors of four different stages.
1. Song, Y.; Liu, D.; Yang, C.; Peng, Y. Data-driven hybrid remaining useful life estimation approach for spacecraft lithium-ion battery. Microelectron. Reliab. 2017, 75, 142–153.
2. Vetter, J.; Novák, P.; Wagner, M.R.; Veit, C.; Möller, K.C. Ageing mechanisms in lithium-ion batteries. J. Power Sources 2005, 147, 269–281.
3. Javed, K.; Gouriveau, R.; Zerhouni, N. State of the art and taxonomy of prognostics approaches, trends of prognostics applications and open issues towards maturity at different technology readiness levels. Mech. Syst. Signal Process. 2017, 94, 214–236.
4. 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.
5. Zhou, H.W.; Huang, J.Q.; Lu, F. Reduced kernel recursive least squares algorithm for aero-engine degradation prediction. Mech. Syst. Signal Process. 2017, 95, 446–467.
6. Wang, X.; Jiang, B.; Lu, N.; Cocquempot, V. Accurate prediction of RUL under uncertainty conditions: Application to the traction system of a high-speed train. In Proceedings of the 10th IFAC Symposium on Fault Detection, Supervision and Safety for Technical Processes, IFAC Safe Process 2018, Warsaw, Poland, 29–31 August 2018.
7. Sauer, D.U.; Wenzl, H. Comparison of different approaches for lifetime prediction of electrochemical systems—Using lead-acid batteries as example. J. Power Sources 2008, 176, 534–546.
8. Remmlinger, J.; Buchholz, M.; Soczka-Guth, T.; Dietmayer, K. On-board state-of-health monitoring of lithium-ion batteries using linear parameter-varying models. J. Power Sources 2013, 239, 689–695.
9. Zheng, X.J.; Fang, H.J. An integrated unscented kalman filter and relevance vector regression approach for lithium-ion battery remaining useful life and short-term capacity prediction. Reliab. Eng. Syst. Saf. 2015, 144, 74–82.
10. Plett, G.L. Extended Kalman filtering for battery management systems of LiPB-based HEV battery packs. J. Power Sources 2004, 134, 252–261.
11. Wei, J.W.; Dong, G.Z.; Chen, Z.H. 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.
12. Li, D.Z.; Wang, W.; Ismail, F. A mutated particle filter technique for system state estimation and battery life prediction. IEEE Trans. Instrum. Meas. 2014, 63, 2034–2043.
13. Miao, Q.; Xie, L.; Cui, H.; Liang, W.; Pecht, M. Remaining useful life prediction of lithium-ion battery with unscented particle filter technique. Microelectron. Reliab. 2013, 53, 805–810.
14. 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.
15. Su, X.; Wang, S.; Pecht, M.; Zhao, L.; Ye, Z. Interacting multiple model particle filter for prognostics of lithium-ion batteries. Microelectron. Reliab. 2017, 70, 59–69.
16. Long, B.; Xian, W.; Jiang, L.; Liu, Z. An improved autoregressive model by particle swarm optimization for prognostics of lithium-ion batteries. Microelectron. Reliab. 2013, 53, 821–831.
17. Liu, J.; Saxena, A.; Goebel, K.; Saha, B.; Wang, W. An adaptive recurrent neural network for remaining useful life prediction of Lithium-ion batteries. In Proceedings of the Annual Conference of the Prognostics and Health Management Society 2010 (PHM 2010), Portland, OR, USA, 13–16 October 2010.
18. Chaoui, H.; Ibe-Ekeocha, C.C.; Gualous, H. Aging prediction and state of charge estimation of a LiFePO4 battery using input time-delayed neural networks. Electr. Power Syst. Res. 2017, 146, 189–197.
19. Xia, B.; Cui, D.; Sun, Z.; Lao, Z.; Zhang, R.; Wang, W.; Sun, W.; Lai, Y.; Wang, M. State of charge estimation of lithium-ion batteries using optimized Levenberg-Marquardt wavelet neural network. Energy 2018, 153, 694–705.
20. Liu, D.; Zhou, J.; Pan, D.; Peng, Y.; Peng, X. Lithium-ion battery remaining useful life estimation with an optimized relevance vector machine algorithm with incremental learning. Measurement 2015, 63, 143–151.
21. Zhou, Y.; Huang, M.; Chen, Y.; Tao, Y. A novel health indicator for on-line lithium-ion batteries remaining useful life prediction. J. Power Sources 2016, 321, 1–10.
22. Ng, S.S.Y.; Xing, Y.; Tsui, K.L. A naive Bayes model for robust remaining useful life prediction of lithium-ion battery. Appl. Energy 2014, 118, 114–123.
23. Cheng, Y.; Lu, C.; Li, T.; Tao, L. Residual lifetime prediction for lithium-ion battery based on functional principal component analysis and Bayesian approach. Energy 2015, 90, 1983–1993.
24. Yang, D.; Zhang, X.; Pan, R.; Wang, Y.; Chen, Z. A novel Gaussian process regression model for state-of-health estimation of lithium-ion battery using charging curve. J. Power Sources 2018, 384, 387–395.
25. Saha, B.; Goebel, K. Battery Data Set, NASA Ames Prognostics Data Repository; NASA Ames: Moffett Field, CA, USA, 2007. Available online: https://ti.arc.nasa.gov/tech/dash/groups/pcoe/prognostic-data-repository/ (accessed on 5 March 2018).
26. Lu, L.; Han, X.; Li, J.; Hua, J.; Ouyang, M. A review on the key issues for lithium-ion battery management in electric vehicles. J. Power Sources 2013, 226, 272–288.
27. Rong, P.; Pedram, M. An analytical model for predicting the remaining battery capacity of Lithium-Ion batteries. IEEE Trans. Very Large Scale Integr. Syst. 2006, 14, 441–451.
28. Goebel, K.; Saha, B.; Saxena, A.; Celaya, J.R. Prognostics in battery health management. IEEE Instrum. Meas. Mag. 2008, 11, 33–40.
29. Tang, X.; Zou, C.; Yao, K.; Chen, G.; Liu, B.; He, Z.; Gao, F. A fast estimation algorithm for lithium-ion battery state of health. J. Power Sources 2018, 396, 453–458.
30. Liu, D.; Wang, H.; Peng, Y.; Xie, W.; Liao, H. Satellite Lithium-Ion battery remaining cycle life prediction with novel indirect health indicator extraction. Energies 2013, 6, 3654–3668.
31. Gautheir, T.D. Detecting trends using spearman’s rank correlation coefficient. Environ. Forensics 2001, 2, 359–362.
32. Elaheh, A.; Mehmed, K. SOM-based partial labeling of imbalanced data stream. Neurocomputing 2017, 262, 120–133.
33. Gers, F.A.; Schmidhuber, J.; Cummins, F. Learning to forget: Continual prediction with LSTM. In Proceedings of the 9th International Conference on Artificial Neural Networks, (ICANN’99), Edinburgh, UK, 7–10 September 1999; pp. 850–855.
34. Riedmiller, M.; Braun, H. A direct adaptive method for faster backpropagation learning: The RPROP algorithm. Chem. Prod. Process Model. 1993, 6, 586–591.
35. Kingma, D.; Ba, J.L. Adam: A method for stochastic optimization. arXiv, 2014; arXiv:1412.6980.
36. Tikhonov, A.N. On the stability of inverse problems. Dolklady Akademii Nauk SSSR 1943, 39, 195–198.
1College of Automation Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing 211106, China
2Quanzhou Institute of Equipment Manufacturing Haixi Institutes, Chinese Academy of Science, Quanzhou 362200, China
3College of Astronautics, Nanjing University of Aeronautics and Astronautics, Nanjing 210016, China
*Author to whom correspondence should be addressed.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2018. This work is licensed under https://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
On-line remaining-useful-life (RUL) prognosis is still a problem for satellite Lithium-ion (Li-ion) batteries. Meanwhile, capacity, widely used as a health indicator of a battery (HI), is inconvenient or even impossible to measure. Aiming at practical and precise prediction of the RUL of satellite Li-ion batteries, a dynamic long short-term memory (DLSTM) neural-network-based indirect RUL prognosis is proposed in this paper. Firstly, an indirect HI based on the Spearman correlation analysis method is extracted from the battery discharge voltages, and the relationship between the indirect HI indices and battery capacity is established using a polynomial fitting method. Then, by integrating the Adam method, L2 regularization method, and incremental learning, a DLSTM method is proposed and applied for Li-ion battery RUL prognosis. Finally, verification of the results on NASA #5 battery data sets demonstrates that the proposed method has better dynamic performance and higher accuracy than the three other popular methods.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer