arXiv:2505.16664cs.LGcs.AI2025-05被引 4

用混合深度学习模型预测锂电池剩余可用循环次数,精度更高。

HyBattNet: Hybrid Framework for Predicting the Remaining Useful Life of Lithium-Ion Batteries

  • 结合插值与差分法提取容量等特征,提升信号质量。
  • 融合CNN、注意力LSTM和微分方程LSTM,兼顾时序与连续动态建模。
  • 在小样本下仍表现稳健,适合电池健康管理场景。

准确预测锂离子电池的剩余使用寿命(RUL)对及时维护至关重要,影响依赖电池的电动设备运行效率。本文提出一种基于最近充放电周期数据的RUL预测方法,通过计算插值后的电流与容量信号导出容量特征,并结合原始电压、电流信号,利用统计指标与基于差分的方法进行去噪和增强,捕捉当前与前一周期的差异。随后,将处理后的特征输入由一维卷积神经网络(1D CNN)、注意力长短期记忆(A-LSTM)及基于常微分方程的LSTM(ODE-LSTM)构成的混合深度学习架构。其中,ODE-LSTM通过常微分方程将连续动态融入序列到序列建模,实现连续与离散时间表示的融合;A-LSTM则引入注意力机制以捕获局部时序依赖。模型在不同迁移学习策略和目标数据划分场景下评估,结果表明其在少量目标数据微调下仍具鲁棒性。在两个公开的LFP/石墨锂离子电池数据集上的实验显示,该方法优于基线深度学习与机器学习方法,达到101.59的均方根误差(RMSE),展现出实际应用潜力。

原文摘要 · Abstract (English)

Accurate prediction of the Remaining Useful Life (RUL) is essential for enabling timely maintenance of lithium-ion batteries, impacting the operational efficiency of electric applications that rely on them. This paper proposes a RUL prediction approach that leverages data from recent charge-discharge cycles to estimate the number of remaining usable cycles. The approach introduces both a novel signal preprocessing pipeline and a deep learning prediction model. In the signal preprocessing pipeline, a derived capacity feature is computed using interpolated current and capacity signals. Alongside original capacity, voltage and current, these features are denoised and enhanced using statistical metrics and a delta-based method to capture differences between the current and previous cycles. In the prediction model, the processed features are then fed into a hybrid deep learning architecture composed of 1D Convolutional Neural Networks (CNN), Attentional Long Short-Term Memory (A-LSTM), and Ordinary Differential Equation-based LSTM (ODE-LSTM) blocks. The ODE-LSTM architecture employs ordinary differential equations to integrate continuous dynamics into sequence-to-sequence modeling, thereby combining continuous and discrete temporal representations, while the A-LSTM incorporates an attention mechanism to capture local temporal dependencies. The model is further evaluated using transfer learning across different learning strategies and target data partitioning scenarios. Results indicate that the model maintains robust performance, even when fine-tuned on limited target data. Experimental results on two publicly available LFP/graphite lithium-ion battery datasets demonstrate that the proposed method outperforms a baseline deep learning approach and machine learning techniques, achieving an RMSE of 101.59, highlighting its potential for real-world RUL prediction applications.

电池寿命预测深度学习时序建模

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。