Harman Patil (Editor)

Filtering problem (stochastic processes)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In the theory of stochastic processes, the filtering problem is a mathematical model for a number of state estimation problems in signal processing and related fields. The general idea is to establish a "best estimate" for the true value of some system from an incomplete, potentially noisy set of observations on that system. The problem of optimal non-linear filtering (even for the non-stationary case) was solved by Ruslan L. Stratonovich (1959, 1960), see also Harold J. Kushner's work and Moshe Zakai's, who introduced a simplified dynamics for the unnormalized conditional law of the filter known as Zakai equation. The solution, however, is infinite-dimensional in the general case. Certain approximations and special cases are well-understood: for example, the linear filters are optimal for Gaussian random variables, and are known as the Wiener filter and the Kalman-Bucy filter. More generally, as the solution is infinite dimensional, it requires finite dimensional approximations to be implemented in a computer with finite memory. A finite dimensional approximated nonlinear filter may be more based on heuristics, such as the Extended Kalman Filter or the Assumed Density Filters, or more methodologically oriented such as for example the Projection Filters, some sub-families of which are shown to coincide with the Assumed Density Filters.

Contents

In general, if the separation principle applies, then filtering also arises as part of the solution of an optimal control problem. For example, the Kalman filter is the estimation part of the optimal control solution to the Linear-quadratic-Gaussian control problem.

The mathematical formalism

Consider a probability space (Ω, Σ, P) and suppose that the (random) state Yt in n-dimensional Euclidean space Rn of a system of interest at time t is a random variable Yt : Ω → Rn given by the solution to an Itō stochastic differential equation of the form

d Y t = b ( t , Y t ) d t + σ ( t , Y t ) d B t ,

where B denotes standard p-dimensional Brownian motion, b : [0, +∞) × Rn → Rn is the drift field, and σ : [0, +∞) × Rn → Rn×p is the diffusion field. It is assumed that observations Ht in Rm (note that m and n may, in general, be unequal) are taken for each time t according to

H t = c ( t , Y t ) + γ ( t , Y t ) noise .

Adopting the Itō interpretation of the stochastic differential and setting

Z t = 0 t H s d s ,

this gives the following stochastic integral representation for the observations Zt:

d Z t = c ( t , Y t ) d t + γ ( t , Y t ) d W t ,

where W denotes standard r-dimensional Brownian motion, independent of B and the initial condition Y0, and c : [0, +∞) × Rn → Rn and γ : [0, +∞) × Rn → Rn×r satisfy

| c ( t , x ) | + | γ ( t , x ) | C ( 1 + | x | )

for all t and x and some constant C.

The filtering problem is the following: given observations Zs for 0 ≤ s ≤ t, what is the best estimate Ŷt of the true state Yt of the system based on those observations?

By "based on those observations" it is meant that Ŷt is measurable with respect to the σ-algebra Gt generated by the observations Zs, 0 ≤ s ≤ t. Denote by K = K(Zt) be collection of all Rn-valued random variables Y that are square-integrable and Gt-measurable:

K = K ( Z , t ) = L 2 ( Ω , G t , P ; R n ) .

By "best estimate", it is meant that Ŷt minimizes the mean-square distance between Yt and all candidates in K:

E [ | Y t Y ^ t | 2 ] = inf Y K E [ | Y t Y | 2 ] . (M)

Basic result: orthogonal projection

The space K(Zt) of candidates is a Hilbert space, and the general theory of Hilbert spaces implies that the solution Ŷt of the minimization problem (M) is given by

Y ^ t = P K ( Z , t ) ( Y t ) ,

where PK(Z,t) denotes the orthogonal projection of L2(Ω, Σ, PRn) onto the linear subspace K(Zt) = L2(Ω, GtPRn). Furthermore, it is a general fact about conditional expectations that if F is any sub-σ-algebra of Σ then the orthogonal projection

P K : L 2 ( Ω , Σ , P ; R n ) L 2 ( Ω , F , P ; R n )

is exactly the conditional expectation operator E[·|F], i.e.,

P K ( X ) = E [ X | F ] .

Hence,

Y ^ t = P K ( Z , t ) ( Y t ) = E [ Y t | G t ] .

This elementary result is the basis for the general Fujisaki-Kallianpur-Kunita equation of filtering theory.

References

Filtering problem (stochastic processes) Wikipedia


Similar Topics