GVD-TG: Topological Graph based on Fast Hierarchical GVD Sampling for Robot Exploration
Yanbin Li, Canran Xiao, Shenghai Yuan, Peilai Yu, Ziruo Li, Zhiguo Zhang, Wenzheng Chi, Wei Zhang
TL;DR
The paper tackles real-time autonomous exploration by leveraging topological maps built from Generalized Voronoi Diagrams (GVD). It introduces a hierarchical GVD sampling framework augmented with a coverage map to balance global efficiency and local detail, alongside denoising to reduce spurious nodes. A connectivity-constrained mean shift clustering with KD-tree acceleration and a double-layer switch mechanism ensures reachable topological nodes and robust map connectivity, while morphology-based frontier detection and a lightweight cost function enable real-time viewpoint selection. Experimental results in simulation and real-world tests show complete exploration success with substantial reductions in exploration time and minimal backtracking, validating the method's practicality in unknown, obstacle-rich environments.
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.
