Error Analysis of the Stochastic Linear Feedback Particle Filter - - PowerPoint PPT Presentation

error analysis of the stochastic linear feedback particle
SMART_READER_LITE
LIVE PREVIEW

Error Analysis of the Stochastic Linear Feedback Particle Filter - - PowerPoint PPT Presentation

Error Analysis of the Stochastic Linear Feedback Particle Filter 57th IEEE Conference on Decision and Control (CDC), Miami Beach, 2018 Amirhossein Taghvaei Joint work with P. G. Mehta Coordinated Science Laboratory University of Illinois at


slide-1
SLIDE 1

Error Analysis of the Stochastic Linear Feedback Particle Filter

57th IEEE Conference on Decision and Control (CDC), Miami Beach, 2018 Amirhossein Taghvaei Joint work with P. G. Mehta Coordinated Science Laboratory University of Illinois at Urbana-Champaign Dec 19, 2018

slide-2
SLIDE 2

Outline

Filtering problem in linear Gaussian setting Kalman filter (1960s) Kalman filter is exact, but it is computationally expensive for high dim. problems Ensemble Kalman filter (1990s) linear Feedback Particle Filter (2010s) They are computationally efficient, but have approximation errors Error analysis of the FPF and EnKF (2017-18) If the system is stable and fully observable, then uniform error bounds are guaranteed

Error Analysis of the Linear FPF Amirhossein Taghvaei 1 / 14 Amirhossein

slide-3
SLIDE 3

Outline

Filtering problem in linear Gaussian setting Kalman filter (1960s) Kalman filter is exact, but it is computationally expensive for high dim. problems Ensemble Kalman filter (1990s) linear Feedback Particle Filter (2010s) They are computationally efficient, but have approximation errors Error analysis of the FPF and EnKF (2017-18) If the system is stable and fully observable, then uniform error bounds are guaranteed

Error Analysis of the Linear FPF Amirhossein Taghvaei 1 / 14 Amirhossein

slide-4
SLIDE 4

Outline

Filtering problem in linear Gaussian setting Kalman filter (1960s) Kalman filter is exact, but it is computationally expensive for high dim. problems Ensemble Kalman filter (1990s) linear Feedback Particle Filter (2010s) They are computationally efficient, but have approximation errors Error analysis of the FPF and EnKF (2017-18) If the system is stable and fully observable, then uniform error bounds are guaranteed

Error Analysis of the Linear FPF Amirhossein Taghvaei 1 / 14 Amirhossein

slide-5
SLIDE 5

Outline

Filtering problem in linear Gaussian setting Kalman filter (1960s) Kalman filter is exact, but it is computationally expensive for high dim. problems Ensemble Kalman filter (1990s) linear Feedback Particle Filter (2010s) They are computationally efficient, but have approximation errors Error analysis of the FPF and EnKF (2017-18) If the system is stable and fully observable, then uniform error bounds are guaranteed

Error Analysis of the Linear FPF Amirhossein Taghvaei 1 / 14 Amirhossein

slide-6
SLIDE 6

Filtering problem: Linear Gaussian setting

Model: State process: dXt = AXt dt + σB dBt, (linear dynamics) Observation process: dZt = HXt dt + dWt, (linear observation) Prior distribution: X0 ∼ N(m0, Σ0), (Gaussian prior) Problem: Find conditional probability distribution of Xt given history of observation Zt := {Zs; s ∈ [0, t]} P(Xt|Zt) = ?

  • J. Xiong, An introduction to stochastic filtering theory, 2008

Error Analysis of the Linear FPF Amirhossein Taghvaei 2 / 14 Amirhossein

slide-7
SLIDE 7

Filtering problem: Linear Gaussian setting

Model: State process: dXt = AXt dt + σB dBt, (linear dynamics) Observation process: dZt = HXt dt + dWt, (linear observation) Prior distribution: X0 ∼ N(m0, Σ0), (Gaussian prior) Problem: Find conditional probability distribution of Xt given history of observation Zt := {Zs; s ∈ [0, t]} P(Xt|Zt) = ?

  • J. Xiong, An introduction to stochastic filtering theory, 2008

Error Analysis of the Linear FPF Amirhossein Taghvaei 2 / 14 Amirhossein

slide-8
SLIDE 8

Kalman-Bucy filter

Kalman-Bucy filter: P(Xt|Zt) is Gaussian N(mt, Σt) Update for mean: dmt = (linear dynamics) + Kt dIt

