Distributed quasi-Newton robust estimation under differential privacy

Chuhan Wang,Lixing Zhu,Xuehu Zhu
2024-08-22
Abstract:For distributed computing with Byzantine machines under Privacy Protection (PP) constraints, this paper develops a robust PP distributed quasi-Newton estimation, which only requires the node machines to transmit five vectors to the central processor with high asymptotic relative efficiency. Compared with the gradient descent strategy which requires more rounds of transmission and the Newton iteration strategy which requires the entire Hessian matrix to be transmitted, the novel quasi-Newton iteration has advantages in reducing privacy budgeting and transmission cost. Moreover, our PP algorithm does not depend on the boundedness of gradients and second-order derivatives. When gradients and second-order derivatives follow sub-exponential distributions, we offer a mechanism that can ensure PP with a sufficiently high probability. Furthermore, this novel estimator can achieve the optimal convergence rate and the asymptotic normality. The numerical studies on synthetic and real data sets evaluate the performance of the proposed algorithm.
Machine Learning,Statistics Theory
What problem does this paper attempt to address?
The paper attempts to address how to handle failures caused by Byzantine machines (i.e., abnormal or malicious nodes) in a distributed computing framework while preserving privacy, and on this basis, develop a robust differentially private distributed quasi-Newton estimation method. Specifically, the main contributions of the paper include: 1. **Reducing Communication Costs and Enhancing Privacy Protection**: - A new distributed quasi-Newton iterative algorithm is proposed, which only requires the transmission of 5 vectors to achieve high asymptotic relative efficiency. - Compared to gradient descent, which requires multiple communications, and Newton's method, which requires the transmission of the entire Hessian matrix, the new method has advantages in reducing privacy budget and communication costs. 2. **Robust Statistical Estimation**: - The use of composite quantile estimation (DCQ) to improve the robustness of statistical estimation, which has higher asymptotic relative efficiency compared to median estimation. - A mechanism is proposed to ensure differential privacy when dealing with gradients and second-order derivatives that follow a sub-exponential distribution. 3. **Improved Differential Privacy Protection Mechanism**: - The Gaussian mechanism is used instead of the Laplace mechanism to achieve differential privacy protection, as the Gaussian mechanism can maintain the normal distribution characteristics to a certain extent, thereby meeting the requirements of DCQ estimation. In summary, this research aims to develop an efficient, robust, and privacy-preserving distributed quasi-Newton algorithm to address the challenges in a distributed computing environment.