ROLGMAMar 8, 2023

Online Control Barrier Functions for Decentralized Multi-Agent Navigation

arXiv:2303.04313v228 citationsh-index: 30
AI Analysis

This work addresses the challenge of efficient and safe navigation in cluttered, dynamic environments for multi-agent systems, representing an incremental improvement over fixed CBF methods.

The paper tackles the problem of safe multi-agent navigation by addressing the sensitivity of control barrier functions (CBFs) to hyperparameters, proposing online CBFs that tune parameters in real-time using reinforcement learning and graph neural networks, resulting in improved navigation performance and the ability to solve previously infeasible scenarios.

Control barrier functions (CBFs) enable guaranteed safe multi-agent navigation in the continuous domain. The resulting navigation performance, however, is highly sensitive to the underlying hyperparameters. Traditional approaches consider fixed CBFs (where parameters are tuned apriori), and hence, typically do not perform well in cluttered and highly dynamic environments: conservative parameter values can lead to inefficient agent trajectories, or even failure to reach goal positions, whereas aggressive parameter values can lead to infeasible controls. To overcome these issues, in this paper, we propose online CBFs, whereby hyperparameters are tuned in real-time, as a function of what agents perceive in their immediate neighborhood. Since the explicit relationship between CBFs and navigation performance is hard to model, we leverage reinforcement learning to learn CBF-tuning policies in a model-free manner. Because we parameterize the policies with graph neural networks (GNNs), we are able to synthesize decentralized agent controllers that adjust parameter values locally, varying the degree of conservative and aggressive behaviors across agents. Simulations as well as real-world experiments show that (i) online CBFs are capable of solving navigation scenarios that are infeasible for fixed CBFs, and (ii), that they improve navigation performance by adapting to other agents and changes in the environment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes