← Search

Alessandro Farinelli

26 accepted papers

2026

Depth-Constrained ASV Navigation with Deep RL and Limited Sensing

ICRA 2026poster

Autonomous Surface Vehicles (ASVs) play a crucial role in maritime operations, yet their navigation in shallow-water environments remains challenging due to dynamic disturbances and depth constraints. Traditional navigation strategies struggle with limited sensor information, making safe and efficie…

2026

On the Probabilistic Learnability of Compact Neural Network Preimage Bounds

AAAI 2026technical

Although recent provable methods have been developed to compute preimage bounds for neural networks, their scalability is fundamentally limited by the #P-hardness of the problem. In this work, we adopt a novel probabilistic perspective, aiming to deliver solutions with high-confidence guarantees and

Cited by 0SourcePDFScholar
2025

Collaborative Instance Object Navigation: Leveraging Uncertainty-Awareness to Minimize Human-Agent Dialogues

ICCV 2025poster

Language-driven instance object navigation assumes that a human initiates the task by providing a detailed description of the target to the embodied agent. While this description is crucial for distinguishing the target from other visually similar instances, providing it prior to navigation can be d…

Cited by 0SourcePDFScholar
2025

Depth-Constrained ASV Navigation With Deep RL and Limited Sensing

RA-L 2025

Autonomous Surface Vehicles (ASVs) play a crucial role in maritime operations, yet their navigation in shallow-water environments remains challenging due to dynamic disturbances and depth constraints. Traditional navigation strategies struggle with limited sensor information, making safe and efficie

Cited by 1SourceScholar
2025

Designing Control Barrier Function via Probabilistic Enumeration for Safe Reinforcement Learning Navigation

RA-L 2025

Achieving safe autonomous navigation systems is critical for deploying robots in dynamic and uncertain real-world environments. In this paper, we propose a hierarchical control framework leveraging neural network verification techniques to design control barrier functions (CBFs) and policy correctio

Cited by 3SourceScholar
2025

Learning Logic Specifications for Policy Guidance in POMDPs: an Inductive Logic Programming Approach

AAAI 2025technical

Partially Observable Markov Decision Processes (POMDPs) are a powerful framework for planning under uncertainty. They allow to model state uncertainty as a belief probability distribution. Approximate solvers based on Monte Carlo sampling show great success to relax the computational demand and perf…

Cited by 8SourcePDFScholar
2024

Enumerating Safe Regions in Deep Neural Networks with Provable Probabilistic Guarantees

AAAI 2024technical

Identifying safe areas is a key point to guarantee trust for systems that are based on Deep Neural Networks (DNNs). To this end, we introduce the AllDNN-Verification problem: given a safety property and a DNN, enumerate the set of all the regions of the property input domain which are safe, i.e., wh…

Cited by 10SourcePDFScholar
2024

Mind the Error! Detection and Localization of Instruction Errors in Vision-and-Language Navigation

IROS 2024

Vision-and-Language Navigation in Continuous Environments (VLN-CE) is one of the most intuitive yet challenging embodied AI tasks. Agents are tasked to navigate towards a target goal by executing a set of low-level actions, following a series of natural language instructions. All VLN-CE methods in t

Cited by 13SourceScholar
2024

Path Re-Planning with Stochastic Obstacle Modeling: A Monte Carlo Tree Search Approach

IROS 2024poster

Path re-planning and repairing are key topics for robust planning and navigation in open dynamic environments, finding applications in various domains such as fleet control of Unmanned Ground Vehicles (UGVs) in warehouses. The use of UGVs in open and dynamic environments requires flexible cooperatio…

Cited by 1SourceScholar
2024

Scalable Safe Policy Improvement for Factored Multi-Agent MDPs

ICML 2024poster

In this work, we focus on safe policy improvement in multi-agent domains where current state-of-the-art methods cannot be effectively applied because of large state and action spaces. We consider recent results using Monte Carlo Tree Search for Safe Policy Improvement with Baseline Bootstrapping and…

Cited by 2SourcePDFScholar
2023

Constrained Reinforcement Learning and Formal Verification for Safe Colonoscopy Navigation

IROS 2023poster

The field of robotic Flexible Endoscopes (FEs) has progressed significantly, offering a promising solution to reduce patient discomfort. However, the limited autonomy of most robotic FEs results in non-intuitive and challenging manoeuvres, constraining their application in clinical settings. While p…

Cited by 9SourceScholar
2023

Online Safety Property Collection and Refinement for Safe Deep Reinforcement Learning in Mapless Navigation

ICRA 2023poster

Safety is essential for deploying Deep Reinforcement Learning (DRL) algorithms in real-world scenarios. Recently, verification approaches have been proposed to allow quantifying the number of violations of a DRL policy over input-output relationships, called properties. However, such properties are…

Cited by 12SourceScholar
2023

Scalable Safe Policy Improvement via Monte Carlo Tree Search

ICML 2023poster

