Towards Verifiable AI with Lightweight Cryptographic Proofs of Inference
Pranay Anchuri, Matteo Campanelli, Paul Cesaretti, Rosario Gennaro, Tushar M. Jois, Hasan S. Kayman, Tugce Ozdemir

TL;DR
This paper introduces a lightweight, sampling-based verification protocol for AI inference that significantly reduces proof times while maintaining security, enabling scalable and efficient correctness guarantees for large models.
Contribution
It proposes a novel, statistical approach to verifiable inference using Merkle-tree commitments and sampling, reducing proof times from minutes to milliseconds.
Findings
Reduces proof generation time by orders of magnitude.
Validates the approach on ResNet-18 and Llama-2-7B architectures.
Demonstrates robustness against common adversarial strategies.
Abstract
When large AI models are deployed as cloud-based services, clients have no guarantee that responses are correct or were produced by the intended model. Rerunning inference locally is infeasible for large models, and existing cryptographic proof systems -- while providing strong correctness guarantees -- introduce prohibitive prover overhead (e.g., hundreds of seconds per query for billion-parameter models). We present a verification framework and protocol that replaces full cryptographic proofs with a lightweight, sampling-based approach grounded in statistical properties of neural networks. We formalize the conditions under which trace separation between functionally dissimilar models can be leveraged to argue the security of verifiable inference protocols. The prover commits to the execution trace of inference via Merkle-tree-based vector commitments and opens only a small number of…
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 · Cryptography and Data Security · Privacy-Preserving Technologies in Data
