Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Walleclipse authored Dec 29, 2019
1 parent f456f28 commit 2822b64
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
Pytorch implementation source coder for paper [Robust Online Model Adaptation by Extended Kalman Filter with Exponential Moving Average and Dynamic Multi-Epoch Strategy](https://arxiv.org/abs/1912.01790).


Inspired by Extended Kalman Filter (EKF), a base adaptation algorithm Modified EKF with forgetting
factor (MEKF_$\lambda$) is introduced first. Using exponential moving average (EMA) methods, this
paper proposes EMA filtering to the base EKF<sub>λ</sub> in order to increase the convergence rate. followed by exponential moving average filtering techniques.
Then in order to effectively utilize the samples in online
adaptation, this paper proposes a dynamic multi-epoch update strategy to discriminate the “hard”
samples from “easy” samples, and sets different weights for them. With all these extensions, we propose a robust online adaptation algorithm:
MEKF with Exponential Moving Average and Dynamic Multi-Epoch strategy (MEKF<sub>EMA-DME</sub>).
In this paper, inspired by Extended Kalman Filter (EKF), a base adaptation algorithm Modified EKF with forgetting
factor (MEKF<sub>λ</sub>) is introduced first. Then using exponential moving average (EMA) methods, this
paper proposes EMA filtering to the base EKF<sub>λ</sub> in order to increase the convergence rate.
In order to effectively utilize the samples in online adaptation, this paper proposes a dynamic multi-epoch update strategy to discriminate the “hard” samples from “easy” samples, and sets different weights for them. With all these extensions, this paper proposes a robust online adaptation algorithm: MEKF with Exponential Moving Average and Dynamic Multi-Epoch update strategy (MEKF<sub>EMA-DME</sub>).

0 comments on commit 2822b64

Please sign in to comment.