🤖 AI Summary
To address low accuracy and inefficiency in real-time topological map updating during robotic exploration, this paper proposes a hierarchical topological mapping method based on the Generalized Voronoi Diagram (GVD). Our approach features three key contributions: (1) multi-granularity hierarchical sampling coupled with connectivity-constrained node clustering to enhance structural robustness; (2) cache-based connection management and morphological dilation-based frontier extraction to eliminate unreachable nodes and redundant backtracking; and (3) denoised GVD generation, a lightweight cost function, and a switching connectivity strategy to ensure topological consistency and non-overlapping coverage. Experiments in complex environments demonstrate that our method significantly reduces path backtracking (average decrease of 37.2%), improves frontier accessibility by 21.5%, and achieves faster exploration than state-of-the-art approaches—while maintaining real-time performance and robustness.
📝 Abstract
Topological maps are more suitable than metric maps for robotic exploration tasks. However, real-time updating of accurate and detail-rich environmental topological maps remains a challenge. This paper presents a topological map updating method based on the Generalized Voronoi Diagram (GVD). First, the newly observed areas are denoised to avoid low-efficiency GVD nodes misleading the topological structure. Subsequently, a multi-granularity hierarchical GVD generation method is designed to control the sampling granularity at both global and local levels. This not only ensures the accuracy of the topological structure but also enhances the ability to capture detail features, reduces the probability of path backtracking, and ensures no overlap between GVDs through the maintenance of a coverage map, thereby improving GVD utilization efficiency. Second, a node clustering method with connectivity constraints and a connectivity method based on a switching mechanism are designed to avoid the generation of unreachable nodes and erroneous nodes caused by obstacle attraction. A special cache structure is used to store all connectivity information, thereby improving exploration efficiency. Finally, to address the issue of frontiers misjudgment caused by obstacles within the scope of GVD units, a frontiers extraction method based on morphological dilation is designed to effectively ensure the reachability of frontiers. On this basis, a lightweight cost function is used to assess and switch to the next viewpoint in real time. This allows the robot to quickly adjust its strategy when signs of path backtracking appear, thereby escaping the predicament and increasing exploration flexibility. And the performance of system for exploration task is verified through comparative tests with SOTA methods.