LGAIDCMAJan 7, 2024

Decentralized Federated Policy Gradient with Byzantine Fault-Tolerance and Provably Fast Convergence

ETH Zurich
arXiv:2401.03489v18 citationsh-index: 24AAMAS
AI Analysis

This addresses the need for secure and efficient collaborative learning in distributed systems, offering a novel solution to fault-tolerance without a central point of failure.

The paper tackles the problem of federated reinforcement learning by proposing the first decentralized Byzantine fault-tolerant policy gradient method, achieving provably fast convergence and demonstrating resilience against attacks in experiments.

In Federated Reinforcement Learning (FRL), agents aim to collaboratively learn a common task, while each agent is acting in its local environment without exchanging raw trajectories. Existing approaches for FRL either (a) do not provide any fault-tolerance guarantees (against misbehaving agents), or (b) rely on a trusted central agent (a single point of failure) for aggregating updates. We provide the first decentralized Byzantine fault-tolerant FRL method. Towards this end, we first propose a new centralized Byzantine fault-tolerant policy gradient (PG) algorithm that improves over existing methods by relying only on assumptions standard for non-fault-tolerant PG. Then, as our main contribution, we show how a combination of robust aggregation and Byzantine-resilient agreement methods can be leveraged in order to eliminate the need for a trusted central entity. Since our results represent the first sample complexity analysis for Byzantine fault-tolerant decentralized federated non-convex optimization, our technical contributions may be of independent interest. Finally, we corroborate our theoretical results experimentally for common RL environments, demonstrating the speed-up of decentralized federations w.r.t. the number of participating agents and resilience against various Byzantine attacks.

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