(119c) Transformer-Based Capacity Prediction for Lithium-Ion Batteries with Data Augmentation
AIChE Annual Meeting
2024
2024 AIChE Annual Meeting
Computing and Systems Technology Division
Advances in machine learning and intelligent systems I
Monday, October 28, 2024 - 1:06pm to 1:24pm
In this work, we propose to use voltage, current, and temperature data from historical battery charge cycles to predict the capacity of future cycles. We standardize the cycle-specific voltage, current, and temperature readings through down-sampling for consistency in dimensionality. A moving window approach, incorporating this uniform data alongside the capacities of preceding cycles, is employed to forecast the subsequent cycleâs capacity using the transformer model. To preserve the temporal context of each cycle within the sequence, we integrate positional encoding using sine and cosine functions before processing the data through the transformer architecture, which includes elements such as multi-head attention, skip connections, fully connected layers, and a linear output layer. To further enhance the modelâs accuracy and adaptability, Gaussian noise is introduced to the input data, effectively augmenting the dataset and improving the modelâs capacity prediction capabilities [9].
To validate our method, we utilize data from two distinct battery collections: NASAâs Group 1 battery, consisting of four cells [10], and another four cells from the Michigan battery experiment [11]. All the cell data was collected at room temperature. We train the transformer model to predict the capacity values of the last 60 cycles for each cell while using the data from its previous cycles and all the other cells for training. We use the root mean square error (RMSE) as our evaluation metric. The transformer models based on NASA dataset with augmentation show an averaged RMSE score of 1.14, a significant improvement in performance than models based on transformer without augmentation, LSTM, and CNN (scores are 2.21, 18.14, 23.02, respectively, for these three methods). Also, tests on the Michigan battery data record RMSEs of 1.83 for the augmented transformer, 2.33 for the standard transformer, 25.94 for LSTM, and 27.68 for CNN. This advancement highlights the transformer modelâs efficacy in Li-ion battery capacity estimation and the effectiveness of data augmentation in setting a new standard for predictive accuracy and model robustness in this field.
References
[1] Horiba, Tatsuo. "Lithium-ion battery systems." Proceedings of the IEEE 102, no. 6 (2014): 939-950.
[2] Diouf, Boucar, and Ramchandra Pode. "Potential of lithium-ion batteries in renewable energy." Renewable Energy 76 (2015): 375-380.
[3] Zhu, Jiangong, Yixiu Wang, Yuan Huang, R. Bhushan Gopaluni, Yankai Cao, Michael Heere, Martin J. Mühlbauer et al. "Data-driven capacity estimation of commercial lithium-ion batteries from voltage relaxation." Nature Communications 13, no. 1 (2022): 2261.Top of Form
[4] Lucaferri, Valentina, Michele Quercio, Antonino Laudani, and Francesco Riganti Fulginei. "A review on battery model-based and data-driven methods for battery management systems." Energies 16, no. 23 (2023): 7807.
[5] Lai, Xin, Wei Yi, Yifan Cui, Chao Qin, Xuebing Han, Tao Sun, Long Zhou, and Yuejiu Zheng. "Capacity estimation of lithium-ion cells by combining model-based and data-driven methods based on a sequential extended Kalman filter." Energy 216 (2021): 119233.
[6] Zhang, Ming, Dongfang Yang, Jiaxuan Du, Hanlei Sun, Liwei Li, Licheng Wang, and Kai Wang. "A review of SOH prediction of Li-ion batteries based on data-driven algorithms." Energies 16, no. 7 (2023): 3167.
[7] Vaswani, Ashish, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Åukasz Kaiser, and Illia Polosukhin. "Attention is all you need." Advances in Neural Information Processing Systems 30 (2017).
[8] Chen, Daoquan, Weicong Hong, and Xiuze Zhou. "Transformer network for remaining useful life prediction of lithium-ion batteries." IEEE Access 10 (2022): 19621-19628.
[9] Fan, Yuanliang, Han Wu, Weiming Chen, Zeyu Jiang, Xinghua Huang, and Si-Zhe Chen. "A data augmentation method to optimize neural networks for predicting SOH of lithium batteries." In Journal of Physics: Conference Series, vol. 2203, no. 1 (2022): 012034.
[10] Saha, Bhaskar, and Kai Goebel. "Model adaptation for prognostics in a particle filtering framework." International Journal of Prognostics and Health Management Volume 2 (color) 61 (2011).
[11] Mohtat, Peyman, J. Siegel, A. Stefanopoulou, and Suhak Lee. "UofM pouch cell voltage and expansion cyclic aging dataset." University of MichiganâDeep Blue Data (2021).