paper-with-me

Papers

Learning Connectivity for Data Distribution in Robot Teams

2021-03-08 · Ekaterina Tolstaya, Landon Butler, Daniel Mox, James Paulos, Vijay Kumar, Alejandro Ribeiro

Many algorithms for control of multi-robot teams operate under the assumption that low-latency, global state information necessary to coordinate agent actions can readily be disseminated among the team. However, in harsh environments with no existing communication infrastructure, robots must form ad-hoc networks, forcing the team to operate in a distributed fashion. To overcome this challenge, we propose a task-agnostic, decentralized, low-latency method for data distribution in ad-hoc networks using Graph Neural Networks (GNN). Our approach enables multi-agent algorithms based on global state information to function by ensuring it is available at each robot. To do this, agents glean information about the topology of the network from packet transmissions and feed it to a GNN running locally which instructs the agent when and where to transmit the latest state information. We train the distributed GNN communication policies via reinforcement learning using the average Age of Information as the reward function and show that it improves training stability compared to task-specific reward functions. Our approach performs favorably compared to industry-standard methods for data distribution such as random flooding and round robin. We also show that the trained policies generalize to larger teams of both static and mobile agents.

📄 PDF Abstract BibTeX arXiv:2103.05091

Code (1)

landonbutler/Learning-Connectivity 공식 구현 tf

Similar Papers 제목 키워드 기반

Learning Connectivity-Maximizing Network Configurations

2021-12-14 · Daniel Mox, Vijay Kumar, Alejandro Ribeiro

In this letter we propose a data-driven approach to optimizing the algebraic connectivity of a team of robots. While a considerable amount of research has been devoted to this problem, we lack a method that scales in a m…

Unity

Graph Neural Networks for Learning Robot Team Coordination

2018-05-09 · Amanda Prorok

This paper shows how Graph Neural Networks can be used for learning distributed coordination mechanisms in connected teams of robots. We capture the relational aspect of robot coordination by modeling the robot team as a…

Maintaining Ad-Hoc Communication Network in Area Protection Scenarios with Adversarial Agents

2017-09-04 · Marika Ivanová, Pavel Surynek, Diep Thi Ngoc Nguyen

We address a problem of area protection in graph-based scenarios with multiple mobile agents where connectivity is maintained among agents to ensure they can communicate. The problem consists of two adversarial teams of …

Subteaming and Adaptive Formation Control for Coordinated Multi-Robot Navigation

2025-09-19 · Zihao Deng, Peng Gao, Williard Joshua Jose, Maggie Wigness 외 arxiv

Coordinated multi-robot navigation is essential for robots to operate as a team in diverse environments. During navigation, robot teams usually need to maintain specific formations, such as circular formations to protect…

Robot NavigationGraph Learning

Resilient robot teams: a review integrating decentralised control, change-detection, and learning

2022-04-21 · David M. Bossens, Sarvapali Ramchurn, Danesh Tarapore

Purpose of review: This paper reviews opportunities and challenges for decentralised control, change-detection, and learning in the context of resilient robot teams. Recent findings: Exogenous fault detection methods can…

Change DetectionFault DetectionMulti-agent Reinforcement LearningReinforcement Learning (RL)