correction

Update for covariance: dΣt dt = Ric(Σt) (Ricatti equation) Kalman gain: Kt := ΣtH⊤ Innovation process: dIt := dZt − Hmt dt Computational remark: if state dimension is d ⇒ covariance matrix is d × d ⇒ computational complexity is O(d2) ⇒ Not scalable for high-dim problems (e.g weather prediction)

  • R. E Kalman and R. S Bucy. New results in linear filtering and prediction theory, 1961

Error Analysis of the Linear FPF Amirhossein Taghvaei 3 / 14 Amirhossein

slide-9
SLIDE 9

Kalman-Bucy filter

Kalman-Bucy filter: P(Xt|Zt) is Gaussian N(mt, Σt) Update for mean: dmt = (linear dynamics) + Kt dIt

correction

Update for covariance: dΣt dt = Ric(Σt) (Ricatti equation) Kalman gain: Kt := ΣtH⊤ Innovation process: dIt := dZt − Hmt dt Computational remark: if state dimension is d ⇒ covariance matrix is d × d ⇒ computational complexity is O(d2) ⇒ Not scalable for high-dim problems (e.g weather prediction)

  • R. E Kalman and R. S Bucy. New results in linear filtering and prediction theory, 1961

Error Analysis of the Linear FPF Amirhossein Taghvaei 3 / 14 Amirhossein

slide-10
SLIDE 10

Stochastic linear FPF and ensemble Kalman filter

Idea: Propagate particles {Xi

t}N i=1 ∼ P(Xt|Zt) instead of mean and covariance

dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt)

  • correction

, Xi

i.i.d

∼ p0 where empirical mean: m(N)

t

:= 1 N

N

  • i=1

Xi

t

empirical covariance: Σ(N)

t

:= 1 N − 1

N

  • i=1

(Xi

t − m(N) t

)(Xi

t − m(N) t

)⊤ empirical Kalman gain: K(N)

t

:= Σ(N)

t

H⊤ Exactness: If N = ∞ (mean-field limit), then m(N)

t

= mt and Σ(N)

t

= Σt Computational remark: computational complexity is O(Nd). Efficient when d >> N Question: What is the approximation error when N < ∞?

  • G. Evensen. Sequential data assimilation with a nonlinear quasi-geostrophic model . . . 1994.
  • K. Bergemann and S. Reich. An ensemble Kalman-Bucy filter for continuous data assimilation, 2012
  • T. Yang, R. S. Laugesen, P. G. Mehta, and S. P. Meyn. Multivariable feedback particle filter, Automatica, 2016

Error Analysis of the Linear FPF Amirhossein Taghvaei 4 / 14 Amirhossein

slide-11
SLIDE 11

Stochastic linear FPF and ensemble Kalman filter

Idea: Propagate particles {Xi

t}N i=1 ∼ P(Xt|Zt) instead of mean and covariance

dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt)

  • correction

, Xi

i.i.d

∼ p0 where empirical mean: m(N)

t

:= 1 N

N

  • i=1

Xi

t

empirical covariance: Σ(N)

t

:= 1 N − 1

N

  • i=1

(Xi

t − m(N) t

)(Xi

t − m(N) t

)⊤ empirical Kalman gain: K(N)

t

:= Σ(N)

t

H⊤ Exactness: If N = ∞ (mean-field limit), then m(N)

t

= mt and Σ(N)

t

= Σt Computational remark: computational complexity is O(Nd). Efficient when d >> N Question: What is the approximation error when N < ∞?

  • G. Evensen. Sequential data assimilation with a nonlinear quasi-geostrophic model . . . 1994.
  • K. Bergemann and S. Reich. An ensemble Kalman-Bucy filter for continuous data assimilation, 2012
  • T. Yang, R. S. Laugesen, P. G. Mehta, and S. P. Meyn. Multivariable feedback particle filter, Automatica, 2016

Error Analysis of the Linear FPF Amirhossein Taghvaei 4 / 14 Amirhossein

slide-12
SLIDE 12

Stochastic linear FPF and ensemble Kalman filter

Idea: Propagate particles {Xi

t}N i=1 ∼ P(Xt|Zt) instead of mean and covariance

dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt)

  • correction

, Xi

i.i.d

∼ p0 where empirical mean: m(N)

t

:= 1 N

N

  • i=1

Xi

t

empirical covariance: Σ(N)

t

:= 1 N − 1

N

  • i=1

