A Hierarchical Region-Based Approach for Efficient Multi-Robot Exploration
Di Meng, Tianhao Zhao, Chaoyu Xue, Jun Wu, Qiuguo Zhu
TL;DR
This work tackles efficient unknown-environment exploration by introducing RegionGraph, a spatially informative representation of unexplored regions, and a two-tier hierarchical framework that enables asynchronous global planning and local refinement. The RegionGraph supports a VRP-based task allocation that preserves spatial structure, while the center/client architecture reduces global planning frequency and enhances robustness. Empirical results in simulations and real-world robot trials show substantial improvements in exploration time, total distance traveled, and overlap reduction, illustrating practical impact for multi-robot systems. The approach offers a scalable path toward coordinated, efficient exploration, with potential extensions to 3D environments.
Abstract
Multi-robot autonomous exploration in an unknown environment is an important application in robotics.Traditional exploration methods only use information around frontier points or viewpoints, ignoring spatial information of unknown areas. Moreover, finding the exact optimal solution for multi-robot task allocation is NP-hard, resulting in significant computational time consumption. To address these issues, we present a hierarchical multi-robot exploration framework using a new modeling method called RegionGraph. The proposed approach makes two main contributions: 1) A new modeling method for unexplored areas that preserves their spatial information across the entire space in a weighted graph called RegionGraph. 2) A hierarchical multi-robot exploration framework that decomposes the global exploration task into smaller subtasks, reducing the frequency of global planning and enabling asynchronous exploration. The proposed method is validated through both simulation and real-world experiments, demonstrating a 20% improvement in efficiency compared to existing methods.
