English

Verifiable Dropout: Turning Randomness into a Verifiable Claim

Cryptography and Security 2025-12-30 v1

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 operation. This design enables users to audit the integrity of stochastic training steps post-hoc, ensuring that randomness was neither biased nor cherry-picked, while strictly preserving the confidentiality of the model and data.

Keywords

Cite

@article{arxiv.2512.22526,
  title  = {Verifiable Dropout: Turning Randomness into a Verifiable Claim},
  author = {Kichang Lee and Sungmin Lee and Jaeho Jin and JeongGil Ko},
  journal= {arXiv preprint arXiv:2512.22526},
  year   = {2025}
}

Comments

5 pages, 6 figures, 1 table

R2 v1 2026-07-01T08:42:30.229Z