Estimating the State of Health of Lithium-Ion Batteries: Comparing the Computational Cost and Precision of Kolmogorov-Arnold Networks and Multi-Layer Perceptron Artificial Neural Networks

Lithium-ion batteries are currently the primary energy storage for various devices, from smartphones to electric vehicles. Although this technology has numerous advantages over its predecessors, lithium batteries still have some points of concern. In an electric vehicle, the battery price accounts f...

Full description

Saved in:
Bibliographic Details
Published inMeeting abstracts (Electrochemical Society) Vol. MA2025-01; no. 5; p. 609
Main Authors Bueno, Reginaldo, Bianchi, Reinaldo, Giacomini, Renato
Format Journal Article
LanguageEnglish
Published The Electrochemical Society, Inc 11.07.2025
Online AccessGet full text
ISSN2151-2043
2151-2035
DOI10.1149/MA2025-015609mtgabs

Cover

Loading…
Abstract Lithium-ion batteries are currently the primary energy storage for various devices, from smartphones to electric vehicles. Although this technology has numerous advantages over its predecessors, lithium batteries still have some points of concern. In an electric vehicle, the battery price accounts for a large portion of the total vehicle cost, and its production requires the metallic element lithium, whose deposits are concentrated in a few countries worldwide. These points lead to the need to accurately estimate the battery's State of Health (SoH) to utilize its full potential before discarding or recycling it, aiming to reduce costs, minimize the environmental impacts of its disposal, and reduce the production of new batteries. Besides the economic and ecological effects, there is also a safety concern. When the battery's state of health falls below a specific range (usually when its capacity drops below 70% of the initial off-the-factory capacity), it becomes more prone to failure, posing a risk of overheating and explosions. Another aggravating factor is that the SoH of lithium batteries is challenging to estimate quickly and without relying on laboratory tests due to the complexity of the degradation phenomena in the batteries and the need for continual monitoring. Despite being introduced commercially in the early 1990s, the number of papers concerning new methods for estimating their State of Health (SoH) is growing yearly, revealing that this subject is still a fertile field for research. Academia has witnessed a race of papers aiming to reach the lowest prediction error using various methods, from electrochemical modeling to deep neural networks. Nonetheless, few papers inform or discuss the computational cost their methods require for prediction, leaving a gap concerning the applicability of such methods in low-end and real-life hardware. The paper presenting the concept of the Kolmogorov-Arnold Networks (KAN) (Liu et al. 2024) introduced an innovative approach compared to the well-established Multi-Layer Perceptron Neural Artificial Networks (MLP). While MLPs have fixed nonlinear activation functions on nodes and learnable linear weights on synapses, KANs have no linear weights but learnable 1D functions on their nodes. The authors of that paper claim that the KANs are more interpretable and precise than MLPs, citing the lack of interpretability of MLPs as one of their main drawbacks. When it is possible to analyze a Machine Learning (ML) model and understand why it provided a specific response given a particular input and how its response changes when the inputs change, the ML model is considered interpretable; such understanding is not possible with MLPs, but as KANs provide a mathematical formula that describes the output based on the inputs, it is possible to understand the contribution of each input for the output. Here, the interest is not in the interpretability but in the formula the KAN provides to solve the problem. Calculating the result of a formula may be way faster than running a deep neural network regression algorithm. The purpose of this study is to compare the training time, regression time and precision of an MLP algorithm based on Keras + TensorFlow with a KAN model, based on the well-known NASA Ames Prognostics Center of Excellence (PCoE) battery dataset in both cases, on the same hardware (PC with i5 processor, GPU not used). Two features based on Incremental Capacity Analysis (ICA) and one dV/dt feature are extracted from the battery charging curve during the constant current phase. A Gaussian Filter (GF) is used to filter out the high-frequency noises from the ICA curves. The MLP and KAN models are then trained on the features obtained. The main results are: while the Root Mean Square Error (RMSE) is 14.2% lower with the MLP approach (RMSE = 0.928 and 1.082 for MLP and KAN, respectively), the regression time with the KAN approach is four orders of magnitude lower (regression time = 62.5 ms and 3.095 µs for MLP and KAN, respectively). The mean training time of the KAN is also shorter: 17.7 s against 67.7 s of the MLP. The study concludes that if the computational cost is a concern for a specific application/hardware and a higher root mean square error is tolerable, using a KAN model is not just a solution to consider but a practical and viable option for real-life hardware, given its significantly lower training and regression time. Figure 1
AbstractList Lithium-ion batteries are currently the primary energy storage for various devices, from smartphones to electric vehicles. Although this technology has numerous advantages over its predecessors, lithium batteries still have some points of concern. In an electric vehicle, the battery price accounts for a large portion of the total vehicle cost, and its production requires the metallic element lithium, whose deposits are concentrated in a few countries worldwide. These points lead to the need to accurately estimate the battery's State of Health (SoH) to utilize its full potential before discarding or recycling it, aiming to reduce costs, minimize the environmental impacts of its disposal, and reduce the production of new batteries. Besides the economic and ecological effects, there is also a safety concern. When the battery's state of health falls below a specific range (usually when its capacity drops below 70% of the initial off-the-factory capacity), it becomes more prone to failure, posing a risk of overheating and explosions. Another aggravating factor is that the SoH of lithium batteries is challenging to estimate quickly and without relying on laboratory tests due to the complexity of the degradation phenomena in the batteries and the need for continual monitoring. Despite being introduced commercially in the early 1990s, the number of papers concerning new methods for estimating their State of Health (SoH) is growing yearly, revealing that this subject is still a fertile field for research. Academia has witnessed a race of papers aiming to reach the lowest prediction error using various methods, from electrochemical modeling to deep neural networks. Nonetheless, few papers inform or discuss the computational cost their methods require for prediction, leaving a gap concerning the applicability of such methods in low-end and real-life hardware. The paper presenting the concept of the Kolmogorov-Arnold Networks (KAN) (Liu et al. 2024) introduced an innovative approach compared to the well-established Multi-Layer Perceptron Neural Artificial Networks (MLP). While MLPs have fixed nonlinear activation functions on nodes and learnable linear weights on synapses, KANs have no linear weights but learnable 1D functions on their nodes. The authors of that paper claim that the KANs are more interpretable and precise than MLPs, citing the lack of interpretability of MLPs as one of their main drawbacks. When it is possible to analyze a Machine Learning (ML) model and understand why it provided a specific response given a particular input and how its response changes when the inputs change, the ML model is considered interpretable; such understanding is not possible with MLPs, but as KANs provide a mathematical formula that describes the output based on the inputs, it is possible to understand the contribution of each input for the output. Here, the interest is not in the interpretability but in the formula the KAN provides to solve the problem. Calculating the result of a formula may be way faster than running a deep neural network regression algorithm. The purpose of this study is to compare the training time, regression time and precision of an MLP algorithm based on Keras + TensorFlow with a KAN model, based on the well-known NASA Ames Prognostics Center of Excellence (PCoE) battery dataset in both cases, on the same hardware (PC with i5 processor, GPU not used). Two features based on Incremental Capacity Analysis (ICA) and one dV/dt feature are extracted from the battery charging curve during the constant current phase. A Gaussian Filter (GF) is used to filter out the high-frequency noises from the ICA curves. The MLP and KAN models are then trained on the features obtained. The main results are: while the Root Mean Square Error (RMSE) is 14.2% lower with the MLP approach (RMSE = 0.928 and 1.082 for MLP and KAN, respectively), the regression time with the KAN approach is four orders of magnitude lower (regression time = 62.5 ms and 3.095 µs for MLP and KAN, respectively). The mean training time of the KAN is also shorter: 17.7 s against 67.7 s of the MLP. The study concludes that if the computational cost is a concern for a specific application/hardware and a higher root mean square error is tolerable, using a KAN model is not just a solution to consider but a practical and viable option for real-life hardware, given its significantly lower training and regression time. Figure 1
Author Bueno, Reginaldo
Bianchi, Reinaldo
Giacomini, Renato
Author_xml – sequence: 1
  givenname: Reginaldo
  surname: Bueno
  fullname: Bueno, Reginaldo
  organization: FEI University
– sequence: 2
  givenname: Reinaldo
  surname: Bianchi
  fullname: Bianchi, Reinaldo
  organization: FEI University
– sequence: 3
  givenname: Renato
  surname: Giacomini
  fullname: Giacomini, Renato
  organization: FEI University
BookMark eNp9kM1OwkAURicGEwF9AjfzApX5acvUXSUoREAS2TfT9hYG2w6ZmWp4Nl_OQtW4cvXde3PPtzgD1Kt1DQjdUnJHqR-NljEjLPAIDUISVW4rU3uB-owG1GOEB73f2edXaGDtnhAuBGN99Dm1TlXSqXqL3Q7wq5MOsC7wDGTpdqdpodxONZU31zV-kM6BUWDv8URXB2l-uNPWtKzStSzbzTos6xyvDWTKtsdT0bMuK73VRr97sal1meMVuA9t3uz5d9mUTnkLeQSD12AyODjTgrFxqlCZamtX0JhzdNQ1uixkaeHmO4do8zjdTGbe4uVpPokXXiZ8641JGgH4WSgEYYKlfk4jn-ScB1GRpiIIUx9oAYLmHEJBCpJTMeZsnKWEZyIP-BDxrjYz2loDRXIwrTJzTChJTvqTTn_yV39LjTpK6UOy141pvdh_iS-LY49Q
ContentType Journal Article
Copyright 2025 ECS - The Electrochemical Society
Copyright_xml – notice: 2025 ECS - The Electrochemical Society
DBID AAYXX
CITATION
DOI 10.1149/MA2025-015609mtgabs
DatabaseName CrossRef
DatabaseTitle CrossRef
DatabaseTitleList CrossRef
DeliveryMethod fulltext_linktorsrc
Discipline Chemistry
EISSN 2151-2035
EndPage 609
ExternalDocumentID 10_1149_MA2025_015609mtgabs
609
GroupedDBID 5VS
ACHIP
ADBBV
ADEQX
ALMA_UNASSIGNED_HOLDINGS
BTFSW
CJUJL
EBS
HH5
IOP
JGOPE
KOT
N5L
O3W
OK1
REC
AAYXX
CITATION
ID FETCH-LOGICAL-c84s-70b9ee4c6880282b4d1940d3359fbb856b4e1fe81d3e680f0d187327cb03c8d53
IEDL.DBID O3W
ISSN 2151-2043
IngestDate Thu Jul 24 02:17:47 EDT 2025
Tue Jul 22 22:46:59 EDT 2025
IsPeerReviewed false
IsScholarly false
Issue 5
Language English
License This article is available under the terms of the IOP-Standard License.
LinkModel DirectLink
MergedId FETCHMERGED-LOGICAL-c84s-70b9ee4c6880282b4d1940d3359fbb856b4e1fe81d3e680f0d187327cb03c8d53
PageCount 1
ParticipantIDs iop_journals_10_1149_MA2025_015609mtgabs
crossref_primary_10_1149_MA2025_015609mtgabs
PublicationCentury 2000
PublicationDate 20250711
2025-07-11
PublicationDateYYYYMMDD 2025-07-11
PublicationDate_xml – month: 07
  year: 2025
  text: 20250711
  day: 11
