LGCRMLFeb 12, 2022

Private Adaptive Optimization with Side Information

arXiv:2202.05963v248 citations
Originality Highly original
AI Analysis

This addresses the challenge of maintaining optimization performance in privacy-sensitive machine learning tasks, offering a practical solution for centralized and federated settings.

The paper tackles the problem of adaptive optimization methods degrading under differential privacy due to added noise, proposing AdaDPS to use non-sensitive side information for preconditioning gradients, which improves accuracy by 7.7% on average and achieves state-of-the-art privacy-utility trade-offs.

Adaptive optimization methods have become the default solvers for many machine learning tasks. Unfortunately, the benefits of adaptivity may degrade when training with differential privacy, as the noise added to ensure privacy reduces the effectiveness of the adaptive preconditioner. To this end, we propose AdaDPS, a general framework that uses non-sensitive side information to precondition the gradients, allowing the effective use of adaptive methods in private settings. We formally show AdaDPS reduces the amount of noise needed to achieve similar privacy guarantees, thereby improving optimization performance. Empirically, we leverage simple and readily available side information to explore the performance of AdaDPS in practice, comparing to strong baselines in both centralized and federated settings. Our results show that AdaDPS improves accuracy by 7.7% (absolute) on average -- yielding state-of-the-art privacy-utility trade-offs on large-scale text and image benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes