Search papers, labs, and topics across Lattice.
The paper introduces BatteryMFormer, a multi-level Transformer architecture, to improve early battery degradation trajectory forecasting by explicitly modeling the multi-level structure of battery degradation data and SOC-localized variations in voltage-current profiles. BatteryMFormer uses an aging-condition-aware decoder, a meta degradation pattern memory, and a dual-view encoder to capture these characteristics. Experiments across four battery datasets demonstrate that BatteryMFormer achieves state-of-the-art performance in predicting full-life state-of-health trajectories from early data.
Accurately predicting battery health from early data just got a whole lot better: BatteryMFormer leverages multi-level Transformer learning to substantially outperform existing methods.
Early battery degradation trajectory forecasting (BDTF), which predicts the full-life state-of-health trajectory from early operational data, is critical for battery optimization, manufacturing, and deployment. Battery degradation data exhibit two key characteristics. First, degradation data present a multi-level structure, including regularities shared within aging conditions and trajectory patterns shared across batteries. Second, degradation-related variations in voltage-current profiles are often localized to specific state-of-charge (SOC) intervals. Existing approaches often fail to explicitly model these characteristics. To bridge this gap, we propose BatteryMFormer, a multi-level Transformer for early BDTF. BatteryMFormer integrates (1) an aging-condition-aware decoder that injects aging-condition priors via aging-condition-informed queries and aging-condition-aware attention, (2) a meta degradation pattern memory that learns and retrieves trajectory prototypes to guide long-horizon forecasting, and (3) a dual-view encoder that jointly captures temporal dynamics and SOC-localized variations from voltage and current time series. Extensive experiments on four battery domains show that BatteryMFormer consistently outperforms state-of-the-art baselines, marking a significant step toward reliable BDTF. Our code is available at https://github.com/Ruifeng-Tan/BatteryMFormer.