SLIDE 7 Robust Online Model Adaptation
- Modified EKF with Exponential Moving Average (EMA) filtering
7
Angelo Alessandri et al. “A recursive algorithm for nonlinear least-squares problems”. Computational Optimization and Applications, 38(2), 2007.
Our Extensions Why Explanation (Methods) Forgetting Factor Data in the distant past is no longer relevant for modeling the current. We consider a nonlinear recursive least squares (NLS) problem with forgetting factor 𝜇: min
𝜄𝑢
σ𝑣=1
𝑢
𝜇𝑢−𝑗 𝑧𝑗 − 𝑔
1( መ
𝜄𝑗−1, X𝑗−1)
2 2, 0 < 𝜇 ≤ 1
EMA filtering EMA is typically applied to parameter update in practice, which can reduce the variance of convergence curve. (E.g.: Polyak averaging and momentum for SGD) EMA-V: EMA-V calculates the step size of the parameter by decreasing exponentially the older step size. EMA-P: P
t is an uncertainty matrix in the parameter
estimates in EKF. We can smooth the inner state of the
- ptimizer by EMA pre-filtering P
t.