Search papers, labs, and topics across Lattice.
This research introduces a hybrid deep learning framework for State of Health (SOH) estimation that combines Convolutional Neural Networks (CNN) with Bidirectional Long Short-Term Memory (BiLSTM) networks, optimized through Bayesian techniques. The study evaluates various architectures, revealing that models incorporating intermediate Fully Connected layers yield the highest predictive accuracy. Utilizing three publicly available datasets, the framework demonstrates superior performance as measured by Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE), ensuring reproducibility and robustness of the results.
A hybrid CNN-BiLSTM model with intermediate layers achieves unprecedented accuracy in State of Health estimation for battery systems.
In this research, a novel framework is proposed for the SOH estimation, which employs a hybrid deep learning architecture of a concatenation of a Convolution Neural Network (CNN) and a Bidirectional Long Short-Term Memory (BiLSTM) Neural Network (NN) with the integration of Bayesian Optimization-based hyperparameter tuning for the network. Three different deep learning architectures are being evaluated: standalone recurrent models, CNN-RNN architectures and CNN-RNN combinations enhanced with intermediate Fully Connected (FC) layers. Among the three, the model with the intermediate FC layers demonstrated the highest predictive accuracy. A comprehensive feature engineering approach combines capacity (Q), voltage (V), Incremental Capacity Analysis (ICA), and Differential Voltage Analysis (DVA), with systematic evaluation of multiple combinations to identify the optimal input representation. To validate the proposed method, three publicly available datasets were utilized, ensuring reproducibility of the results, two from external sources and one developed by the author of this study using a unique experimental setup. The comparison study was performed using the Mean Absolute Error (MAE), the Root Mean Squared Error (RMSE) and the FLoating-point OPerations (FLOPs) as evaluation metrics.