Location Estimation with a Differential Update Network

Abstract

Given a set of hidden variables with an a-priori Markov structure, we derive an online algorithm which approximately updates the posterior as pairwise measurements between the hidden variables become available. The update is performed using Assumed Density Filtering: to incorporate each pairwise measurement, we compute the optimal Markov structure which represents the true posterior and use it as a prior for incorporating the next measurement. We demonstrate the resulting algorithm by cal- culating globally consistent trajectories of a robot as it navigates along a 2D trajectory. To update a trajectory of length t, the update takes O(t). When all conditional distributions are linear-Gaussian, the algorithm can be thought of as a Kalman Filter which simplifies the state covariance matrix after incorporating each measurement.

Cite

Text

Rahimi and Darrell. "Location Estimation with a Differential Update Network." Neural Information Processing Systems, 2002.

Markdown

[Rahimi and Darrell. "Location Estimation with a Differential Update Network." Neural Information Processing Systems, 2002.](https://mlanthology.org/neurips/2002/rahimi2002neurips-location/)

BibTeX

@inproceedings{rahimi2002neurips-location,
  title     = {{Location Estimation with a Differential Update Network}},
  author    = {Rahimi, Ali and Darrell, Trevor},
  booktitle = {Neural Information Processing Systems},
  year      = {2002},
  pages     = {1073-1080},
  url       = {https://mlanthology.org/neurips/2002/rahimi2002neurips-location/}
}