Implementing Robust M-Estimators with Certifiable Factor Graph Optimization

arXiv cs.RO / 3/24/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses robust parameter estimation in robotics/vision by combining M-estimation (robust losses against outliers) with adaptive reweighting that turns the problem into a sequence of weighted least squares (WLS) subproblems.
  • It highlights that a key practical bottleneck is solving the inner WLS problems reliably when the underlying parameter spaces are nonconvex (e.g., rotations and poses).
  • The authors propose an implementation strategy that uses certifiable factor graph optimization to produce global optimality certificates for the inner WLS subproblems.
  • Their method achieves this while relying only on fast local optimization over smooth manifolds and integrates into existing factor-graph software libraries/workflows.
  • Experiments on pose-graph optimization and landmark SLAM show the approach yields higher-quality estimates than local search alternatives and scales to realistic sizes.

Abstract

Parameter estimation in robotics and computer vision faces formidable challenges from both outlier contamination and nonconvex optimization landscapes. While M-estimation addresses the problem of outliers through robust loss functions, it creates severely nonconvex problems that are difficult to solve globally. Adaptive reweighting schemes provide one particularly appealing strategy for implementing M-estimation in practice: these methods solve a sequence of simpler weighted least squares (WLS) subproblems, enabling both the use of standard least squares solvers and the recovery of higher-quality estimates than simple local search. However, adaptive reweighting still crucially relies upon solving the inner WLS problems effectively, a task that remains challenging in many robotics applications due to the intrinsic nonconvexity of many common parameter spaces (e.g. rotations and poses). In this paper, we show how one can easily implement adaptively reweighted M-estimators with certifiably correct solvers for the inner WLS subproblems using only fast local optimization over smooth manifolds. Our approach exploits recent work on certifiable factor graph optimization to provide global optimality certificates for the inner WLS subproblems while seamlessly integrating into existing factor graph-based software libraries and workflows. Experimental evaluation on pose-graph optimization and landmark SLAM tasks demonstrates that our adaptively reweighted certifiable estimation approach provides higher-quality estimates than alternative local search-based methods, while scaling tractably to realistic problem sizes.