FrontierNet: Learning Visual Cues to Explore
Boyang Sun, Hanzhi Chen, Stefan Leutenegger, Cesar Cadena, Marc Pollefeys, Hermann Blum
TL;DR
FrontierNet introduces a visual-only frontier-based exploration framework that learns to propose frontier regions and predict their information gain directly from posed RGB images augmented with monocular depth priors. By grounding 2D frontier cues in 3D through a lightweight anchoring process ( viewpoint generation, clustering, and lifting ), the method produces sparse, query-efficient 3D frontiers that drive an occupancy-map–guided planner. The approach achieves notable gains in early exploration efficiency (approximately 15% as reported) and remains robust under monocular depth predictions, with strong sim-to-real transfer demonstrated on a Spot robot. The combination of appearance-based frontier detection, learned information gain, and a map-free planning workflow offers a practical, scalable alternative to dense 3D-map–dependent exploration. FrontierNet is validated through extensive HM3D simulations and real-world experiments, including multi-floor and cluttered environments.
Abstract
Exploration of unknown environments is crucial for autonomous robots; it allows them to actively reason and decide on what new data to acquire for different tasks, such as mapping, object discovery, and environmental assessment. Existing solutions, such as frontier-based exploration approaches, rely heavily on 3D map operations, which are limited by map quality and, more critically, often overlook valuable context from visual cues. This work aims at leveraging 2D visual cues for efficient autonomous exploration, addressing the limitations of extracting goal poses from a 3D map. We propose a visual-only frontier-based exploration system, with FrontierNet as its core component. FrontierNet is a learning-based model that (i) proposes frontiers, and (ii) predicts their information gain, from posed RGB images enhanced by monocular depth priors. Our approach provides an alternative to existing 3D-dependent goal-extraction approaches, achieving a 15\% improvement in early-stage exploration efficiency, as validated through extensive simulations and real-world experiments. The project is available at https://github.com/cvg/FrontierNet.
