菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-22
📄 Abstract - Physics-Enhanced Deep Learning for Proactive Thermal Runaway Forecasting in Li-Ion Batteries

Accurate prediction of thermal runaway in lithium-ion batteries is essential for ensuring the safety, efficiency, and reliability of modern energy storage systems. Conventional data-driven approaches, such as Long Short-Term Memory (LSTM) networks, can capture complex temporal dependencies but often violate thermodynamic principles, resulting in physically inconsistent predictions. Conversely, physics-based thermal models provide interpretability but are computationally expensive and difficult to parameterize for real-time applications. To bridge this gap, this study proposes a Physics-Informed Long Short-Term Memory (PI-LSTM) framework that integrates governing heat transfer equations directly into the deep learning architecture through a physics-based regularization term in the loss function. The model leverages multi-feature input sequences, including state of charge, voltage, current, mechanical stress, and surface temperature, to forecast battery temperature evolution while enforcing thermal diffusion constraints. Extensive experiments conducted on thirteen lithium-ion battery datasets demonstrate that the proposed PI-LSTM achieves an 81.9% reduction in root mean square error (RMSE) and an 81.3% reduction in mean absolute error (MAE) compared to the standard LSTM baseline, while also outperforming CNN-LSTM and multilayer perceptron (MLP) models by wide margins. The inclusion of physical constraints enhances the model's generalization across diverse operating conditions and eliminates non-physical temperature oscillations. These results confirm that physics-informed deep learning offers a viable pathway toward interpretable, accurate, and real-time thermal management in next-generation battery systems.

顶级标签: machine learning model training
详细标签: physics-informed lstm thermal runaway li-ion batteries forecasting 或 搜索:

基于物理增强深度学习的锂离子电池热失控主动预测 / Physics-Enhanced Deep Learning for Proactive Thermal Runaway Forecasting in Li-Ion Batteries


1️⃣ 一句话总结

该研究提出一种物理信息增强的LSTM模型,通过在深度学习损失函数中融入热传导方程约束,解决了传统数据驱动方法预测锂电池温度时物理不一致的问题,在十三个数据集上将预测误差降低了80%以上,实现了更准确、可解释且适用于实时热管理的电池热失控预测。

源自 arXiv: 2604.20175