Add Gaussian Mixture residuals to batch #119
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implemented Gaussian Mixture Model (GMM) residuals for batch. Useful for unknown data associations and loop closures, for instance. Based on the papers below.
A TODO is to add an iterated EKF that uses batch residuals so that these may be used in a filtering context.
@Article{9381625,
author={Pfeifer, Tim and Lange, Sven and Protzel, Peter},
journal={IEEE Robotics and Automation Letters},
title={Advancing Mixture Models for Least Squares Optimization},
year={2021},
volume={6},
number={2},
pages={3941-3948},
doi={10.1109/LRA.2021.3067307}}
@misc{korotkine2024hessian,
title={A Hessian for Gaussian Mixture Likelihoods in Nonlinear Least Squares},
author={Vassili Korotkine and Mitchell Cohen and James Richard Forbes},
year={2024},
eprint={2404.05452},
archivePrefix={arXiv},
primaryClass={cs.RO}
}