Robust Distributed Learning under Resource Constraints: Decentralized Quantile Estimation via (Asynchronous) ADMM
Anna van Elst, Igor Colin, Stephan Clémençon
TL;DR
This work addresses robust decentralized learning on resource-constrained networks by introducing AsylADMM, an asynchronous gossip algorithm that estimates medians and quantiles with only two variables per node. The approach reformulates quantile estimation via pinball-loss-based M-estimation within an ADMM framework, achieving memory efficiency and fast empirical convergence. The authors provide convergence results for the synchronous variant and demonstrate substantial improvements over existing methods, along with applications to quantile/depth-based trimming and geometric-median estimation. Theoretical insights into rank-based trimming via Markov-chain concentration further bolster the method’s robustness, making AsylADMM well-suited for edge deployments in the presence of contaminated data.
Abstract
Specifications for decentralized learning on resource-constrained edge devices require algorithms that are communication-efficient, robust to data corruption, and lightweight in memory usage. While state-of-the-art gossip-based methods satisfy the first requirement, achieving robustness remains challenging. Asynchronous decentralized ADMM-based methods have been explored for estimating the median, a statistical centrality measure that is notoriously more robust than the mean. However, existing approaches require memory that scales with node degree, making them impractical when memory is limited. In this paper, we propose AsylADMM, a novel gossip algorithm for decentralized median and quantile estimation, primarily designed for asynchronous updates and requiring only two variables per node. We analyze a synchronous variant of AsylADMM to establish theoretical guarantees and empirically demonstrate fast convergence for the asynchronous algorithm. We then show that our algorithm enables quantile-based trimming, geometric median estimation, and depth-based trimming, with quantile-based trimming empirically outperforming existing rank-based methods. Finally, we provide a novel theoretical analysis of rank-based trimming via Markov chain theory.
