Federated Cubic Regularized Newton Learning with Sparsification-amplified Differential Privacy
Wei Huo, Changxin Liu, Kemi Ding, Karl Henrik Johansson, Ling Shi
TL;DR
This work tackles privacy preservation and communication efficiency in federated learning by introducing DP FCRN, a second order cubic regularized Newton method augmented with Gaussian noise and random k sparsification. The approach exploits the reduced sensitivity from sparsification to lower the required noise for client level DP while achieving faster convergence than first order methods. A non asymptotic convergence bound shows the utility loss scales as O(k log(1/δ0) (L0+L1D)^2 / (ε^2 m^2 μ)) times a term depending on the initial suboptimality, with a two phase convergence behavior. Empirical results on a large logistic regression task demonstrate substantial improvements over Fed-SGD with DP, highlighting favorable privacy-utility-communication tradeoffs enabled by sparsification and second order updates.
Abstract
This paper investigates the use of the cubic-regularized Newton method within a federated learning framework while addressing two major concerns that commonly arise in federated learning: privacy leakage and communication bottleneck. We introduce a federated learning algorithm called Differentially Private Federated Cubic Regularized Newton (DP-FCRN). By leveraging second-order techniques, our algorithm achieves lower iteration complexity compared to first-order methods. We also incorporate noise perturbation during local computations to ensure privacy. Furthermore, we employ sparsification in uplink transmission, which not only reduces the communication costs but also amplifies the privacy guarantee. Specifically, this approach reduces the necessary noise intensity without compromising privacy protection. We analyze the convergence properties of our algorithm and establish the privacy guarantee. Finally, we validate the effectiveness of the proposed algorithm through experiments on a benchmark dataset.
