A Review on Battery Model-Based and Data-Driven Methods for Battery Management Systems
Abstract
:1. Introduction
2. Equivalent Electrical Circuit Models
2.1. Simple Battery Model
2.2. Equivalent Electrical Circuit—1RC
2.3. Equivalent Electrical Circuit—nRC
2.4. General Non-Linear Model
2.5. RC Equivalent Model
3. State of Charge and Temperature Evaluation
3.1. Thermal Model
3.2. Kinetic Battery Model
4. Data-Driven Models
- Artificial Neural Networks (ANNs): ANNs are a type of machine learning algorithm that is inspired by the structure and function of the human brain (Figure 12). They consist of interconnected nodes or neurons that process and transmit information. ANNs are well suited for battery modeling as they can handle complex relationships between input and output variables. One specific application of ANNs in battery modeling is the state of charge (SOC) estimation. SOC is a critical parameter for battery management as it represents the amount of charge remaining in a battery and is crucial for determining its performance and lifespan. ANNs are particularly well suited for SOC estimation as they can handle complex relationships between input variables, such as voltage, current, and temperature, and the output variable of SOC. The training process involves feeding the ANN with a large dataset of input–output pairs, where the input variables represent the battery’s operating conditions and the output variable is the corresponding SOC value. The ANN then learns the relationship between the input and output variables and creates a mathematical model to predict the SOC for new input data accurately. This model can then be used in real-time to estimate the SOC of a battery based on its current operating conditions. One advantage of using ANNs for SOC estimation is their ability to handle non-linear relationships between input and output variables. This is particularly useful for batteries as their behavior can be highly non-linear and dependent on various factors such as temperature and aging. Moreover, ANNs can also be trained to account for different battery chemistries, making them versatile for use with different types of batteries. This is important as different battery chemistries have different charge–discharge characteristics, and an accurate SOC estimation model must consider this. Neural networks have recently been used in several works to evaluate the SOC parameter of batteries. Table 1 summarizes the various results.
Method | Inputs | Error |
---|---|---|
Multi-layer BPNN [59] | - | Relative error: <4.5% |
BPNN-BSA [60] | , , | RMSE at 25 °C: 0.81% for DST, for 0.91% for FUDS |
Single hidden layer FNN with PCA [61] | , | MSE: 0.004% at 25 °C |
Two hidden layer FNN [62] | , , | Max. RMSE: 1.75% |
Two hidden layer FNN with EKF for charging SoC estimation [63] | , | 1.62% RMSE using UDDS vehicle dynamic profile |
DFNN [64] | , , , | MAE: 1.10% at 25 °C |
Hierarchical ensemble ELM [65] | VVTI during CC part of charging and discharging profile | RMSE: 1.26% |
ASO-ELM for series-connected battery pack [66] | , , capacity | RMSE: 0.007 |
LSTM-CNN [67] | , , , , | RMSE: 1.35% |
GRU-CNN with Kalman filter [68] | , | Max RMSE: 0.385% |
- 2.
- Support Vector Machines (SVMs): SVMs are supervised learning algorithms that can be used for classification and regression tasks. They work by finding the optimal hyperplane that separates data points into different classes or predicts a continuous output variable (Figure 13). SVMs are effective for battery modeling as they can handle high-dimensional data and non-linear relationships. In battery SOC estimation, SVMs can be trained using a dataset of input variables such as voltage, current, temperature, and corresponding SOC values. The SVM then finds the hyperplane that can best separate the data points and create a model that can accurately predict the SOC for new input data. Additionally, SVMs have a robust generalization ability, meaning they can perform well on unseen data. This is important for battery SOC estimation as the model needs to accurately predict the SOC for various operating conditions, not just the ones it was trained on. Furthermore, SVMs effectively handle noisy data, which is common in battery systems due to external factors such as sensor errors or variations in battery chemistry. By accounting for noise in the training process, SVMs can create a more accurate SOC estimation model. Table 2 shows a summary of the works in which SVM was used for SoC estimation.
Method | Inputs | Error |
---|---|---|
LS-SVM with AUKF [69] | , | Absolute error: <3% |
SVR with double search-optimized hyper-parameters [70] | , , Power | Max. MSE: 2.23% |
Classification SVR with PCA [44] | - | MSE: 0.00495% |
SVR with PSO optimized hyperparameters [71] | , , | Average estimation error: 1.5% |
LS-SVM [72] | , , SoH | Max. Error: <2% |
Online SVR [73] | - | RMSE: 0.0172 |
- 3.
- Decision Trees: Decision trees are supervised learning algorithms that use a tree-like structure to make predictions based on a series of if-then rules. They are handy for battery modeling as they can handle numerical and categorical data and easily handle variables’ interactions.
- 4.
- Random Forests: Random forests are an ensemble learning technique that combines multiple decision trees to make predictions. They create many decision trees and use the average prediction from all the trees to make the final prediction. Random forests are useful for battery modeling as they can handle high-dimensional data and reduce overfitting.
- 5.
- Gaussian Processes (GPs): Gaussian processes are a probabilistic machine learning technique that can be used for regression tasks [74,75]. They work by modeling the relationship between input and output variables as a Gaussian distribution, allowing for uncertainty in the predictions. Since the forecast is based on a Gaussian distribution, the forecast can be improved using adaptive fitting [76]. The typical trend of a GPR model is illustrated in Figure 14.Gaussian processes are helpful for battery modeling as they can handle noisy and sparse data. GPs are a powerful machine learning technique that can be used for battery SOC estimation. One advantage of using GPs for SOC estimation is their ability to handle non-linear relationships between input and output variables. Batteries exhibit non-linear behavior due to aging, temperature, and discharge rate. Traditional linear models need help to capture these complexities, leading to inaccurate SOC estimations. GPs, on the other hand, can capture these non-linear relationships and provide more accurate predictions. Another significant advantage of GPs is their ability to estimate uncertainty for their predictions. This is crucial for battery management as it allows for more informed decision-making. Batteries are subject to various uncertainties, such as measurement errors and environmental factors, which can affect their performance and lead to potential failures. By considering the uncertainty in the SOC estimation, battery management systems can take appropriate actions to prevent failures and ensure optimal battery performance.
- 6.
- Fuzzy Logic: Fuzzy logic is another popular approach for battery SOC estimation. Fuzzy logic is a mathematical framework that can handle imprecise and uncertain information, making it well suited for battery systems that exhibit non-linear and uncertain behavior. In fuzzy logic, input variables such as voltage, current, and temperature are mapped to linguistic terms such as “low”, “medium”, and “high”. These terms are then used to define fuzzy sets, which represent the different states of the battery. The rules for how these input variables affect the SOC are defined using expert knowledge and experience. The fuzzy logic system then takes in the linguistic inputs and uses these rules to calculate the SOC. One advantage of this approach is its ability to handle imprecise and uncertain inputs. Batteries often experience variations in their behavior due to aging and environmental conditions. Fuzzy logic can account for these uncertainties and provide more accurate SOC estimations. Another advantage of fuzzy logic is its interpretability. The rules used in the fuzzy logic system can be easily understood by humans, making it easier to validate and improve the model. This is particularly useful for battery management systems, where it is essential to understand clearly how the SOC estimation is calculated. However, one limitation of fuzzy logic is that it relies heavily on expert knowledge and assumptions about the data. This can be a disadvantage in cases where the data is complex and cannot be easily captured by simple rules. Additionally, fuzzy logic may need help handling large datasets, as it requires significant computational resources to process linguistic inputs and apply rules.
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Schmitt, J.; Horstkötter, I.; Bäker, B. Electrical lithium-ion battery models based on recurrent neural networks: A holistic approach. J. Energy Storage 2023, 58, 106461. [Google Scholar] [CrossRef]
- Krishnamoorthy, U.; Gandhi Ayyavu, P.; Panchal, H.; Shanmugam, D.; Balasubramani, S.; Al-rubaie, A.J.; Al-khaykan, A.; Oza, A.D.; Hembrom, S.; Patel, T.; et al. Efficient Battery Models for Performance Studies-Lithium Ion and Nickel Metal Hydride Battery. Batteries 2023, 9, 52. [Google Scholar] [CrossRef]
- Çorapsiz, M.R.; Kahveci, H. A study on Li-ion battery and supercapacitor design for hybrid energy storage systems. Energy Storage 2023, 5, e386. [Google Scholar] [CrossRef]
- Shin, J.; Kim, W.; Yoo, K.; Kim, H.; Han, M. Vehicular level battery modeling and its application to battery electric vehicle simulation. J. Power Sources 2023, 556, 232531. [Google Scholar] [CrossRef]
- Navas, S.J.; González, G.C.; Pino, F.; Guerra, J. Modelling Li-ion batteries using equivalent circuits for renewable energy applications. Energy Rep. 2023, 9, 4456–4465. [Google Scholar] [CrossRef]
- Quelin, A.; Damay, N. Coupling electrical parameters of a battery equivalent circuit model to electrodes dimensions. J. Power Sources 2023, 561, 232690. [Google Scholar] [CrossRef]
- Canova, A.; Campanelli, F.; Quercio, M. Flywheel Energy Storage System in Italian Regional Transport Railways: A Case Study. Energies 2022, 15, 1096. [Google Scholar] [CrossRef]
- Pillai, P.; Nguyen, J.; Balasingam, B. Performance analysis of empirical open-circuit voltage modeling in lithium ion batteries, part-1: Performance measures. arXiv 2023, arXiv:2306.16542. [Google Scholar]
- Hassini, M.; Redondo-Iglesias, E.; Venet, P. Second-Life Batteries Modeling for Performance Tracking in a Mobile Charging Station. World Electr. Veh. J. 2023, 14, 94. [Google Scholar] [CrossRef]
- Petri, E.; Reynaudo, T.; Postoyan, R.; Astolfi, D.; Nesic, D.; Rael, S. State estimation of an electrochemical lithium-ion battery model: Improved observer performance by hybrid redesign. arXiv 2023, arXiv:2304.09680. [Google Scholar]
- Wang, J.; Gao, S.; Zhu, J.; Mao, J. Thermal performance analysis and burning questions of refrigerant direct cooling for electric vehicle battery. Appl. Therm. Eng. 2023, 232, 121055. [Google Scholar] [CrossRef]
- Choi, W.; Shin, H.C.; Kim, J.M.; Choi, J.Y.; Yoon, W.S. Modeling and applications of electrochemical impedance spectroscopy (EIS) for lithium-ion batteries. J. Electrochem. Sci. Technol. 2020, 11, 1–13. [Google Scholar] [CrossRef]
- Tran, M.K.; DaCosta, A.; Mevawalla, A.; Panchal, S.; Fowler, M. Comparative study of equivalent circuit models performance in four common lithium-ion batteries: LFP, NMC, LMO, NCA. Batteries 2021, 7, 51. [Google Scholar] [CrossRef]
- Kroeze, R.C.; Krein, P.T. Electrical battery model for use in dynamic electric vehicle simulations. In Proceedings of the 2008 IEEE Power Electronics Specialists Conference, Rhodes, Greece, 15–19 June 2008; IEEE: Piscataway, NJ, USA, 2008; pp. 1336–1342. [Google Scholar]
- Chen, M.; Rincon-Mora, G.A. Accurate electrical battery model capable of predicting runtime and IV performance. IEEE Trans. Energy Convers. 2006, 21, 504–511. [Google Scholar] [CrossRef]
- Fotouhi, A.; Auger, D.J.; Propp, K.; Longo, S.; Wild, M. A review on electric vehicle battery modelling: From Lithium-ion toward Lithium–Sulphur. Renew. Sustain. Energy Rev. 2016, 56, 1008–1021. [Google Scholar] [CrossRef]
- Bibin, C.; Vijayaram, M.; Suriya, V.; Ganesh, R.S.; Soundarraj, S. A review on thermal issues in Li-ion battery and recent advancements in battery thermal management system. Mater. Today Proc. 2020, 33, 116–128. [Google Scholar] [CrossRef]
- Tran, M.K.; Mathew, M.; Janhunen, S.; Panchal, S.; Raahemifar, K.; Fraser, R.; Fowler, M. A comprehensive equivalent circuit model for lithium-ion batteries, incorporating the effects of state of health, state of charge, and temperature on model parameters. J. Energy Storage 2021, 43, 103252. [Google Scholar] [CrossRef]
- Hallmann, M.; Wenge, C.; Komarnicki, P.; Balischewski, S. Methods for lithium-based battery energy storage SOC estimation. Part I: Overview. Arch. Electr. Eng. 2022, 71, 139–157. [Google Scholar]
- Xiao, R.; Hu, Y.; Jia, X.; Chen, G. A novel estimation of state of charge for the lithium-ion battery in electric vehicle without open circuit voltage experiment. Energy 2022, 243, 123072. [Google Scholar] [CrossRef]
- Solomon, O.O.; Zheng, W.; Chen, J.; Qiao, Z. State of charge estimation of Lithium-ion battery using an improved fractional-order extended Kalman filter. J. Energy Storage 2022, 49, 104007. [Google Scholar] [CrossRef]
- Lai, X.; Wang, S.; Ma, S.; Xie, J.; Zheng, Y. Parameter sensitivity analysis and simplification of equivalent circuit model for the state of charge of lithium-ion batteries. Electrochim. Acta 2020, 330, 135239. [Google Scholar] [CrossRef]
- Adaikkappan, M.; Sathiyamoorthy, N. Modeling, state of charge estimation, and charging of lithium-ion battery in electric vehicle: A review. Int. J. Energy Res. 2022, 46, 2141–2165. [Google Scholar] [CrossRef]
- Madani, S.S.; Schaltz, E.; Knudsen Kær, S. An electrical equivalent circuit model of a lithium titanate oxide battery. Batteries 2019, 5, 31. [Google Scholar] [CrossRef]
- Soltani, M.; Beheshti, S.H. A comprehensive review of lithium ion capacitor: Development, modelling, thermal management and applications. J. Energy Storage 2021, 34, 102019. [Google Scholar] [CrossRef]
- Chen, W.; Liang, J.; Yang, Z.; Li, G. A review of lithium-ion battery for electric vehicle applications and beyond. Energy Procedia 2019, 158, 4363–4368. [Google Scholar] [CrossRef]
- Liu, X.; Li, W.; Zhou, A. PNGV equivalent circuit model and SOC estimation algorithm for lithium battery pack adopted in AGV vehicle. IEEE Access 2018, 6, 23639–23647. [Google Scholar] [CrossRef]
- Canova, A.; Giaccone, L.; Quercio, M. A proposal for performance evaluation of low frequency shielding efficiency. In Proceedings of the CIRED 2021—The 26th International Conference and Exhibition on Electricity Distribution, Online, 20–23 September 2021; Volume 2021, pp. 935–939. [Google Scholar] [CrossRef]
- Canova, A.; Quercio, M. A Shielding System Proposal for the Cabling of Electric Glass Melters. IEEE Open J. Ind. Appl. 2023, 4, 1–10. [Google Scholar] [CrossRef]
- Von Srbik, M.T. Advanced Lithium-Ion Battery Modelling for Automotive Applications. Ph.D. Thesis, Imperial College London, London, UK, 2015. [Google Scholar]
- Smith, K.A. Electrochemical Modeling, Estimation and Control of Lithium Ion Batteries. Ph.D. Thesis, Pennsylvania University, Philadelphia, PA, USA, 2007. [Google Scholar]
- Camas-Náfate, M.; Coronado-Mendoza, A.; Vega-Gómez, C.J.; Espinosa-Moreno, F. Modeling and Simulation of a Commercial Lithium-Ion Battery with Charge Cycle Predictions. Sustainability 2022, 14, 14035. [Google Scholar] [CrossRef]
- Yang, Y.; Bremner, S.; Menictas, C.; Kay, M. Modelling and optimal energy management for battery energy storage systems in renewable energy systems: A review. Renew. Sustain. Energy Rev. 2022, 167, 112671. [Google Scholar] [CrossRef]
- Divya, K.; Østergaard, J. Battery energy storage technology for power systems—An overview. Electr. Power Syst. Res. 2009, 79, 511–520. [Google Scholar] [CrossRef]
- Rodrigues, E.; Osório, G.; Godina, R.; Bizuayehu, A.; Lujano-Rojas, J.; Matias, J.; Catalão, J. Modelling and sizing of NaS (sodium sulfur) battery energy storage system for extending wind power performance in Crete Island. Energy 2015, 90, 1606–1617. [Google Scholar] [CrossRef]
- ostigov. PNGV Battery Test Manual; USDOE Assistant Secretary for Energy Efficiency and Renewable Energy: Washington, DC, USA, 1997. [CrossRef]
- Johnson, V. Battery performance models in ADVISOR. J. Power Sources 2002, 110, 321–329. [Google Scholar] [CrossRef]
- Razi, M.F.I.M.; Daud, Z.H.C.; Asus, Z.; Mazali, I.I.; Ardani, M.I.; Hamid, M.K.A. Li-NMC Battery Internal Resistance at Wide Range of Temperature. J. Adv. Res. Fluid Mech. Therm. Sci. 2022, 99, 9–16. [Google Scholar]
- Anseán, D.; González, M.; Viera, J.C.; Garcia, V.M.; Alvarez, J.C.; Blanco, C. Electric vehicle Li-Ion battery evaluation based on internal resistance analysis. In Proceedings of the 2014 IEEE Vehicle Power and Propulsion Conference (VPPC), Coimbra, Portugal, 27–30 October 2014; IEEE: Piscataway, NJ, USA, 2014; pp. 1–6. [Google Scholar]
- Singirikonda, S.; Obulesu, Y. Battery modelling and state of charge estimation methods for Energy Management in Electric Vehicle-A review. IOP Conf. Ser. Mater. Sci. Eng. 2020, 937, 012046. [Google Scholar] [CrossRef]
- He, H.; Xiong, R.; Fan, J. Evaluation of lithium-ion battery equivalent circuit models for state of charge estimation by an experimental approach. Energies 2011, 4, 582–598. [Google Scholar] [CrossRef]
- Zhang, W.; Lu, Y.; Wan, L.; Zhou, P.; Xia, Y.; Yan, S.; Chen, X.; Zhou, H.; Dong, H.; Liu, K. Engineering a passivating electric double layer for high performance lithium metal batteries. Nat. Commun. 2022, 13, 2029. [Google Scholar] [CrossRef] [PubMed]
- Meng, J.; Luo, G.; Ricco, M.; Swierczynski, M.; Stroe, D.I.; Teodorescu, R. Overview of lithium-ion battery modeling methods for state-of-charge estimation in electrical vehicles. Appl. Sci. 2018, 8, 659. [Google Scholar] [CrossRef]
- Xuan, L.; Qian, L.; Chen, J.; Bai, X.; Wu, B. State-of-Charge Prediction of Battery Management System Based on Principal Component Analysis and Improved Support Vector Machine for Regression. IEEE Access 2020, 8, 164693–164704. [Google Scholar] [CrossRef]
- Kalogiannis, T.; Hosen, M.S.; Sokkeh, M.A.; Goutam, S.; Jaguemont, J.; Jin, L.; Qiao, G.; Berecibar, M.; Van Mierlo, J. Comparative study on parameter identification methods for dual-polarization lithium-ion equivalent circuit model. Energies 2019, 12, 4031. [Google Scholar] [CrossRef]
- Brivio, C. Battery Energy Storage Systems: Modelling, Applications and Design Criteria. Master’s Thesis, Politecnico di Milano, Milano, Italy, 2017. [Google Scholar]
- Nutricato, R. Modelli Elettrici e Stima dei Parametri di Batterie al Litio. Master’s Thesis, Università Politecnica delle Marche, Ancona, Italy, 2021. [Google Scholar]
- Stolz, L.; Winter, M.; Kasnatscheew, J. Concentration Polarization in Batteries: Theory, Experimental Verification and Practical Relevance. Electrochem. Soc. Meet. Abstr. 2022, 241, 250. [Google Scholar] [CrossRef]
- Aung, H.; Low, K.S.; Soon, J.J. State-of-charge estimation using particle swarm optimization with inverse barrier constraint in a nanosatellite. In Proceedings of the 2015 IEEE 10th Conference on Industrial Electronics and Applications (ICIEA), Auckland, New Zealand, 15–17 June 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 1–6. [Google Scholar]
- Geng, Y.; Pang, H.; Liu, X. State-of-charge estimation for lithium-ion battery based on PNGV model and particle filter algorithm. J. Power Electron. 2022, 22, 1154–1164. [Google Scholar] [CrossRef]
- Gou, Y.; Han, X. Study of SOC dynamic estimation method of power lithium battery. IOP Conf. Ser. Mater. Sci. Eng. 2018, 452, 032057. [Google Scholar] [CrossRef]
- Yan, X.W.; Guo, Y.W.; Cui, Y.; Wang, Y.W.; Deng, H.R. Electric vehicle battery soc estimation based on gnl model adaptive kalman filter. J. Phys. Conf. Ser. 2018, 1087, 052027. [Google Scholar] [CrossRef]
- Xu, Y.; Hu, M.; Fu, C.; Cao, K.; Su, Z.; Yang, Z. State of charge estimation for lithium-ion batteries based on temperature-dependent second-order RC model. Electronics 2019, 8, 1012. [Google Scholar] [CrossRef]
- Nikolian, A.; Jaguemont, J.; De Hoog, J.; Goutam, S.; Omar, N.; Van Den Bossche, P.; Van Mierlo, J. Complete cell-level lithium-ion electrical ECM model for different chemistries (NMC, LFP, LTO) and temperatures (−5 °C to 45 °C)–Optimized modelling techniques. Int. J. Electr. Power Energy Syst. 2018, 98, 133–146. [Google Scholar] [CrossRef]
- Wang, Q.; Gao, T.; Li, X. SOC Estimation of Lithium-Ion Battery Based on Equivalent Circuit Model with Variable Parameters. Energies 2022, 15, 5829. [Google Scholar] [CrossRef]
- Kim, T.; Qiao, W. A hybrid battery model capable of capturing dynamic circuit characteristics and nonlinear capacity effects. IEEE Trans. Energy Convers. 2011, 26, 1172–1180. [Google Scholar] [CrossRef]
- Domingos, P. A few useful things to know about machine learning. Commun. ACM 2012, 55, 78–87. [Google Scholar] [CrossRef]
- Bishop, C.M.; Nasrabadi, N.M. Pattern Recognition and Machine Learning; Springer: Berlin/Heidelberg, Germany, 2006; Volume 4. [Google Scholar]
- Zhang, G.; Xia, B.; Wang, J. Intelligent state of charge estimation of lithium-ion batteries based on L-M optimized back-propagation neural network. J. Energy Storage 2021, 44, 103442. [Google Scholar] [CrossRef]
- Hannan, M.A.; Lipu, M.S.H.; Hussain, A.; Saad, M.H.; Ayob, A. Neural Network Approach for Estimating State of Charge of Lithium-Ion Battery Using Backtracking Search Algorithm. IEEE Access 2018, 6, 10069–10079. [Google Scholar] [CrossRef]
- Lipu, M.H.; Hannan, M.; Hussain, A. Feature selection and optimal neural network algorithm for the state of charge estimation of lithium-ion battery for electric vehicle application. Int. J. Renew. Energy Res. (IJRER) 2017, 7, 1700–1708. [Google Scholar]
- Bhattacharyya, H.S.; Choudhury, A.B.; Kumar Chanda, C. Performance Analysis of a Lithium-ion Battery Pack in EV Application Using an Auto-Upgraded Neural Network Model. In Proceedings of the 2019 8th International Conference on Power Systems (ICPS), Jaipur, India, 20–22 December 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Zhou, N.; Liang, H.; Cui, J.; Chen, Z.; Fang, Z. A Fusion-Based Method of State-of-Charge Online Estimation for Lithium-Ion Batteries Under Low Capacity Conditions. Front. Energy Res. 2021, 9, 790295. [Google Scholar] [CrossRef]
- Chemali, E.; Kollmeyer, P.J.; Preindl, M.; Emadi, A. State-of-charge estimation of Li-ion batteries using deep neural networks: A machine learning approach. J. Power Sources 2018, 400, 242–255. [Google Scholar] [CrossRef]
- Liu, W.; Xu, Y.; Feng, X. A Hierarchical and Flexible Data-Driven Method for Online State-of-Health Estimation of Li-Ion Battery. IEEE Trans. Veh. Technol. 2020, 69, 14739–14748. [Google Scholar] [CrossRef]
- Chin, C.S.; Gao, Z. State-of-Charge Estimation of Battery Pack under Varying Ambient Temperature Using an Adaptive Sequential Extreme Learning Machine. Energies 2018, 11, 711. [Google Scholar] [CrossRef]
- Song, X.; Yang, F.; Wang, D.; Tsui, K.L. Combined CNN-LSTM Network for State-of-Charge Estimation of Lithium-Ion Batteries. IEEE Access 2019, 7, 88894–88902. [Google Scholar] [CrossRef]
- Tian, J.; Xiong, R.; Shen, W.; Lu, J. State-of-charge estimation of LiFePO4 batteries in electric vehicles: A deep-learning enabled approach. Appl. Energy 2021, 291, 116812. [Google Scholar] [CrossRef]
- Meng, J.; Luo, G.; Gao, F. Lithium Polymer Battery State-of-Charge Estimation Based on Adaptive Unscented Kalman Filter and Support Vector Machine. IEEE Trans. Power Electron. 2016, 31, 2226–2238. [Google Scholar] [CrossRef]
- Hu, J.; Hu, J.; Lin, H.; Li, X.; Jiang, C.; Qiu, X.; Li, W. State-of-charge estimation for battery management system using optimized support vector machine for regression. J. Power Sources 2014, 269, 682–693. [Google Scholar] [CrossRef]
- Li, R.; Xu, S.; Li, S.; Zhou, Y.; Zhou, K.; Liu, X.; Yao, J. State of Charge Prediction Algorithm of Lithium-Ion Battery Based on PSO-SVR Cross Validation. IEEE Access 2020, 8, 10234–10242. [Google Scholar] [CrossRef]
- Song, Y.; Liu, D.; Liao, H.; Peng, Y. A hybrid statistical data-driven method for on-line joint state estimation of lithium-ion batteries. Appl. Energy 2020, 261, 114408. [Google Scholar] [CrossRef]
- Zhang, W.; Wang, W. Lithium-ion battery SoC estimation based on online support vector regression. In Proceedings of the 2018 33rd Youth Academic Annual Conference of Chinese Association of Automation (YAC), Nanjing, China, 18–20 May 2018; pp. 564–568. [Google Scholar] [CrossRef]
- Meng, J.; Boukhnifer, M.; Diallo, D. Comparative study of lithium-ion battery open-circuit-voltage online estimation methods. IET Electr. Syst. Transp. 2020, 10, 162–169. [Google Scholar] [CrossRef]
- Meng, J.; Boukhnifer, M.; Delpha, C.; Diallo, D. Incipient short-circuit fault diagnosis of lithium-ion batteries. J. Energy Storage 2020, 31, 101658. [Google Scholar] [CrossRef]
- Calandra, R.; Peters, J.; Rasmussen, C.E.; Deisenroth, M.P. Manifold Gaussian Processes for regression. In Proceedings of the 2016 International Joint Conference on Neural Networks (IJCNN), Vancouver, BC, Canada, 24–29 July 2016; pp. 3338–3345. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Lucaferri, V.; Quercio, M.; Laudani, A.; Riganti Fulginei, F. A Review on Battery Model-Based and Data-Driven Methods for Battery Management Systems. Energies 2023, 16, 7807. https://doi.org/10.3390/en16237807
Lucaferri V, Quercio M, Laudani A, Riganti Fulginei F. A Review on Battery Model-Based and Data-Driven Methods for Battery Management Systems. Energies. 2023; 16(23):7807. https://doi.org/10.3390/en16237807
Chicago/Turabian StyleLucaferri, Valentina, Michele Quercio, Antonino Laudani, and Francesco Riganti Fulginei. 2023. "A Review on Battery Model-Based and Data-Driven Methods for Battery Management Systems" Energies 16, no. 23: 7807. https://doi.org/10.3390/en16237807
APA StyleLucaferri, V., Quercio, M., Laudani, A., & Riganti Fulginei, F. (2023). A Review on Battery Model-Based and Data-Driven Methods for Battery Management Systems. Energies, 16(23), 7807. https://doi.org/10.3390/en16237807