ROLGJan 10, 2024

LPAC: Learnable Perception-Action-Communication Loops with Applications to Coverage Control

arXiv:2401.04855v512 citationsh-index: 6IEEE Trans robot
Originality Incremental advance
AI Analysis

This addresses the problem of enabling collaborative navigation in robot swarms for applications like environmental monitoring, though it is incremental as it builds on existing coverage control methods with neural network enhancements.

The paper tackles decentralized coverage control for robot swarms with limited communication and sensing by proposing a learnable Perception-Action-Communication (LPAC) architecture, which outperforms standard algorithms and generalizes to new environments, larger swarms, and noisy conditions.

Coverage control is the problem of navigating a robot swarm to collaboratively monitor features or a phenomenon of interest not known a priori. The problem is challenging in decentralized settings with robots that have limited communication and sensing capabilities. We propose a learnable Perception-Action-Communication (LPAC) architecture for the problem, wherein a convolutional neural network (CNN) processes localized perception; a graph neural network (GNN) facilitates robot communications; finally, a shallow multi-layer perceptron (MLP) computes robot actions. The GNN enables collaboration in the robot swarm by computing what information to communicate with nearby robots and how to incorporate received information. Evaluations show that the LPAC models -- trained using imitation learning -- outperform standard decentralized and centralized coverage control algorithms. The learned policy generalizes to environments different from the training dataset, transfers to larger environments with more robots, and is robust to noisy position estimates. The results indicate the suitability of LPAC architectures for decentralized navigation in robot swarms to achieve collaborative behavior.

Code Implementations1 repo
Foundations

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

Your Notes