Algorithms for safely improving policies are important to deploy reinforcement learning approaches in real-world scenarios. In this work, we propose an algorithm, called MCTS-SPIBB, that computes safe policy improvement online using a Monte Carlo Tree Search based strategy. We theoretically prove th…

Cited by 10SourcePDFScholar
2023

The #DNN-Verification Problem: Counting Unsafe Inputs for Deep Neural Networks

IJCAI 2023poster

Deep Neural Networks are increasingly adopted in critical tasks that require a high level of safety, e.g., autonomous driving. While state-of-the-art verifiers can be employed to check whether a DNN is unsafe w.r.t. some given property (i.e., whether there is at least one unsafe input configuration…

Cited by 19SourcePDFScholar
2022

Enhancing Deep Reinforcement Learning Approaches for Multi-Robot Navigation via Single-Robot Evolutionary Policy Search

ICRA 2022poster

Recent Multi-Agent Deep Reinforcement Learning approaches factorize a global action-value to address non-stationarity and favor cooperation. These methods, however, hinder exploration by introducing constraints (e.g., additive value-decomposition) to guarantee the factorization. Our goal is to enhan…

Cited by 27SourceScholar
2022

Exploring Safer Behaviors for Deep Reinforcement Learning

AAAI 2022technical

We consider Reinforcement Learning (RL) problems where an agent attempts to maximize a reward signal while minimizing a cost function that models unsafe behaviors. Such formalization is addressed in the literature using constrained optimization on the cost, limiting the exploration and leading to a…

Cited by 43SourcePDFScholar
2021

Benchmarking Safe Deep Reinforcement Learning in Aquatic Navigation

IROS 2021poster

We propose a novel benchmark environment for Safe Reinforcement Learning focusing on aquatic navigation. Aquatic navigation is an extremely challenging task due to the non-stationary environment and the uncertainties of the robotic platform, hence it is crucial to consider the safety aspect of the p…

Cited by 26SourceScholar
2021

Centralizing State-Values in Dueling Networks for Multi-Robot Reinforcement Learning Mapless Navigation

IROS 2021poster

We study the problem of multi-robot mapless navigation in the popular Centralized Training and Decentralized Execution (CTDE) paradigm. This problem is challenging when each robot considers its path without explicitly sharing observations with other robots and can lead to non-stationary issues in De…

Cited by 23SourceScholar
2021

Formal verification of neural networks for safety-critical tasks in deep reinforcement learning

UAI 2021poster

In the last years, neural networks achieved groundbreaking successes in a wide variety of applications. However, for safety critical tasks, such as robotics and healthcare, it is necessary to provide some specific guarantees before the deployment in a real world context. Even in these scenarios, whe…

2021

Genetic Soft Updates for Policy Evolution in Deep Reinforcement Learning

ICLR 2021poster

The combination of Evolutionary Algorithms (EAs) and Deep Reinforcement Learning (DRL) has been recently proposed to merge the benefits of both solutions. Existing mixed approaches, however, have been successfully applied only to actor-critic methods and present significant overhead. We address thes…

Cited by 34SourcePDFScholar
2021

POMP++: Pomcp-based Active Visual Search in unknown indoor environments

IROS 2021poster

In this paper, we focus on the problem of learning online an optimal policy for Active Visual Search (AVS) of objects in unknown indoor environments. We propose POMP++, a planning strategy that introduces a novel formulation on top of the classic Partially Observable Monte Carlo Planning (POMCP) fra…

Cited by 17SourceScholar
2021

Safe Reinforcement Learning using Formal Verification for Tissue Retraction in Autonomous Robotic-Assisted Surgery

IROS 2021poster

Deep Reinforcement Learning (DRL) is a viable solution for automating repetitive surgical subtasks due to its ability to learn complex behaviours in a dynamic environment. This task automation could lead to reduced surgeon’s cognitive workload, increased precision in critical aspects of the surgery,…

Cited by 59SourcecodeScholar
2019

A Comparative Analysis on the use of Autoencoders for Robot Security Anomaly Detection

IROS 2019poster

While robots are more and more deployed among people in public spaces, the impact of cyber-security attacks is significantly increasing. Most of consumer and professional robotic systems are affected by multiple vulnerabilities and the research in this field is just started. This paper addresses the…

Cited by 22SourceScholar
2019

Data Flow ORB-SLAM for Real-time Performance on Embedded GPU Boards

IROS 2019poster

The use of embedded boards on robots, including unmanned aerial and ground vehicles, is increasing thanks to the availability of GPU equipped low-cost embedded boards in the market. Porting algorithms originally designed for desktop CPUs on those boards is not straightforward due to hardware limitat…

Cited by 44SourceScholar
2017

Region-Based Correspondence Between 3D Shapes via Spatially Smooth Biclustering

ICCV 2017poster

Region-based correspondence (RBC) is a highly relevant and non-trivial computer vision problem. Given two 3D shapes, RBC seeks segments/regions on these shapes that can be reliably put in correspondence. The problem thus consists both in finding the regions and determining the correspondences betwee…

Cited by 10PDFScholar