(Xi

t − m(N) t

)(Xi

t − m(N) t

)⊤ empirical Kalman gain: K(N)

t

:= Σ(N)

t

H⊤ Exactness: If N = ∞ (mean-field limit), then m(N)

t

= mt and Σ(N)

t

= Σt Computational remark: computational complexity is O(Nd). Efficient when d >> N Question: What is the approximation error when N < ∞?

  • G. Evensen. Sequential data assimilation with a nonlinear quasi-geostrophic model . . . 1994.
  • K. Bergemann and S. Reich. An ensemble Kalman-Bucy filter for continuous data assimilation, 2012
  • T. Yang, R. S. Laugesen, P. G. Mehta, and S. P. Meyn. Multivariable feedback particle filter, Automatica, 2016

Error Analysis of the Linear FPF Amirhossein Taghvaei 4 / 14 Amirhossein

slide-13
SLIDE 13

Literature review

Background on ensemble Kalman filter and FPF EnKf: [G. Evensen, 1994] Widely applied in geophysical sciences Exact only for linear Gaussian setting Two established forms of EnKF: (i) EnKF based on perturbed observation (ii) The square root EnKF FPF: [T. Yang, et. al. 2012] Alternative to particle filter Does not suffer from particle degeneracy and admits lower simulation variance Exact for nonlinear non-Gaussian setting Generalization of the EnKF to non-linear setting Two forms of linear FPF: (i) Stochastic linear FPF (same as square-root EnKf) (ii) Deterministic linear FPF

  • A. Taghvaei, J de Wiljes, P. G. Mehta, and S. Reich. Kalman filter and its modern extensions for the continuous-

time nonlinear filtering problem. ASME, 2017

Error Analysis of the Linear FPF Amirhossein Taghvaei 5 / 14 Amirhossein

slide-14
SLIDE 14

Literature review

Background on ensemble Kalman filter and FPF EnKf: [G. Evensen, 1994] Widely applied in geophysical sciences Exact only for linear Gaussian setting Two established forms of EnKF: (i) EnKF based on perturbed observation (ii) The square root EnKF FPF: [T. Yang, et. al. 2012] Alternative to particle filter Does not suffer from particle degeneracy and admits lower simulation variance Exact for nonlinear non-Gaussian setting Generalization of the EnKF to non-linear setting Two forms of linear FPF: (i) Stochastic linear FPF (same as square-root EnKf) (ii) Deterministic linear FPF

  • A. Taghvaei, J de Wiljes, P. G. Mehta, and S. Reich. Kalman filter and its modern extensions for the continuous-

time nonlinear filtering problem. ASME, 2017

Error Analysis of the Linear FPF Amirhossein Taghvaei 5 / 14 Amirhossein

slide-15
SLIDE 15

Literature review

Error analysis of the FPF and EnKF 1) EnKf with perturbed observation Assumption: System is stable and fully observable (H⊤H = ρI) Convergence with O( 1 √ N ) on finite time horizon: [Le Gland et. al. 2009] Convergence with O( 1 √ N ) uniform in time [Del moral, et. al. 2016] 2) Deterministic FPF Assumption: System is stabilizable and detectable Convergence with O(e−λt √ N ) [Taghvaei and Mehta .(ACC) 2018] 3) Stochastic linear FPF or square root EnKF Error analysis: Subject of this work

Error Analysis of the Linear FPF Amirhossein Taghvaei 6 / 14 Amirhossein

slide-16
SLIDE 16

Literature review

Error analysis of the FPF and EnKF 1) EnKf with perturbed observation Assumption: System is stable and fully observable (H⊤H = ρI) Convergence with O( 1 √ N ) on finite time horizon: [Le Gland et. al. 2009] Convergence with O( 1 √ N ) uniform in time [Del moral, et. al. 2016] 2) Deterministic FPF Assumption: System is stabilizable and detectable Convergence with O(e−λt √ N ) [Taghvaei and Mehta .(ACC) 2018] 3) Stochastic linear FPF or square root EnKF Error analysis: Subject of this work

Error Analysis of the Linear FPF Amirhossein Taghvaei 6 / 14 Amirhossein

slide-17
SLIDE 17

Literature review

