LGAIDec 4, 2025

MAR-FL: A Communication Efficient Peer-to-Peer Federated Learning System

arXiv:2512.05234v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses scalability issues for federated learning in wireless systems with unreliable clients, though it appears incremental as it builds on existing P2P FL methods.

The paper tackles the problem of high communication complexity in peer-to-peer federated learning by introducing MAR-FL, which reduces communication costs from O(N^2) to O(N log N) while maintaining resilience to network churn.

The convergence of next-generation wireless systems and distributed Machine Learning (ML) demands Federated Learning (FL) methods that remain efficient and robust with wireless connected peers and under network churn. Peer-to-peer (P2P) FL removes the bottleneck of a central coordinator, but existing approaches suffer from excessive communication complexity, limiting their scalability in practice. We introduce MAR-FL, a novel P2P FL system that leverages iterative group-based aggregation to substantially reduce communication overhead while retaining resilience to churn. MAR-FL achieves communication costs that scale as O(N log N), contrasting with the O(N^2) complexity of previously existing baselines, and thereby maintains effectiveness especially as the number of peers in an aggregation round grows. The system is robust towards unreliable FL clients and can integrate private computing.

Foundations

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

Your Notes