Girish Mahajan (Editor)

Symmetry preserving filter

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

Symmetry-preserving observers, also known as invariant filters, are estimation techniques whose structure and design take advantage of the natural symmetries (or invariances) of the considered nonlinear model. As such, the main benefit is an expected much larger domain of convergence than standard filtering methods, e.g. Extended Kalman Filter (EKF) or Unscented Kalman Filter (UKF).

Contents

Motivation

Most physical systems possess natural symmetries (or invariance), i.e. there exist transformations (e.g. rotations, translations, scalings) that leave the system unchanged. From mathematical and engineering viewpoints, it makes sense that a filter well-designed for the system being considered should preserve the same invariance properties.

Definition

Consider G a Lie group, and (local) transformation groups φ g , ψ g , ρ g , where g G .

The nonlinear system

x ˙ = f ( x , u ) y = h ( x , u )

is said to be invariant if it is left unchanged by the action of φ g , ψ g , ρ g , i.e.

X ˙ = f ( X , U ) Y = h ( X , U ) ,

where ( X , U , Y ) = ( φ g ( x ) , ψ g ( u ) , ρ g ( y ) ) .


The system x ^ ˙ = F ( x ^ , u , y ) is then an invariant filter if

  • F ( x , u , h ( x , u ) ) = f ( x , u ) , i.e. that it can be witten x ^ ˙ = f ( x ^ , u ) + C , where the correction term C is equal to 0 when y ^ = y
  • X ^ ˙ = F ( X ^ , U , Y ) , i.e. it is left unchanged by the transformation group.
  • General equation and main result

    It has been proved that every invariant observer reads

    x ^ ˙ = f ( x ^ , u ) + W ( x ^ ) L ( I ( x ^ , u ) , E ( x ^ , u , y ) ) E ( x ^ , u , y ) ,

    where

  • E ( x ^ , u , y ) is an invariant output error, which is different from the usual output error y ^ y
  • W ( x ^ ) = ( w 1 ( x ^ ) , . . , w n ( x ^ ) ) is an invariant frame
  • I ( x ^ , u ) is an invariant vector
  • L ( I , E ) is a freely chosen gain matrix.
  • Given the system and the associated transformation group being considered, there exists a constructive method to determine E ( x ^ , u , y ) , W ( x ^ ) , I ( x ^ , u ) , based on the moving frame method.

    To analyze the error convergence, an invariant state error η ( x ^ , x ) is defined, which is different from the standard output error x ^ x , since the standard output error usually does not preserve the symmetries of the system. One of the main benefits of symmetry-preserving filters is that the error system is "autonomous", but for the free known invariant vector I ( x ^ , u ) , i.e. η ˙ = Υ ( η , I ( x ^ , u ) ) . This important property allows the estimator to have a very large domain of convergence, and to be easy to tune.

    To choose the gain matrix L ( I , E ) , there are two possibilities:

  • a deterministic approach, that leads to the construction of truly nonlinear symmetry-preserving filters (similar to Luenberger-like observers)
  • a stochastic approach, that leads to Invariant Extended Kalman Filters (similar to Kalman-like observers).
  • Applications

    There has been numerous applications that use such invariant observers to estimate the state of the considered system. The application areas include

  • attitude and heading reference systems with or without position/velocity sensor (e.g. GPS)
  • ground vehicle localization systems
  • chemical reactors
  • oceanography
  • References

    Symmetry-preserving filter Wikipedia