Information Filter
- tags
- Gaussian Filter, Bayes Filter
Key Idea
The multi-variate Gaussians are represented in their canonical
representation, by precision/information matrix
The Gaussian can be redefined as follows:
where
For Gaussians,
Algorithm
Pros
- Representing global uncertainty is simple:
. With moments, global uncertainty amounts to covariance of infinite magnitude. - More numerically stable for many applications.
- Natural fit for multi-robot problems, where sensor data is collected decentrally. Information integration is additive and achieved by summing information from multiple robots. This is because the canonical parameters represent a probability in log form.
- Information matrix may be sparse, lending itself to algorithms that are computationally efficient.
Cons
- The update step requires the recovery of a state estimate, inverting the information matrix. Matrix inversion is computationally expensive.