Verifiable Dropout: Turning Randomness into a Verifiable Claim
Kichang Lee, Sungmin Lee, Jaeho Jin, JeongGil Ko

TL;DR
This paper introduces Verifiable Dropout, a cryptographic method that makes the randomness in dropout operations verifiable, enhancing accountability and integrity in cloud-based AI training without compromising data privacy.
Contribution
It presents a novel zero-knowledge proof-based mechanism that binds dropout masks to a verifiable seed, enabling post-hoc audits of stochastic training steps.
Findings
Enables verification of dropout randomness integrity
Preserves confidentiality of training data and model
Improves accountability in cloud-based AI training
Abstract
Modern cloud-based AI training relies on extensive telemetry and logs to ensure accountability. While these audit trails enable retrospective inspection, they struggle to address the inherent non-determinism of deep learning. Stochastic operations, such as dropout, create an ambiguity surface where attackers can mask malicious manipulations as natural random variance, granting them plausible deniability. Consequently, existing logging mechanisms cannot verify whether stochastic values were generated and applied honestly without exposing sensitive training data. To close this integrity gap, we introduce Verifiable Dropout, a privacy-preserving mechanism based on zero-knowledge proofs. We treat stochasticity not as an excuse but as a verifiable claim. Our approach binds dropout masks to a deterministic, cryptographically verifiable seed and proves the correct execution of the dropout…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Security and Verification in Computing
