Covariance intersection


Covariance intersection is an algorithm for combining two or more estimates of state variables in a Kalman filter when the correlation between them is unknown.

Specification

Items of information a and b are known and are to be fused into information item c. We know a and b have mean/covariance, and,, but the cross correlation is not known. The covariance intersection update gives mean and covariance for c as
where ω is computed to minimize a selected norm, e.g., logdet or trace. While it is necessary to solve an optimization problem for higher dimensions, closed-form solutions exist for lower dimensions. CI can be used in place of the conventional Kalman update equations to ensure that the resulting estimate is conservative, regardless of the correlation between the two estimates, with covariance strictly non-increasing according to the chosen measure. The use of a fixed measure is necessary for rigor to ensure that a sequence of updates does not cause the filtered covariance to increase.

Advantages

According to a recent survey paper and, the covariance intersection has the following advantages:
  1. The identification and computation of the cross covariances are completely avoided.
  2. It yields a consistent fused estimate, and thus a non-divergent filter is obtained.
  3. The accuracy of the fused estimate outperforms each local one.
  4. It gives a common upper bound of actual estimation error variances, which has robustness with respect to unknown correlations.
These advantages have been demonstrated in the case of simultaneous localization and mapping involving over a million map features/beacons.

Development

Pre-covariance intersection

It is widely believed that unknown correlations exist in a diverse range of multi-sensor fusion problems. Neglecting the effects of unknown correlations can result in severe performance degradation, and even divergence. As such, it has attracted and sustained the attention of researchers for decades. However, owing to its intricate, unknown nature, it is not easy to come up with a satisfying scheme to address fusion problems with unknown correlations. If we ignore the correlations, which is the so-called "naive fusion", it may lead to filter divergence. To compensate this kind of divergence, a common sub-optimal approach is to artificially increase the system noise. However, this heuristic requires considerable expertise and compromises the integrity of the Kalman filter framework.