LGCRFeb 26, 2023

P4L: Privacy Preserving Peer-to-Peer Learning for Infrastructureless Setups

arXiv:2302.13438v111 citationsh-index: 26
Originality Highly original
AI Analysis

This addresses privacy and scalability issues in distributed learning for users in infrastructureless setups, offering a novel alternative to federated learning.

The paper tackles the problem of privacy-preserving distributed learning without requiring centralized infrastructure or differential privacy, by designing P4L, a peer-to-peer system that uses cryptographic primitives and achieves competitive performance with minimal overhead (less than 3mAh discharge).

Distributed (or Federated) learning enables users to train machine learning models on their very own devices, while they share only the gradients of their models usually in a differentially private way (utility loss). Although such a strategy provides better privacy guarantees than the traditional centralized approach, it requires users to blindly trust a centralized infrastructure that may also become a bottleneck with the increasing number of users. In this paper, we design and implement P4L: a privacy preserving peer-to-peer learning system for users to participate in an asynchronous, collaborative learning scheme without requiring any sort of infrastructure or relying on differential privacy. Our design uses strong cryptographic primitives to preserve both the confidentiality and utility of the shared gradients, a set of peer-to-peer mechanisms for fault tolerance and user churn, proximity and cross device communications. Extensive simulations under different network settings and ML scenarios for three real-life datasets show that P4L provides competitive performance to baselines, while it is resilient to different poisoning attacks. We implement P4L and experimental results show that the performance overhead and power consumption is minimal (less than 3mAh of discharge).

Foundations

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

Your Notes