Error analysis of the FPF and EnKF 1) EnKf with perturbed observation Assumption: System is stable and fully observable (H⊤H = ρI) Convergence with O( 1 √ N ) on finite time horizon: [Le Gland et. al. 2009] Convergence with O( 1 √ N ) uniform in time [Del moral, et. al. 2016] 2) Deterministic FPF Assumption: System is stabilizable and detectable Convergence with O(e−λt √ N ) [Taghvaei and Mehta .(ACC) 2018] 3) Stochastic linear FPF or square root EnKF Error analysis: Subject of this work

Error Analysis of the Linear FPF Amirhossein Taghvaei 6 / 14 Amirhossein

slide-18
SLIDE 18

Stochastic linear FPF

Problem formulation Finite-N system: dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt), Xi

i.i.d

∼ p0 K(N)

t

= Σ(N)

t

H⊤ with empirical mean m(N)

t

and covariance Σ(N)

t

Mean-field limit: d ¯ Xt = (linear dynamics) + ¯ Kt( d¯ It − 1 2H(Xi

t − ¯

mt) dt), ¯ X0 ∼ p0 ¯ Kt = ¯ ΣtH⊤ with mean-field mean ¯ mt = E[ ¯ Xt|Zt] and covariance ¯ Σt = Cov( ¯ Xt|Zt) Error analysis:

1 Analysis of the mean-field system 2 Analysis of the converegnce of the finite-N system to the mean-field limit

Finite-N system

(2)

≈ mean-field system

(1)

= Kalman filter

Error Analysis of the Linear FPF Amirhossein Taghvaei 7 / 14 Amirhossein

slide-19
SLIDE 19

Stochastic linear FPF

Problem formulation Finite-N system: dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt), Xi

i.i.d

∼ p0 K(N)

t

= Σ(N)

t

H⊤ with empirical mean m(N)

t

and covariance Σ(N)

t

Mean-field limit: d ¯ Xt = (linear dynamics) + ¯ Kt( d¯ It − 1 2H(Xi

t − ¯

mt) dt), ¯ X0 ∼ p0 ¯ Kt = ¯ ΣtH⊤ with mean-field mean ¯ mt = E[ ¯ Xt|Zt] and covariance ¯ Σt = Cov( ¯ Xt|Zt) Error analysis:

1 Analysis of the mean-field system 2 Analysis of the converegnce of the finite-N system to the mean-field limit

Finite-N system

(2)

≈ mean-field system

(1)

= Kalman filter

Error Analysis of the Linear FPF Amirhossein Taghvaei 7 / 14 Amirhossein

slide-20
SLIDE 20

Stochastic linear FPF

Problem formulation Finite-N system: dXi

t = (linear dynamics) + K(N) t

( dIt − 1 2H(Xi

t − m(N) t

) dt), Xi

i.i.d

∼ p0 K(N)

t

= Σ(N)

t

H⊤ with empirical mean m(N)

t

and covariance Σ(N)

t

Mean-field limit: d ¯ Xt = (linear dynamics) + ¯ Kt( d¯ It − 1 2H(Xi

t − ¯

mt) dt), ¯ X0 ∼ p0 ¯ Kt = ¯ ΣtH⊤ with mean-field mean ¯ mt = E[ ¯ Xt|Zt] and covariance ¯ Σt = Cov( ¯ Xt|Zt) Error analysis:

1 Analysis of the mean-field system 2 Analysis of the converegnce of the finite-N system to the mean-field limit

Finite-N system

(2)

≈ mean-field system

(1)

= Kalman filter

Error Analysis of the Linear FPF Amirhossein Taghvaei 7 / 14 Amirhossein

slide-21
SLIDE 21

Evolution of the mean and covariance

Finite-N system: dm(N)

t

= (linear dynamics) + K(N)

t

dIt

  • Kalman filter

+ σB √ N d ˜ Bt

  • stochastic term

dΣ(N)

t

= Ric(Σ(N)

t

) dt

  • Kalman filter

+ dMt √ N

stochastic term

Mean-field system system (N = ∞): d ¯ mt = (linear dynamics) + ¯ Kt dIt

  • Kalman filter

d dt ¯ Σt = Ric(Σ(N)

t

)

  • Kalman filter

Error Analysis of the Linear FPF Amirhossein Taghvaei 8 / 14 Amirhossein

slide-22
SLIDE 22

Evolution of the mean and covariance

Finite-N system: dm(N)

t

= (linear dynamics) + K(N)

t

dIt

  • Kalman filter

+ σB √ N d ˜ Bt

  • stochastic term

dΣ(N)

t

= Ric(Σ(N)

t

) dt

  • Kalman filter

+ dMt √ N

