Fast LiDAR Informed Visual Search in Unseen Indoor Environments
Ryan Gupta, Kyle Morgenstein, Steven Ortega, Luis Sentis
TL;DR
This work addresses fast visual search in unseen indoor environments by marrying frontier-based planning with a map-free LiDAR perception module that labels non-map points to guide viewpoint selection. The core approach trains a pixel-wise LiDAR classifier from map-based ground truth and uses a history-augmented, autoregressive model to run online, enabling the planner to prioritize non-permanent features. A two-map occupancy framework and a four-candidate, centroid-based viewpoint generation scheme yield a novel utility that accelerates target localization while handling unknown space. Results in simulation and real Spot experiments show faster search and robustness to label-noise, with performance close to ground-truth-informed planning. The method demonstrates practical impact for multi-sensor indoor exploration where map information is unavailable or outdated, offering real-time, scalable guidance for autonomous search tasks.
Abstract
This paper details a system for fast visual exploration and search without prior map information. We leverage frontier based planning with both LiDAR and visual sensing and augment it with a perception module that contextually labels points in the surroundings from wide Field of View 2D LiDAR scans. The goal of the perception module is to recognize surrounding points more likely to be the search target in order to provide an informed prior on which to plan next best viewpoints. The robust map-free scan classifier used to label pixels in the robot's surroundings is trained from expert data collected using a simple cart platform equipped with a map-based classifier. We propose a novel utility function that accounts for the contextual data found from the classifier. The resulting viewpoints encourage the robot to explore points unlikely to be permanent in the environment, leading the robot to locate objects of interest faster than several existing baseline algorithms. Our proposed system is further validated in real-world search experiments for single and multiple search objects with a Spot robot in two unseen environments. Videos of experiments, implementation details and open source code can be found at https://sites.google.com/view/lives-2024/home.
