Adversarial Sample-Based Approach for Tighter Privacy Auditing in Final Model-Only Scenarios
Sangyeon Yoon, Wonje Jeung, Albert No
TL;DR
This paper tackles the challenge of evaluating privacy in final-model DP-SGD settings where empirical lower bounds often undercut theoretical guarantees. It introduces loss-based input-space auditing to construct worst-case adversarial samples, avoiding reliance on canaries and leveraging the final model weights to maximize distinguishability between neighboring datasets. By formulating and optimizing distance-based and distribution-based loss objectives, the approach yields substantially tighter empirical bounds, demonstrated on MNIST with notable improvements at $\varepsilon=10.0$ (e.g., $\varepsilon_{emp}$ up to $4.914$). The method uses data-splitting and $\mu$-GDP conversion to produce robust, practical privacy auditing results suitable for open-source and API-accessible models, with potential applicability to larger datasets and non-convex settings.
Abstract
Auditing Differentially Private Stochastic Gradient Descent (DP-SGD) in the final model setting is challenging and often results in empirical lower bounds that are significantly looser than theoretical privacy guarantees. We introduce a novel auditing method that achieves tighter empirical lower bounds without additional assumptions by crafting worst-case adversarial samples through loss-based input-space auditing. Our approach surpasses traditional canary-based heuristics and is effective in final model-only scenarios. Specifically, with a theoretical privacy budget of $\varepsilon = 10.0$, our method achieves empirical lower bounds of $4.914$, compared to the baseline of $4.385$ for MNIST. Our work offers a practical framework for reliable and accurate privacy auditing in differentially private machine learning.
