LPAC: Learnable Perception-Action-Communication Loops with Applications to Coverage Control
Saurav Agarwal, Ramya Muthukrishnan, Walker Gosrich, Vijay Kumar, Alejandro Ribeiro

TL;DR
This paper introduces LPAC, a neural network architecture combining perception, communication, and action modules for decentralized robot swarm coverage, demonstrating superior performance and generalization over traditional methods.
Contribution
The paper presents a novel LPAC architecture that integrates CNN, GNN, and MLP for decentralized coverage control, enabling learned collaboration in robot swarms.
Findings
LPAC outperforms standard algorithms in coverage tasks.
The learned policy generalizes to new environments and larger swarms.
LPAC is robust to noisy position estimates.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Age of Information Optimization · Cerebrospinal fluid and hydrocephalus
MethodsGraph Neural Network · Convolution · Attentive Walk-Aggregating Graph Neural Network
