LGCRDCJun 25, 2021

Understanding Clipping for Federated Learning: Convergence and Client-Level Differential Privacy

arXiv:2106.13673v1136 citations
Originality Incremental advance
AI Analysis

This work addresses privacy protection in federated learning, offering theoretical and empirical insights into clipping, but it is incremental as it builds on existing FL and DP methods.

The paper tackles the problem of understanding clipping in federated learning for client-level differential privacy, showing that clipped FedAvg performs well with data heterogeneity due to similar client updates, and provides convergence analysis linking clipping bias to update distributions.

Providing privacy protection has been one of the primary motivations of Federated Learning (FL). Recently, there has been a line of work on incorporating the formal privacy notion of differential privacy with FL. To guarantee the client-level differential privacy in FL algorithms, the clients' transmitted model updates have to be clipped before adding privacy noise. Such clipping operation is substantially different from its counterpart of gradient clipping in the centralized differentially private SGD and has not been well-understood. In this paper, we first empirically demonstrate that the clipped FedAvg can perform surprisingly well even with substantial data heterogeneity when training neural networks, which is partly because the clients' updates become similar for several popular deep architectures. Based on this key observation, we provide the convergence analysis of a differential private (DP) FedAvg algorithm and highlight the relationship between clipping bias and the distribution of the clients' updates. To the best of our knowledge, this is the first work that rigorously investigates theoretical and empirical issues regarding the clipping operation in FL algorithms.

Foundations

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

Your Notes