Back to Square Roots: An Optimal Bound on the Matrix Factorization Error for Multi-Epoch Differentially Private SGD
Nikita P. Kalinin, Ryan McKenna, Jalaj Upadhyay, Christoph H. Lampert
TL;DR
This work addresses multi-epoch differential privacy in SGD by refining the Matrix Factorization Mechanism. It introduces Banded Inverse Square Root (BISR), which enforces a p-band on the inverse correlation matrix $C^{-1}$ to derive explicit, tight multi-epoch error bounds and to enable FFT-friendly computation. The authors prove a new lower bound that matches the BISR upper bound, establishing asymptotic optimality, and they also propose BandInvMF for memory-constrained settings, validated with experiments that show competitive or superior performance to existing methods. Overall, the approach provides both theoretical clarity and practical efficiency for privacy-preserving, multi-epoch training with matrix factorization.
Abstract
Matrix factorization mechanisms for differentially private training have emerged as a promising approach to improve model utility under privacy constraints. In practical settings, models are typically trained over multiple epochs, requiring matrix factorizations that account for repeated participation. Existing theoretical upper and lower bounds on multi-epoch factorization error leave a significant gap. In this work, we introduce a new explicit factorization method, Banded Inverse Square Root (BISR), which imposes a banded structure on the inverse correlation matrix. This factorization enables us to derive an explicit and tight characterization of the multi-epoch error. We further prove that BISR achieves asymptotically optimal error by matching the upper and lower bounds. Empirically, BISR performs on par with state-of-the-art factorization methods, while being simpler to implement, computationally efficient, and easier to analyze.
