LGCRDCOCMLFeb 19, 2025

Smoothed Normalization for Efficient Distributed Private Optimization

arXiv:2502.13482v12 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses privacy-preserving optimization in federated learning, offering a novel solution for a previously unsolved problem, though it builds incrementally on single-node techniques.

The paper tackles the lack of differentially private distributed methods for smooth, non-convex optimization in federated learning by proposing a new algorithm, α-NormEC, which integrates smoothed normalization with error-feedback, achieving a superior convergence rate and providing the first such algorithm with provable guarantees.

Federated learning enables training machine learning models while preserving the privacy of participants. Surprisingly, there is no differentially private distributed method for smooth, non-convex optimization problems. The reason is that standard privacy techniques require bounding the participants' contributions, usually enforced via $\textit{clipping}$ of the updates. Existing literature typically ignores the effect of clipping by assuming the boundedness of gradient norms or analyzes distributed algorithms with clipping but ignores DP constraints. In this work, we study an alternative approach via $\textit{smoothed normalization}$ of the updates motivated by its favorable performance in the single-node setting. By integrating smoothed normalization with an error-feedback mechanism, we design a new distributed algorithm $α$-$\sf NormEC$. We prove that our method achieves a superior convergence rate over prior works. By extending $α$-$\sf NormEC$ to the DP setting, we obtain the first differentially private distributed optimization algorithm with provable convergence guarantees. Finally, our empirical results from neural network training indicate robust convergence of $α$-$\sf NormEC$ across different parameter settings.

Foundations

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

Your Notes