ROMay 18, 2021

Differentiable Factor Graph Optimization for Learning Smoothers

arXiv:2105.08257v336 citations
Originality Highly original
AI Analysis

This work addresses state estimation challenges in robotics and computer vision, offering a novel method for learning probabilistic models in smoothers, though it builds on prior end-to-end optimization techniques.

The authors tackled the problem of learning state estimators for systems with difficult-to-design models by presenting an end-to-end approach for learning smoothers based on factor graph optimization, demonstrating significant improvements in object tracking and visual odometry over existing baselines.

A recent line of work has shown that end-to-end optimization of Bayesian filters can be used to learn state estimators for systems whose underlying models are difficult to hand-design or tune, while retaining the core advantages of probabilistic state estimation. As an alternative approach for state estimation in these settings, we present an end-to-end approach for learning state estimators modeled as factor graph-based smoothers. By unrolling the optimizer we use for maximum a posteriori inference in these probabilistic graphical models, we can learn probabilistic system models in the full context of an overall state estimator, while also taking advantage of the distinct accuracy and runtime advantages that smoothers offer over recursive filters. We study this approach using two fundamental state estimation problems, object tracking and visual odometry, where we demonstrate a significant improvement over existing baselines. Our work comes with an extensive code release, which includes training and evaluation scripts, as well as Python libraries for Lie theory and factor graph optimization: https://sites.google.com/view/diffsmoothing/

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes