paper-with-me

홈 › Papers

Biasing Frontier-Based Exploration with Saliency Areas

2025-08-14 · Matteo Luperto, Valerii Stakanov, Giacomo Boracchi, Nicola Basilico, Francesco Amigoni arxiv

Autonomous exploration is a widely studied problem where a robot incrementally builds a map of a previously unknown environment. The robot selects the next locations to reach using an exploration strategy. To do so, the robot has to balance between competing objectives, like exploring the entirety of the environment, while being as fast as possible. Most exploration strategies try to maximise the explored area to speed up exploration; however, they do not consider that parts of the environment are more important than others, as they lead to the discovery of large unknown areas. We propose a method that identifies \emph{saliency areas} as those areas that are of high interest for exploration, by using saliency maps obtained from a neural network that, given the current map, implements a termination criterion to estimate whether the environment can be considered fully-explored or not. We use saliency areas to bias some widely used exploration strategies, showing, with an extensive experimental campaign, that this knowledge can significantly influence the behavior of the robot during exploration.

📄 PDF Abstract BibTeX arXiv:2508.10689

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SHIELD: Spherical-Projection Hybrid-Frontier Integration for Efficient LiDAR-based Drone Exploration

2025-12-30 · Liangtao Feng, Zhenchang Liu, Feng Zhang, Xuefeng Ren arxiv

This paper introduces SHIELD, a Spherical-Projection Hybrid-Frontier Integration for Efficient LiDAR-based Drone exploration method. Although laser LiDAR offers the advantage of a wide field of view, its application in U…

Point Clouds

Reinforcement Learning with Frontier-Based Exploration via Autonomous Environment

2023-07-14 · Kenji Leong

Active Simultaneous Localisation and Mapping (SLAM) is a critical problem in autonomous robotics, enabling robots to navigate to new regions while building an accurate model of their surroundings. Visual SLAM is a popula…

Navigatereinforcement-learningReinforcement Learning

Investigating the Relationship Between Debiasing and Artifact Removal using Saliency Maps

2025-02-28 · Lukasz Sztukiewicz, Ignacy Stępka, Michał Wiliński, Jerzy Stefanowski

The widespread adoption of machine learning systems has raised critical concerns about fairness and bias, making mitigating harmful biases essential for AI development. In this paper, we investigate the relationship betw…

Decision MakingFairness

Behaviorally Heterogeneous Multi-Agent Exploration Using Distributed Task Allocation

2025-09-10 · Nirabhra Mandal, Aamodh Suresh, Carlos Nieto-Granda, Sonia Martínez arxiv

We study a problem of multi-agent exploration with behaviorally heterogeneous robots. Each robot maps its surroundings using SLAM and identifies a set of areas of interest (AoIs) or frontiers that are the most informativ…

SHAPO: Sharpness-Aware Policy Optimization for Safe Exploration

2026-06-08 · Kaustubh Mani, Yann Pequignot, Vincent Mai, Liam Paull arxiv

Safe exploration is a prerequisite for deploying reinforcement learning (RL) agents in safety-critical domains. In this paper, we approach safe exploration through the lens of epistemic uncertainty, where the actor's sen…

Reinforcement Learning