Proof of Quality: A Costless Paradigm for Trustless Generative AI Model Inference on Blockchains
Zhenjie Zhang, Yuyang Rao, Hao Xiao, Xiaokui Xiao, Yin Yang

TL;DR
This paper introduces 'proof of quality', a blockchain-compatible method for verifying the output quality of large generative AI models, ensuring trustless deployment with minimal overhead and high efficiency.
Contribution
It proposes a novel quality-based inference paradigm for blockchain deployment, using lightweight models for rapid and robust validation of generative AI outputs.
Findings
Validation overhead is minimal, completing within a second on CPU.
PoQ consensus is generated in milliseconds, 1,000 times faster than existing schemes.
The protocol is robust against rational adversarial participants.
Abstract
Generative AI models, such as GPT-4 and Stable Diffusion, have demonstrated powerful and disruptive capabilities in natural language and image tasks. However, deploying these models in decentralized environments remains challenging. Unlike traditional centralized deployment, systematically guaranteeing the integrity of AI model services in fully decentralized environments, particularly on trustless blockchains, is both crucial and difficult. In this paper, we present a new inference paradigm called \emph{proof of quality} (PoQ) to enable the deployment of arbitrarily large generative models on blockchain architecture. Unlike traditional approaches based on validating inference procedures, such as ZKML or OPML, our PoQ paradigm focuses on the outcome quality of model inference. Using lightweight BERT-based cross-encoders as our underlying quality evaluation model, we design and implement…
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
TopicsExplainable Artificial Intelligence (XAI) · Blockchain Technology Applications and Security
MethodsAttention Is All You Need · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention · Dropout · Dense Connections
