EPIC: A Lightweight LiDAR-Based UAV Exploration Framework for Large-Scale Scenarios
Shuang Geng, Zelin Ning, Fu Zhang, Boyu Zhou
TL;DR
The paper tackles autonomous exploration of large-scale 3D environments with UAVs using LiDAR, addressing the high memory and computational costs of traditional representations. It introduces EPIC, which directly operates on point clouds via an observation map derived from surface observation quality, and an incremental topological graph built on the same data to accelerate path planning. These components feed a hierarchical planner with an incremental global guidance path and a local MINCO-based trajectory generator, achieving fast exploration with low memory and computation. Empirical results in simulation and real-world tests show reduced memory footprint and planning time while maintaining exploration efficiency and trajectory quality, demonstrating practical viability for large-scale unmanned exploration.
Abstract
Autonomous exploration is a fundamental problem for various applications of unmanned aerial vehicles (UAVs). Recently, LiDAR-based exploration has gained significant attention due to its ability to generate high-precision point cloud maps of large-scale environments. While the point clouds are inherently informative for navigation, many existing exploration methods still rely on additional, often expensive, environmental representations. This reliance stems from two main reasons: the need for frontier detection or information gain computation, which typically depends on memory-intensive occupancy grid maps, and the high computational complexity of path planning directly on point clouds, primarily due to costly collision checking. To address these limitations, we present EPIC, a lightweight LiDAR-based UAV exploration framework that directly exploits point cloud data to explore large-scale environments. EPIC introduces a novel observation map derived directly from the quality of point clouds, eliminating the need for global occupancy grid maps while preserving comprehensive exploration capabilities. We also propose an incremental topological graph construction method operating directly on point clouds, enabling real-time path planning in large-scale environments. Leveraging these components, we build a hierarchical planning framework that generates agile and energy-efficient trajectories, achieving significantly reduced memory consumption and computation time compared to most existing methods. Extensive simulations and real-world experiments demonstrate that EPIC achieves faster exploration while significantly reducing memory consumption compared to state-of-the-art methods.
