SenseExpo: Efficient Autonomous Exploration with Prediction Information from Lightweight Neural Networks
Haojia Gao, Haohua Que, Hoiian Au, Weihao Shan, Mingkai Liu, Yusen Qin, Lei Mu, Rong Zhao, Xinghua Yang, Qi Wei, Fei Qiao
TL;DR
SenseExpo introduces a lightweight autonomous exploration framework that predicts local occupancy maps using a 709k-parameter network combining GANs, Transformer, and Fast Fourier Convolution. The system operates on partial onboard observations, fuses local predictions across time and robots, and guides frontier-based exploration, all packaged as a plug-and-play ROS node for easy integration. It demonstrates state-of-the-art prediction quality on the KTH dataset, strong cross-domain robustness on HouseExpo, and substantial exploration-time reductions (up to ~77% on MRPD 1.0) compared with existing methods. The work highlights practical applicability for resource-constrained robots, and its modular ROS deployment enables widespread adoption in real-world navigation and mapping tasks.
Abstract
This paper proposes SenseExpo, an efficient autonomous exploration framework based on a lightweight prediction network, which addresses the limitations of traditional methods in computational overhead and environmental generalization. By integrating Generative Adversarial Networks (GANs), Transformer, and Fast Fourier Convolution (FFC), we designed a lightweight prediction model with merely 709k parameters. Our smallest model achieves better performance on the KTH dataset than U-net (24.5M) and LaMa (51M), delivering PSNR 9.026 and SSIM 0.718, particularly representing a 38.7% PSNR improvement over the 51M-parameter LaMa model. Cross-domain testing demonstrates its strong generalization capability, with an FID score of 161.55 on the HouseExpo dataset, significantly outperforming comparable methods. Regarding exploration efficiency, on the KTH dataset,SenseExpo demonstrates approximately a 67.9% time reduction in exploration time compared to MapEx. On the MRPB 1.0 dataset, SenseExpo achieves 77.1% time reduction roughly compared to MapEx. Deployed as a plug-and-play ROS node, the framework seamlessly integrates with existing navigation systems, providing an efficient solution for resource-constrained devices.
