Paper 2026/542
VERIDP: Verifiable Differentially Private Training
Abstract
Stochastic Gradient Descent (SGD) is the foundation of modern machine learning (ML). In privacy-sensitive settings, gradients can reveal details about individual data points. Differential Privacy (DP) protects sensitive data during ML training by clipping gradients and adding calibrated Gaussian noise. However, existing frameworks assume semi-honest participants, which fails in adversarial or federated environments where malicious actors can bypass or alter the noise addition process, breaking privacy guarantees. We present VERIDP, a framework for verifiable differentially private training that cryptographically enforces and proves the correct execution of differentially private stochastic gradient descent (DP-SGD) in zero knowledge. VERIDP integrates Zero-Knowledge Proofs (ZKPs) with polynomial commitments, sumcheck and GKR-based proofs, and incrementally verifiable computation (IVC) to generate compact proofs of correct gradient computation, clipping, averaging, and Gaussian noise generation—without revealing private data or randomness. Unlike previous systems that only verify the final privacy budget, VERIDP enables per-iteration verifiability of each model update, providing strong privacy assurances even in adversarial settings. This establishes a novel and complete Zero-Knowledge Proof of Differentially Private Stochastic Gradient Descent (ZK-DPSGD), uniting differential privacy and verifiable computation for secure and auditable ML. Our evaluation shows that prover time increases linearly with the number of input samples, while both verifier time (2–5 ms) and proof size (3–4 KB) remain compact and effectively constant.
Metadata
- Available format(s)
-
PDF
- Category
- Cryptographic protocols
- Publication info
- Published elsewhere. 26th Privacy Enhancing Technologies Symposium (PETS 2026)
- Keywords
- Zero-Knowledge ProofDifferential PrivacyVerifiable Machine LearningStochastic Gradient Descent
- Contact author(s)
-
behzad abdolmaleki @ sheffield ac uk
asadi @ statslab cam ac uk
vrasadi @ uwaterloo ca
stefan koepsell @ barkhauseninstitut org
bmohee1 @ sheffield ac uk
nroustaeifar1 @ sheffield ac uk
maryam zarezadeh @ barkhauseninstitut org - History
- 2026-03-24: revised
- 2026-03-17: received
- See all versions
- Short URL
- https://ia.cr/2026/542
- License
-
CC BY
BibTeX
@misc{cryptoeprint:2026/542,
author = {Behzad Abdolmaleki and Amir R. Asadi and Vahid R. Asadi and Stefan Köpsell and Bhavish Mohee and Nahid Roustaeifar and Maryam Zarezadeh},
title = {{VERIDP}: Verifiable Differentially Private Training},
howpublished = {Cryptology {ePrint} Archive, Paper 2026/542},
year = {2026},
url = {https://eprint.iacr.org/2026/542}
}