Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/22 04:00:00
Dynamic Loss Balancing for Joint SOH and RUL Prediction of Lithium-Ion Batteries via a Rotary SOH-Injected Prior Battery Transformer
AI 中文解读
电池管理迎来AI新突破!科学家开发出一款名为RoSIP-Batt的智能算法,能同时精准预测锂电池的“健康状态”和“还能用多久”。传统方法在同时做这两项预测时,就像一边称体重一边预测马拉松成绩——短期数据很准,长期误差却会失控。新算法巧妙引入动态平衡机制,给短期预测和长期预测分配不同权重,避免相互干扰。它还借鉴了旋转位置编码技术,不需要依赖充电次数就能识别电池老化规律。更酷的是,算法会把“当前健康度”作为线索,直接输入到剩余寿命预测模块,就像医生看病时先看基本体检结果再判断病程。在NASA、MIT等国际公开数据集上测试,健康状态预测误差低至2%,剩余寿命预测误差控制在63个充电周期以内。这项技术意味着未来电动车和手机的电池管理系统将更聪明:不仅能提前预警电池何时需要更换,还能基于实时健康数据优化充电策略,延长电池寿命。对于普通用户来说,电池会更耐用、更安全,换电池的周期也可能大幅延长。
arXiv:2607.18329v1 Announce Type: new
Abstract: The deployment of reliable lithium-ion battery management systems is crucial for accelerating electrification, yet the joint prognosis of State of Health (SOH) and Remaining Useful Life (RUL) remains severely hindered by task heteroscedasticity. Conventional multi-task learning frameworks fail to balance the bounded, low-variance noise of SOH estimation with the unbounded, nonlinearly expanding uncertainty of long-term RUL predictions. Here, we present the Rotary SOH-Injected Prior Battery Transformer (RoSIP-Batt), a unified co-estimation framework that resolves these optimization conflicts. By formulating joint prediction as a Bayesian multi-task objective, RoSIP-Batt introduces a homoscedastic uncertainty weighting mechanism to dynamically scale task-specific gradients based on learned residual noise levels. The architecture leverages decoupled dual classification tokens and a per-dimension gated fusion mechanism, secured by a gradient-detachment operator to prevent high-variance RUL updates from corrupting the stable SOH representation space. To capture electrochemical degradation patterns without relying on absolute cycle steps, Rotary Position Embedding (RoPE) is incorporated into a shared Transformer backbone to model translation-invariant relative temporal profiles. Crucially, the intermediate SOH estimate is directly injected into the RUL regression head as a physical degradation prior. Evaluations across the NASA, MIT-Stanford, and HUST datasets show that RoSIP-Batt significantly outperforms state-of-the-art baselines, reducing SOH estimation error to 1.994% MAE on NASA and restricting RUL prediction error to 62.85 cycles on Stanford. These findings establish RoSIP-Batt as a highly generalizable, computationally efficient solution suitable for real-time embedded BMS deployment.
分享
阅读原文 ↗