Distributed Pose-graph Optimization with Multi-level Partitioning for Collaborative SLAM
Cunhao Li, Peng Yi, Guanghui Guo, Yiguang Hong
TL;DR
This work targets the distributed backend of collaborative SLAM by addressing SE(d)-synchronization in pose-graph optimization. It combines multi-level graph partitioning to produce balanced subproblems with an Improved Riemannian Block Coordinate Descent (IRBCD) algorithm applied to a Low-Rank Convex Relaxation (LRCR) of the SDP-formulated PGO, ensuring convergence to a first-order stationary point. The Highest KaHIP partitioning scheme yields the best balance and the IRBCD solver accelerates convergence compared to prior RBCD-based methods. Empirical results show reduced inter-subgraph communication, faster convergence, and improved objective values over state-of-the-art distributed PGO methods across multiple datasets and robot counts, highlighting practical benefits for scalable CSLAM back-ends.
Abstract
The back-end module of Distributed Collaborative Simultaneous Localization and Mapping (DCSLAM) requires solving a nonlinear Pose Graph Optimization (PGO) under a distributed setting, also known as SE(d)-synchronization. Most existing distributed graph optimization algorithms employ a simple sequential partitioning scheme, which may result in unbalanced subgraph dimensions due to the different geographic locations of each robot, and hence imposes extra communication load. Moreover, the performance of current Riemannian optimization algorithms can be further accelerated. In this letter, we propose a novel distributed pose graph optimization algorithm combining multi-level partitioning with an accelerated Riemannian optimization method. Firstly, we employ the multi-level graph partitioning algorithm to preprocess the naive pose graph to formulate a balanced optimization problem. In addition, inspired by the accelerated coordinate descent method, we devise an Improved Riemannian Block Coordinate Descent (IRBCD) algorithm and the critical point obtained is globally optimal. Finally, we evaluate the effects of four common graph partitioning approaches on the correlation of the inter-subgraphs, and discover that the Highest scheme has the best partitioning performance. Also, we implement simulations to quantitatively demonstrate that our proposed algorithm outperforms the state-of-the-art distributed pose graph optimization protocols.