PublicationDecade 2020
PublicationTitle Meeting abstracts (Electrochemical Society)
PublicationTitleAlternate Meet. Abstr
PublicationYear 2025
Publisher The Electrochemical Society, Inc
Publisher_xml – name: The Electrochemical Society, Inc
SSID ssj0038822
Score 1.9173944
Snippet Lithium-ion batteries are currently the primary energy storage for various devices, from smartphones to electric vehicles. Although this technology has...
SourceID crossref
iop
SourceType Index Database
Publisher
StartPage 609
Title Estimating the State of Health of Lithium-Ion Batteries: Comparing the Computational Cost and Precision of Kolmogorov-Arnold Networks and Multi-Layer Perceptron Artificial Neural Networks
URI https://iopscience.iop.org/article/10.1149/MA2025-015609mtgabs
Volume MA2025-01
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwjV3NT8MgFCdOD3oxfsbPhYMHD6JtgRa8LcuWTTfdYcbdmtLSaeKKaav_nP-cUFgyDxpPpQmvJcDj_R7wfg-AiygPBGWSoDwwx4xh4CMh_RTJPCTUGLzMM8HJ44dw8ETuZnTmNtyaWBj17pb-a120RMG2Cx2xLb8ZdwKTg7WJAeaLep6IqgU2MAuZcb4e8fNyJcYaPQaOaegXwR_WqKX_uGJc-jtg26FC2LFt2AVrstgDm91lMrZ98NXTqmjAZTGHGrLBBiNClUMbRmRKo9f65fVjgYaqgJY1UzvBt7BrEw06OZvEwW0A6reqhkmRwUnpUu2YD92rt4Waq1J9ok5ZqLcMPti74lVTtwnZRaNEY3U4sddiSi1o2m7ZKKAh_GgeVuoATPu9aXeAXN4FlDJSocgTXEqShlq1tUMmSOZz4mUYU54LwWgoiPRzqYEuliHzci_zWYSDKBUeTllG8SFYL1QhjwBMWZoILhKRY05ogrmfaoAoIpoJZo58j8HVsvvjd8uuEdtIaR7b0YpXR-sYXOohip2WVX9VPfl_1VOwZedFhHz_DKzX5Yc810ijFm3QGj5O2s2k-gb_QdRU
linkProvider IOP Publishing
linkToPdf http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwjV1NT9swGLZGJzEuaBtMfG3zYYcdMCSxncTcqo4K1g96KKK3KI7tUonGVZLy5_hz2LErlQPTTnGk900sfz7-eJ8HgF-JijhNJUEqsseMcRQiLsMCSRUTaic8Edjg5NE4vrknf2d0th0Lo1d-6L8wSUcU7IrQE9uyy1E3shqsbQwwWzbznNeXK6F2wEeK49jKN9zhh81ojA2CjDzb0DvOb2akHfPXrQmm_xnse2QIuy4fX8AHWX4Fn3obQbYD8HJtuqMFmOUcGtgGW5wItYIulMimhovmcbFeoltdQsecaRbCV7DnxAa9nxNy8JuA5q1uYF4KOKm83I790EA_LfVcV_oZdatSPwk4dvfF69a2DdtFw9zgdThxV2Mq42jz7hgpoCX9aB_O6xBM-9fT3g3y2guoSEmNkoAzKUkRm-5tFmWciJCRQGBMmeI8pTEnMlTSgF0s4zRQgQjTBEdJwQNcpILib6BT6lIeAVikRc4Zz7nCjNAcs7AwIJEnVPDUHvseg_NN8Wcrx7CRuWhplrnayrZr6xj8NlWU-Z5W_8v05P9Nf4LdyZ9-NrwdD07BnmsiCQrDM9BpqrX8boBHw3-0LesVDYnXOg
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Estimating+the+State+of+Health+of+Lithium-Ion+Batteries%3A+Comparing+the+Computational+Cost+and+Precision+of+Kolmogorov-Arnold+Networks+and+Multi-Layer+Perceptron+Artificial+Neural+Networks&rft.jtitle=Meeting+abstracts+%28Electrochemical+Society%29&rft.au=Bueno%2C+Reginaldo&rft.au=Bianchi%2C+Reinaldo&rft.au=Giacomini%2C+Renato&rft.date=2025-07-11&rft.pub=The+Electrochemical+Society%2C+Inc&rft.eissn=2151-2035&rft.volume=MA2025-01&rft.issue=5&rft.spage=609&rft.epage=609&rft_id=info:doi/10.1149%2FMA2025-015609mtgabs&rft.externalDocID=609
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/lc.gif&issn=2151-2043&client=summon
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/mc.gif&issn=2151-2043&client=summon
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/sc.gif&issn=2151-2043&client=summon