paper-with-me

Papers

Scaling up Trustless DNN Inference with Zero-Knowledge Proofs

2022-10-17 · Daniel Kang, Tatsunori Hashimoto, Ion Stoica, Yi Sun

As ML models have increased in capabilities and accuracy, so has the complexity of their deployments. Increasingly, ML model consumers are turning to service providers to serve the ML models in the ML-as-a-service (MLaaS) paradigm. As MLaaS proliferates, a critical requirement emerges: how can model consumers verify that the correct predictions were served, in the face of malicious, lazy, or buggy service providers? In this work, we present the first practical ImageNet-scale method to verify ML model inference non-interactively, i.e., after the inference has been done. To do so, we leverage recent developments in ZK-SNARKs (zero-knowledge succinct non-interactive argument of knowledge), a form of zero-knowledge proofs. ZK-SNARKs allows us to verify ML model execution non-interactively and with only standard cryptographic hardness assumptions. In particular, we provide the first ZK-SNARK proof of valid inference for a full resolution ImageNet model, achieving 79\% top-5 accuracy. We further use these ZK-SNARKs to design protocols to verify ML model execution in a variety of scenarios, including for verifying MLaaS predictions, verifying MLaaS model accuracy, and using ML models for trustless retrieval. Together, our results show that ZK-SNARKs have the promise to make verified ML model inference practical.

📄 PDF Abstract BibTeX arXiv:2210.08674

Code (1)

lyronctk/zator pytorch

Tasks

RetrievalSNARKSvalid

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

DIAP: A Decentralized Agent Identity Protocol with Zero-Knowledge Proofs and a Hybrid P2P Stack

2025-11-06 · Yuanjie Liu, Wenpeng Xing, Ye Zhou, Gaowei Chang 외 arxiv

The absence of a fully decentralized, verifiable, and privacy-preserving communication protocol for autonomous agents remains a core challenge in decentralized computing. Existing systems often rely on centralized interm…

VerifBFL: Leveraging zk-SNARKs for A Verifiable Blockchained Federated Learning

2025-01-08 · Ahmed Ayoub Bellachia, Mouhamed Amine Bouchiha, Yacine Ghamri-Doudane, Mourad Rabah

Blockchain-based Federated Learning (FL) is an emerging decentralized machine learning paradigm that enables model training without relying on a central server. Although some BFL frameworks are considered privacy-preserv…

Federated LearningModel PoisoningPrivacy PreservingSNARKS

Secure Autonomous Agent Payments: Verifying Authenticity and Intent in a Trustless Environment

2025-11-08 · Vivek Acharya arxiv

Artificial intelligence (AI) agents are increasingly capable of initiating financial transactions on behalf of users or other agents. This evolution introduces a fundamental challenge: verifying both the authenticity of …

Jolt Atlas: Verifiable Inference via Lookup Arguments in Zero Knowledge

2026-02-19 · Wyatt Benno, Alberto Centelles, Antoine Douchet, Khalil Gibran arxiv

We present Jolt Atlas, a zero-knowledge machine learning (zkML) framework that extends the Jolt proving system to model inference. Unlike zkVMs (zero-knowledge virtual machines), which emulate CPU instruction execution, …

Zero-Knowledge Proofs in Sublinear Space

2025-08-30 · Logan Nye arxiv

Zero-knowledge proofs allow verification of computations without revealing private information. However, existing systems require memory proportional to the computation size, which has historically limited use in large-s…