DeAI: decentralized artificial intelligence
  • Introduction
    • General Terminology
  • Landscape
    • Data Providers
    • Computing Power
    • Model Training Task
    • Challenges
  • Privacy Preservation
    • Data Process
    • Privacy Preserved Training
    • Federated Learning
    • Cryptographic Computation
      • Homomorphic encryption
      • Multi-Party Computation
      • Trusted Execution Environment
    • Challenges
  • Security
    • Data Poisoning
    • Model Poisoning
    • Sybil Attacks
    • Impact of Large Models
    • Responsibility
  • Incentive mechanisms
    • Problem Formulation
    • Contribution Evaluation
    • Copyright
  • Verification of Computation
    • Computation on Smart Contract
    • Zero-Knowledge Proof
    • Blockchain Audit
    • Consensus Protocol
  • Network Scalability
    • Local Updating
    • Cryptography Protocol
    • Distribution Topology
    • Compression
    • Parameter-Efficient Fine Tuning
  • Conclusion
Powered by GitBook
On this page
  1. Verification of Computation

Zero-Knowledge Proof

Zero-Knowledge Proof (ZKP) is a cryptographic technique enabling a prover to convince a verifier of a statement's truth without revealing any additional information beyond the validity of the statement itself.

One prominent instantiation of ZKP is zk-SNARKs (Zero-Knowledge Succinct Non-interactive ARgument of Knowledge), which has been applied in machine learning domains. This novel paradigm facilitates the verification of AI computations, particularly in deep learning model inference scenarios, enabling computation offloading to untrusted devices while ensuring the integrity of the process.

However, in ZKP solutions, the translation of functions into arithmetic circuits entails high costs for proof generation. These costs can be as much as 1000 times greater than native computations, rendering ZKP solutions impractical for handling large models.

PreviousComputation on Smart ContractNextBlockchain Audit

Last updated 11 months ago