SYMar 11, 2016
Observability analysis and state estimation of lithium-ion batteries in the presence of sensor biasesShi Zhao, Stephen R. Duncan, David A. Howey
This paper investigates the observability of one of the most commonly used equivalent circuit models (ECMs) for lithium-ion batteries and presents a method to estimate the state of charge (SOC) in the presence of sensor biases, highlighting the importance of observability analysis for choosing appropriate state estimation algorithms. Using a differential geometric approach, necessary and sufficient conditions for the nonlinear ECM to be observable are derived and are shown to be different from the conditions for the observability of the linearised model. It is then demonstrated that biases in the measurements, due to sensor ageing or calibration errors, can be estimated by applying a nonlinear Kalman filter to an augmented model where the biases are incorporated into the state vector. Experiments are carried out on a lithium-ion pouch cell and three types of nonlinear filters, the first-order extended Kalman filter (EKF), the second-order EKF and the unscented Kalman filter (UKF) are applied using experimental data. The different performances of the filters are explained from the point of view of observability.
SYJun 6, 2016
On-board monitoring of 2-D spatially-resolved temperatures in cylindrical lithium-ion batteries: Part II. State estimation via impedance-based temperature sensingRobert R. Richardson, Shi Zhao, David A. Howey
Impedance-based temperature detection (ITD) is a promising approach for rapid estimation of internal cell temperature based on the correlation between temperature and electrochemical impedance. Previously, ITD was used as part of an Extended Kalman Filter (EKF) state-estimator in conjunction with a thermal model to enable estimation of the 1-D temperature distribution of a cylindrical lithium-ion battery. Here, we extend this method to enable estimation of the 2-D temperature field of a battery with temperature gradients in both the radial and axial directions. An EKF using a parameterised 2-D spectral-Galerkin model with ITD measurement input (the imaginary part of the impedance at 215 Hz) is shown to accurately predict the core temperature and multiple surface temperatures of a 32113 LiFePO$_4$ cell, using current excitation profiles based on an Artemis HEV drive cycle. The method is validated experimentally on a cell fitted with a heat sink and asymmetrically cooled via forced air convection. A novel approach to impedance-temperature calibration is also presented, which uses data from a single drive cycle, rather than measurements at multiple uniform cell temperatures as in previous studies. This greatly reduces the time required for calibration, since it overcomes the need for repeated cell thermal equalization.
SYJun 6, 2016
On-board monitoring of 2-D spatially-resolved temperatures in cylindrical lithium-ion batteries: Part I. Low-order thermal modellingRobert R. Richardson, Shi Zhao, David A. Howey
Estimating the temperature distribution within Li-ion batteries during operation is critical for safety and control purposes. Although existing control-oriented thermal models - such as thermal equivalent circuits (TEC) - are computationally efficient, they only predict average temperatures, and are unable to predict the spatially resolved temperature distribution throughout the cell. We present a low-order 2D thermal model of a cylindrical battery based on a Chebyshev spectral-Galerkin (SG) method, capable of predicting the full temperature distribution with a similar efficiency to a TEC. The model accounts for transient heat generation, anisotropic heat conduction, and non-homogeneous convection boundary conditions. The accuracy of the model is validated through comparison with finite element simulations, which show that the 2-D temperature field (r, z) of a large format (64 mm diameter) cell can be accurately modelled with as few as 4 states. Furthermore, the performance of the model for a range of Biot numbers is investigated via frequency analysis. For larger cells or highly transient thermal dynamics, the model order can be increased for improved accuracy. The incorporation of this model in a state estimation scheme with experimental validation against thermocouple measurements is presented in the companion contribution (Part II).
SYMar 30, 2016
Circuit Synthesis of Electrochemical Supercapacitor ModelsRoss Drummond, Shi Zhao, David A. Howey et al.
This paper is concerned with the synthesis of RC electrical circuits from physics-based supercapacitor models describing conservation and diffusion relationships. The proposed synthesis procedure uses model discretisation, linearisation, balanced model order reduction and passive network synthesis to form the circuits. Circuits with different topologies are synthesized from several physical models. This work will give greater understanding to the physical interpretation of electrical circuits and will enable the development of more generalised circuits, since the synthesized impedance functions are generated by considering the physics, not from experimental fitting which may ignore certain dynamics.
SYApr 5, 2016
Global sensitivity analysis of battery equivalent circuit model parametersShi Zhao, David A. Howey
This paper considers one of the most commonly used equivalent circuit models (ECMs) for lithium-ion batteries and investigates the sensitivity of the model output to changes of model parameters using the Morris method. Experiments are carried out on a lithium-ion cell with nickel manganese cobalt oxide (NMC) electrode and parameters of the model are identified in the state of charge (SOC) range [100%,10%]. Although all the model parameters do vary with SOC, global sensitivity analysis reveals that the uncertainties of some of the parameters generate very little uncertainty in the voltage output, implying that those parameters can be taken as constants without compromising the accuracy of the model. This is further confirmed by experimental validation.
CVFeb 18, 2023
One-Pot Multi-Frame DenoisingLujia Jin, Shi Zhao, Lei Zhu et al.
The performance of learning-based denoising largely depends on clean supervision. However, it is difficult to obtain clean images in many scenes. On the contrary, the capture of multiple noisy frames for the same field of view is available and often natural in real life. Therefore, it is necessary to avoid the restriction of clean labels and make full use of noisy data for model training. So we propose an unsupervised learning strategy named one-pot denoising (OPD) for multi-frame images. OPD is the first proposed unsupervised multi-frame denoising (MFD) method. Different from the traditional supervision schemes including both supervised Noise2Clean (N2C) and unsupervised Noise2Noise (N2N), OPD executes mutual supervision among all of the multiple frames, which gives learning more diversity of supervision and allows models to mine deeper into the correlation among frames. N2N has also been proved to be actually a simplified case of the proposed OPD. From the perspectives of data allocation and loss function, two specific implementations, random coupling (RC) and alienation loss (AL), are respectively provided to accomplish OPD during model training. In practice, our experiments demonstrate that OPD behaves as the SOTA unsupervised denoising method and is comparable to supervised N2C methods for synthetic Gaussian and Poisson noise, and real-world optical coherence tomography (OCT) speckle noise.
MLJan 14, 2020
For2For: Learning to forecast from forecastsShi Zhao, Ying Feng
This paper presents a time series forecasting framework which combines standard forecasting methods and a machine learning model. The inputs to the machine learning model are not lagged values or regular time series features, but instead forecasts produced by standard methods. The machine learning model can be either a convolutional neural network model or a recurrent neural network model. The intuition behind this approach is that forecasts of a time series are themselves good features characterizing the series, especially when the modelling purpose is forecasting. It can also be viewed as a weighted ensemble method. Tested on the M4 competition dataset, this approach outperforms all submissions for quarterly series, and is more accurate than all but the winning algorithm for monthly series.