Multi-Robot Reliable Navigation in Uncertain Topological Environments with Graph Attention Networks

Zhuoyuan Yu,Hongliang Guo,Albertus Hendrawan Adiwahono,Jianle Chan,Brina Shong Wey Tynn,Chee-Meng Chew,Wei-Yun Yau
2024-11-25
Abstract:This paper studies the multi-robot reliable navigation problem in uncertain topological networks, which aims at maximizing the robot team's on-time arrival probabilities in the face of road network uncertainties. The uncertainty in these networks stems from the unknown edge traversability, which is only revealed to the robot upon its arrival at the edge's starting node. Existing approaches often struggle to adapt to real-time network topology changes, making them unsuitable for varying topological environments. To address the challenge, we reformulate the problem into a Partially Observable Markov Decision Process (POMDP) framework and introduce the Dynamic Adaptive Graph Embedding method to capture the evolving nature of the navigation task. We further enhance each robot's policy learning process by integrating deep reinforcement learning with Graph Attention Networks (GATs), leveraging self-attention to focus on critical graph features. The proposed approach, namely Multi-Agent Routing in Variable Environments with Learning (MARVEL) employs the generalized policy gradient algorithm to optimize the robots' real-time decision-making process iteratively. We compare the performance of MARVEL with state-of-the-art reliable navigation algorithms as well as Canadian traveller problem solutions in a range of canonical transportation networks, demonstrating improved adaptability and performance in uncertain topological networks. Additionally, real-world experiments with two robots navigating within a self-constructed indoor environment with uncertain topological structures demonstrate MARVEL's practicality.
Robotics
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to solve the problem of reliable navigation of multiple robots in an uncertain topological network. The specific goal is to **maximize the probability of the robot team arriving on time**. The core challenge of the research lies in dealing with the uncertainty of the road network. These uncertainties stem from the unknown passability of edges, and this information is only revealed when the robot reaches the starting node of the edge. Existing methods are often difficult to adapt to changes in the real - time network topology, which makes them perform poorly in a changing topological environment. To meet this challenge, the author reformulates the problem as a Partially Observable Markov Decision Process (POMDP) and introduces a dynamic adaptive graph embedding method to capture the evolving characteristics of the navigation task. In addition, the author combines deep reinforcement learning and Graph Attention Networks (GATs) to enhance the policy - learning process of each robot, using the self - attention mechanism to focus on key graph features. ### Main contributions 1. **Proposed a new multi - agent algorithm**: It is used for navigation in an uncertain topological network and improves the reliability and robustness of the navigation strategy through team collaboration. 2. **Developed a dynamic adaptive graph embedding algorithm**: MARVEL updates node features according to the real - time road network, significantly enhancing the adaptability and robustness in a dynamic topological network. 3. **Integrated Graph Attention Networks with entropy - based online experts**: MARVEL uses this combination to focus on key edges, improve the robustness of decision - making, and enhance the adaptability in complex environments. ### Experimental verification The author evaluated MARVEL through a series of classic traffic networks (such as Sioux Falls Network, Friedrichshain, Anaheim and Winnipeg) and compared its performance with the state - of - the - art reliable navigation algorithms and solutions to the Canadian Traveller Problem, demonstrating its improved adaptability and performance in an uncertain topological network. In addition, a real - world experiment was carried out in a self - built indoor environment to further verify the practicality of MARVEL. ### Summary This paper solves the problem of reliable navigation of multiple robots in an uncertain topological network by proposing a new multi - agent framework - MARVEL. In particular, in the face of road network uncertainties, it can significantly increase the probability of the team arriving on time.