stochastic term

Mean-field system system (N = ∞): d ¯ mt = (linear dynamics) + ¯ Kt dIt

  • Kalman filter

d dt ¯ Σt = Ric(Σ(N)

t

)

  • Kalman filter

Error Analysis of the Linear FPF Amirhossein Taghvaei 8 / 14 Amirhossein

slide-23
SLIDE 23

Linear FPF is exact Proposition

Consider the linear Gaussian filtering problem (Xt, Zt), and the mean-field system ¯ Xt.

1 If ¯

m0 = m0 and ¯ Σ0 = Σ0, then ¯ mt = mt, ¯ Σt = Σt

2 If the initial distribution is Gaussian ¯

X0 ∼ N(m0, Σ0), ¯ Xt ∼ P(Xt|Zt)

Error Analysis of the Linear FPF Amirhossein Taghvaei 9 / 14 Amirhossein

slide-24
SLIDE 24

Existence and uniqueness of the mean-field process

Mean-field system: d ¯ Xt = (linear dynamics) + ¯ Kt( d¯ It − 1 2H(Xi

t − ¯

mt) dt), ¯ X0 ∼ p0 ¯ Kt = ¯ ΣtH⊤ It is a McKean-Vlasov sde Fixed-point type technique is used to show existence of a unique mean-field process

Proposition (Existence and uniqueness)

The McKean-Vlasov sde has a unqiue strong solution on the space C([0, T], Rd) such that E[sup

t | ¯

Xt|2] < ∞]

Error Analysis of the Linear FPF Amirhossein Taghvaei 10 / 14 Amirhossein

slide-25
SLIDE 25

Existence and uniqueness of the mean-field process

Mean-field system: d ¯ Xt = (linear dynamics) + ¯ Kt( d¯ It − 1 2H(Xi

t − ¯

mt) dt), ¯ X0 ∼ p0 ¯ Kt = ¯ ΣtH⊤ It is a McKean-Vlasov sde Fixed-point type technique is used to show existence of a unique mean-field process

Proposition (Existence and uniqueness)

The McKean-Vlasov sde has a unqiue strong solution on the space C([0, T], Rd) such that E[sup

t | ¯

Xt|2] < ∞]

Error Analysis of the Linear FPF Amirhossein Taghvaei 10 / 14 Amirhossein

slide-26
SLIDE 26

Stability of the mean-field process

Define ¯ ξt = ¯ Xt − ¯ mt, then d ¯ mt = (Kalman filter) d¯ ξt = (A − 1 2 ¯ KtH)¯ ξt + σB d ¯ Bt Assumptions: The system (A, H) is detectable and (A, σB) is stabilizable (for stability of ¯ mt) The covariance matrix ΣB = σBσ⊤

B ≻ 0 (for stability of ¯

ξ)

Proposition

Let ¯ Xt ∼ πt and ˜ Xt ∼ ˜ πt be solutions to the mean-field system with different initial

  • condition. Then

W2(πt, ˜ πt) ≤ Me−βt

Error Analysis of the Linear FPF Amirhossein Taghvaei 11 / 14 Amirhossein

slide-27
SLIDE 27

Stability of the mean-field process

Define ¯ ξt = ¯ Xt − ¯ mt, then d ¯ mt = (Kalman filter) d¯ ξt = (A − 1 2 ¯ KtH)¯ ξt + σB d ¯ Bt Assumptions: The system (A, H) is detectable and (A, σB) is stabilizable (for stability of ¯ mt) The covariance matrix ΣB = σBσ⊤

B ≻ 0 (for stability of ¯

ξ)

Proposition

Let ¯ Xt ∼ πt and ˜ Xt ∼ ˜ πt be solutions to the mean-field system with different initial

  • condition. Then

W2(πt, ˜ πt) ≤ Me−βt

Error Analysis of the Linear FPF Amirhossein Taghvaei 11 / 14 Amirhossein

slide-28
SLIDE 28

Convergence of the mean and covariance

Evolution of mean and covariance: dm(N)

t

= (linear dynamics) + K(N)

t

dIt

  • Kalman filter

+ σB √ N d ˜ Bt

  • stochastic term

dΣ(N)

t

= Ric(Σ(N)

t

) dt

  • Kalman filter

+ dMt √ N

stochastic term

Proposition (convergence)

Assume d = 1 (scalar case). Then E[|Σ(N)

t

− Σt|2p]1/p ≤ (const.) e−βt N + (const.) N Assume the matrix A is stable. Then E[|m(N)

t

− mt|2] ≤ (const.) e−2µ(A)t N + (const.) N

Error Analysis of the Linear FPF Amirhossein Taghvaei 12 / 14 Amirhossein

slide-29
SLIDE 29

Convergence of the mean and covariance

Evolution of mean and covariance: dm(N)

t

= (linear dynamics) + K(N)

t

dIt

  • Kalman filter

+ σB √ N d ˜ Bt

  • stochastic term

dΣ(N)

t

= Ric(Σ(N)

t

) dt

  • Kalman filter

+ dMt √ N

stochastic term

Proposition (convergence)

Assume d = 1 (scalar case). Then E[|Σ(N)

t

− Σt|2p]1/p ≤ (const.) e−βt N + (const.) N Assume the matrix A is stable. Then E[|m(N)

t

− mt|2] ≤ (const.) e−2µ(A)t N + (const.) N

Error Analysis of the Linear FPF Amirhossein Taghvaei 12 / 14 Amirhossein

slide-30
SLIDE 30

Convergence of the empirical distribution

Propagation of chaos

Proposition

Consider the stochastic linear FPF for the linear Gaussian problem where the system is

  • stable. Then

E[

  • 1

N

N

  • i=1

f(Xi

t) − E[f(Xt)|Zt]

  • 2] ≤ (const)

N , ∀f ∈ Cb(Rd) The empirical distribution converges to the posterior disttribution

  • A. Sznitman. Topics in propagation of chaos, 1991

Error Analysis of the Linear FPF Amirhossein Taghvaei 13 / 14 Amirhossein

slide-31
SLIDE 31

Conclusions and future work

We proved the convergence and provided error-bounds for a stable and scalar system Recent work [Bishop and Del Moral, 2018] proved error-bounds under the assumption that the system is fully observable (H is full-rank) Is it possible to do the error analysis under stabilizable and detectable assumption?

  • pen problem

The are many finite-N system that have the same mean-field limt. Should we change the finie-N system? Can dual formulation be helpful?

Thank you for your attention!

Error Analysis of the Linear FPF Amirhossein Taghvaei 14 / 14 Amirhossein

slide-32
SLIDE 32

Conclusions and future work

We proved the convergence and provided error-bounds for a stable and scalar system Recent work [Bishop and Del Moral, 2018] proved error-bounds under the assumption that the system is fully observable (H is full-rank) Is it possible to do the error analysis under stabilizable and detectable assumption?

  • pen problem

The are many finite-N system that have the same mean-field limt. Should we change the finie-N system? Can dual formulation be helpful?

Thank you for your attention!

Error Analysis of the Linear FPF Amirhossein Taghvaei 14 / 14 Amirhossein

slide-33
SLIDE 33

Conclusions and future work

We proved the convergence and provided error-bounds for a stable and scalar system Recent work [Bishop and Del Moral, 2018] proved error-bounds under the assumption that the system is fully observable (H is full-rank) Is it possible to do the error analysis under stabilizable and detectable assumption?

  • pen problem

The are many finite-N system that have the same mean-field limt. Should we change the finie-N system? Can dual formulation be helpful?

Thank you for your attention!

Error Analysis of the Linear FPF Amirhossein Taghvaei 14 / 14 Amirhossein

slide-34
SLIDE 34

Conclusions and future work

We proved the convergence and provided error-bounds for a stable and scalar system Recent work [Bishop and Del Moral, 2018] proved error-bounds under the assumption that the system is fully observable (H is full-rank) Is it possible to do the error analysis under stabilizable and detectable assumption?

  • pen problem

The are many finite-N system that have the same mean-field limt. Should we change the finie-N system? Can dual formulation be helpful?

Thank you for your attention!

Error Analysis of the Linear FPF Amirhossein Taghvaei 14 / 14 Amirhossein

slide-35
SLIDE 35

Conclusions and future work

We proved the convergence and provided error-bounds for a stable and scalar system Recent work [Bishop and Del Moral, 2018] proved error-bounds under the assumption that the system is fully observable (H is full-rank) Is it possible to do the error analysis under stabilizable and detectable assumption?

  • pen problem

The are many finite-N system that have the same mean-field limt. Should we change the finie-N system? Can dual formulation be helpful?

Thank you for your attention!

Error Analysis of the Linear FPF Amirhossein Taghvaei 14 / 14 Amirhossein