AGRNav: Efficient and Energy-Saving Autonomous Navigation for Air-Ground Robots in Occlusion-Prone Environments
Junming Wang, Zekai Sun, Xiuxian Guan, Tianxiang Shen, Zongyuan Zhang, Tianyang Duan, Dong Huang, Shixiong Zhao, Heming Cui
TL;DR
AGRNav tackles safe and energy-efficient navigation for air-ground robots in occlusion-prone environments by predicting unseen obstacles and incorporating predictions into a low-latency occupancy map. The framework centers on SCONet, a lightweight semantic scene completion network that uses depthwise separable convolutions and two self-attention modules (CCA and MobileViT-v2) to predict occluded occupancy and semantics, paired with a query-based occupancy update and a hierarchical planner for energy-efficient trajectories. Key contributions include real-time SCONet performance on SemanticKITTI (IoU 56.12 and 20 FPS), a memory-efficient occupancy update reducing complexity to $O(M)$, and a validated energy-saving planner that reduces aerial path usage by about 50% in simulations and real-world tests. The results demonstrate safer, more energy-efficient navigation in occlusion-rich environments and provide open-source code for reproducibility.
Abstract
The exceptional mobility and long endurance of air-ground robots are raising interest in their usage to navigate complex environments (e.g., forests and large buildings). However, such environments often contain occluded and unknown regions, and without accurate prediction of unobserved obstacles, the movement of the air-ground robot often suffers a suboptimal trajectory under existing mapping-based and learning-based navigation methods. In this work, we present AGRNav, a novel framework designed to search for safe and energy-saving air-ground hybrid paths. AGRNav contains a lightweight semantic scene completion network (SCONet) with self-attention to enable accurate obstacle predictions by capturing contextual information and occlusion area features. The framework subsequently employs a query-based method for low-latency updates of prediction results to the grid map. Finally, based on the updated map, the hierarchical path planner efficiently searches for energy-saving paths for navigation. We validate AGRNav's performance through benchmarks in both simulated and real-world environments, demonstrating its superiority over classical and state-of-the-art methods. The open-source code is available at https://github.com/jmwang0117/AGRNav.
