Multi S-Graphs: An Efficient Distributed Semantic-Relational Collaborative SLAM
Miguel Fernandez-Cortizas, Hriday Bavle, David Perez-Saura, Jose Luis Sanchez-Lopez, Pascual Campoy, Holger Voos
TL;DR
The paper tackles scalable, accurate CSLAM in structured environments where exchanging low-level measurements is costly and loop closures are prone to errors. It introduces Multi S-Graphs, a distributed CSLAM framework built on four-layered, optimizable S-Graphs that blend pose graphs with a hierarchical 3D scene graph and semantic-relational constraints. A Room Descriptor that fuses semantic room information with Room Centric point clouds enables robust inter-robot loop closures, while S-Graph Distillation minimizes data exchange. Experiments in simulation and real-world settings demonstrate significant improvements in accuracy and substantial bandwidth reductions compared with state-of-the-art baselines, highlighting the approach’s potential for scalable multi-robot mapping in structured environments.
Abstract
Collaborative Simultaneous Localization and Mapping (CSLAM) is critical to enable multiple robots to operate in complex environments. Most CSLAM techniques rely on raw sensor measurement or low-level features such as keyframe descriptors, which can lead to wrong loop closures due to the lack of deep understanding of the environment. Moreover, the exchange of these measurements and low-level features among the robots requires the transmission of a significant amount of data, which limits the scalability of the system. To overcome these limitations, we present Multi S-Graphs, a decentralized CSLAM system that utilizes high-level semantic-relational information embedded in the four-layered hierarchical and optimizable situational graphs for cooperative map generation and localization in structured environments while minimizing the information exchanged between the robots. To support this, we present a novel room-based descriptor which, along with its connected walls, is used to perform inter-robot loop closures, addressing the challenges of multi-robot kidnapped problem initialization. Multiple experiments in simulated and real environments validate the improvement in accuracy and robustness of the proposed approach while reducing the amount of data exchanged between robots compared to other state-of-the-art approaches. Software available within a docker image: https://github.com/snt-arg/multi_s_graphs_docker
