🤖 AI Summary
This work addresses the data-association-free landmark-based localization problem in planar environments, where a robot cannot pre-identify which landmark corresponds to each observation and must jointly optimize pose states and measurement-to-landmark associations for global optimality. To this end, we introduce, for the first time, a compact semidefinite programming (SDP) relaxation tailored to this problem, integrating Lie-algebraic pose representation and relative-position measurement models; this formulation provides theoretical global optimality guarantees under moderate-to-low noise conditions. In contrast to conventional Gauss–Newton methods—whose performance heavily depends on initialization quality and heuristic data association—our approach achieves significantly higher global convergence rates in both simulation and real-world experiments, while exhibiting robustness to initialization. The implementation is publicly available.
📝 Abstract
This paper proposes a semidefinite relaxation for landmark-based localization with unknown data associations in planar environments. The proposed method simultaneously solves for the optimal robot states and data associations in a globally optimal fashion. Relative position measurements to known landmarks are used, but the data association is unknown in tha tthe robot does not know which landmark each measurement is generated from. The relaxation is shown to be tight in a majority of cases for moderate noise levels. The proposed algorithm is compared to local Gauss-Newton baselines initialized at the dead-reckoned trajectory, and is shown to significantly improve convergence to the problem's global optimum in simulation and experiment. Accompanying software and supplementary material may be found at https://github.com/vkorotkine/certifiable_uda_loc .