Table of Contents
Fetching ...

Probabilistic Hysteresis Factor Prediction for Electric Vehicle Batteries with Graphite Anodes Containing Silicon

Runyao Yu, Viviana Kleine, Philipp Gromotka, Thomas Rudolf, Adrian Eisenmann, Gautham Ram Chandra Mouli, Peter Palensky, Jochen L. Cremer

Abstract

Batteries with silicon-graphite-based anodes, which offer higher energy density and improved charging performance, introduce pronounced voltage hysteresis, making state-of-charge (SoC) estimation particularly challenging. Existing approaches to modeling hysteresis rely on exhaustive high-fidelity tests or focus on conventional graphite-based lithium-ion batteries, without considering uncertainty quantification or computational constraints. This work introduces a data-driven approach for probabilistic hysteresis factor prediction, with a particular emphasis on applications involving silicon-graphite anode-based batteries. A data harmonization framework is proposed to standardize heterogeneous driving cycles across varying operating conditions. Statistical learning and deep learning models are applied to assess performance in predicting the hysteresis factor with uncertainties while considering computational efficiency. Extensive experiments are conducted to evaluate the generalizability of the optimal model configuration in unseen vehicle models through retraining, zero-shot prediction, fine-tuning, and joint training. By addressing key challenges in SoC estimation, this research facilitates the adoption of advanced battery technologies. A summary page is available at: https://runyao-yu.github.io/Porsche_Hysteresis_Factor_Prediction/

Probabilistic Hysteresis Factor Prediction for Electric Vehicle Batteries with Graphite Anodes Containing Silicon

Abstract

Batteries with silicon-graphite-based anodes, which offer higher energy density and improved charging performance, introduce pronounced voltage hysteresis, making state-of-charge (SoC) estimation particularly challenging. Existing approaches to modeling hysteresis rely on exhaustive high-fidelity tests or focus on conventional graphite-based lithium-ion batteries, without considering uncertainty quantification or computational constraints. This work introduces a data-driven approach for probabilistic hysteresis factor prediction, with a particular emphasis on applications involving silicon-graphite anode-based batteries. A data harmonization framework is proposed to standardize heterogeneous driving cycles across varying operating conditions. Statistical learning and deep learning models are applied to assess performance in predicting the hysteresis factor with uncertainties while considering computational efficiency. Extensive experiments are conducted to evaluate the generalizability of the optimal model configuration in unseen vehicle models through retraining, zero-shot prediction, fine-tuning, and joint training. By addressing key challenges in SoC estimation, this research facilitates the adoption of advanced battery technologies. A summary page is available at: https://runyao-yu.github.io/Porsche_Hysteresis_Factor_Prediction/
Paper Structure (29 sections, 10 equations, 5 figures, 6 tables)

This paper contains 29 sections, 10 equations, 5 figures, 6 tables.

Figures (5)

  • Figure 1: Illustration of OCV-SoC curves. a The OCV-SoC relationship provided by the cell manufacturer. b The OCV-SoC relationship with voltage hysteresis, which is particularly significant for silicon–graphite anode-based batteries.
  • Figure 2: Overview of harmonization framework and exemplary driving cycles of two vehicle models. a Visualization of the harmonization framework. Heterogeneous driving cycle data are harmonized to produce unified representations: $\tilde{X}_s$ and $\tilde{X}_d$, which are fed into corresponding machine learning models. b Distribution of the hysteresis factor (range in [-1, 1]), showing a highly imbalanced distribution for vehicle mode A and vehicle model B. Less than 70% of the data available for vehicle model A is present in vehicle model B. c Scatter plot of maximum versus minimum current. The dashed lines indicate the zero-current baseline, separating charging (negative current) and discharging (positive current) regions, where the vehicle model A exhibit a more aggressive charging and discharging behavior. d Scatter plot of normalized OCV against cell temperature, capturing diverse thermal conditions and spanning a wide range from –18.3 °C to 48.9 °C. Most samples are concentrated between 20–35°C, suggesting that typical operations occur within standard ambient or thermally managed conditions. e Distribution of sequence lengths of driving cycles, exhibiting a heterogeneous temporal structure. The vehicle model A tends to be shorter on average, with a mean sequence length of 30.4 h, while the vehicle model B shows longer sequences, averaging 47.4 h. This suggests that different vehicle models are associated with different operating regimes.
  • Figure 3: Example illustration of segmentation. A valid segment starts at the 4th hour, where a relaxation phase is followed by a SoC correction. The segment between hours 16 and 20 is not retained, as it lacks a closing SoC correction.
  • Figure 4: Illustration of two transformation approaches. a Transformation for statistical learning models. b Transformation for deep learning models.
  • Figure 5: Comparison of model performance and computational efficiency for different modeling strategies on sequence-level and subsequence-level prediction tasks. a PCA + LQR on sequence-level prediction. b PCA + QXGB on sequence-level prediction. c F-Reg + LQR on sequence-level prediction. d F-Reg + QXGB on sequence-level prediction. e QGRU on sequence-level prediction. Different resampling rates are explored for each sequence size. f Scatter plots of true label versus predicted (median) label (left) and residuals (right) for QGRU on subsequence-level prediction. Tight clustering along the diagonal and low residuals demonstrate the strong predictive performance of QGRU.