Sequential Auditing for f-Differential Privacy

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

New sequential auditors for f-Differential Privacy (f-DP) are introduced, addressing limitations of traditional (ε,δ)-DP auditing. These auditors adaptively determine a near-optimal number of samples, avoiding the excessively large sample sizes common in prior work. This significantly reduces sampling costs, which is particularly beneficial for expensive training procedures such as DP-SGD. The method supports both whitebox and blackbox settings, detecting privacy violations across the full privacy spectrum with statistical significance guarantees, supported by theory and simulations. Experiments demonstrate that this approach detects privacy violations much faster and with significantly smaller sample sizes than prior fixed-batch and existing sequential (ε,δ)-DP methods, while maintaining the prescribed significance level.

Key takeaway

For MLOps engineers deploying differentially private models, this sequential f-DP auditing method offers a critical advantage. You can now verify privacy guarantees more efficiently, drastically reducing the computational cost and sample sizes needed, especially for DP-SGD. This allows for faster detection of privacy violations and more practical integration into continuous integration/continuous deployment pipelines, ensuring robust privacy assurance without excessive resource expenditure.

Key insights

Sequential f-DP auditors adaptively determine sample sizes, significantly reducing auditing costs and improving privacy violation detection.

Principles

Method

The sequential auditing procedure (APT) adaptively determines sample size by continuously evaluating statistical hypothesis tests. It uses optimal classifiers, instantiated via kernel density estimation for blackbox settings or parametric models (e.g., Gaussian) for whitebox, with a 45°-based Likelihood Ratio tuning for optimal threshold selection.

In practice

Topics

Best for: Research Scientist, AI Scientist, MLOps Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.