HEROS: Hierarchical Exploration with Online Subregion Updating for 3D Environment Coverage
Shijun Long, Ying Li, Chenming Wu, Bin Xu, Wei Fan
TL;DR
The paper addresses efficient exploration of unknown 3D environments under computational constraints. It introduces HEROS, a framework built on rapid environmental preprocessing, a variable-resolution subregion division with an online Subregion Information Structure, and a hierarchical planning strategy that performs global coverage path planning over subregions followed by local viewpoint optimization guided by the global plan. By representing unknown space with online adaptive subregions and solving an open-loop asymmetric TSP for region visitation plus constrained local optimization, the approach balances exploration efficiency and computational cost. Experimental results in simulation and a real-world underground garage demonstrate faster exploration and lower resource usage compared with state-of-the-art baselines, validating the method's practicality for large-scale and dynamic environments.
Abstract
We present an autonomous exploration system for efficient coverage of unknown environments. First, a rapid environment preprocessing method is introduced to provide environmental information for subsequent exploration planning. Then, the whole exploration space is divided into multiple subregion cells, each with varying levels of detail. The subregion cells are capable of decomposition and updating online, effectively characterizing dynamic unknown regions with variable resolution. Finally, the hierarchical planning strategy treats subregions as basic planning units and computes an efficient global coverage path. Guided by the global path, the local path that sequentially visits the viewpoint set is refined to provide an executable path for the robot. This hierarchical planning from coarse to fine steps reduces the complexity of the planning scheme while improving exploration efficiency. The proposed method is compared with state-of-art methods in benchmark environments. Our approach demonstrates superior efficiency in completing exploration while using lower computational resources.
