paper-with-me

Papers

On Design Principles for Private Adaptive Optimizers

2025-07-01 · Arun Ganesh, Brendan McMahan, Abhradeep Thakurta arxiv

The spherical noise added to gradients in differentially private (DP) training undermines the performance of adaptive optimizers like AdaGrad and Adam, and hence many recent works have proposed algorithms to address this challenge. However, the empirical results in these works focus on simple tasks and models and the conclusions may not generalize to model training in practice. In this paper we survey several of these variants, and develop better theoretical intuition for them as well as perform empirical studies comparing them. We find that a common intuition of aiming for unbiased estimates of second moments of gradients in adaptive optimizers is misguided, and instead that a simple technique called scale-then-privatize (which does not achieve unbiased second moments) has more desirable theoretical behaviors and outperforms all other variants we study on a small-scale language model training task. We additionally argue that scale-then-privatize causes the noise addition to better match the application of correlated noise mechanisms which are more desirable to use in practice.

📄 PDF Abstract BibTeX arXiv:2507.01129

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DP-MicroAdam: Private and Frugal Algorithm for Training and Fine-tuning

2025-11-25 · Mihaela Hudişteanu, Nikita P. Kalinin, Edwige Cyffers arxiv

Adaptive optimizers are the de facto standard in non-private training as they often enable faster convergence and improved performance. In contrast, differentially private (DP) training is still predominantly performed w…

The Role of Adaptive Optimizers for Honest Private Hyperparameter Selection

2021-11-09 · NeurIPS 2021 12 · Shubhankar Mohapatra, Sajin Sasy, Xi He, Gautam Kamath 외

Hyperparameter optimization is a ubiquitous challenge in machine learning, and the performance of a trained model depends crucially upon their effective selection. While a rich set of tools exist for this purpose, there …

BIG-bench Machine LearningHyperparameter Optimization

Evolving Deep Learning Optimizers

2025-12-05 · Mitchell Marfinetz arxiv

We present a genetic algorithm framework for automatically discovering deep learning optimization algorithms. Our approach encodes optimizers as genomes that specify combinations of primitive update terms (gradient, mome…

Differentially Private Adaptive Optimization with Delayed Preconditioners

2022-12-01 · Tian Li, Manzil Zaheer, Ken Ziyu Liu, Sashank J. Reddi 외

Privacy noise may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effect…

FAST DIFFERENTIALLY PRIVATE-SGD VIA JL PROJECTIONS

2021-01-01 · Zhiqi Bu, Sivakanth Gopi, Janardhan Kulkarni, Yin Tat Lee 외

Differentially Private-SGD (DP-SGD) of Abadi et al. (2016) and its variations are the only known algorithms for private training of large scale neural networks. This algorithm requires computation of per-sample gradients…