Towards Secure and Private AI: A Framework for Decentralized Inference
Hongyang Zhang, Yue Zhao, Claudio Angione, Harry Yang, James Buban, Ahmad Farhan, Fielding Johnston, Patrick Colangelo
TL;DR
This paper addresses security, privacy, and reliability challenges in decentralized AI inference for large multimodal foundation models. It proposes a hybrid framework combining zero-knowledge decentralised proofs (zkDPS) and Sequential Homomorphic Encryption (SHE) for critical inference, with Consensus-Based Verification (CBV) and Split Learning (SL) for general inference, complemented by hardware-backed TEEs. The framework articulates scenario-based deployment, balancing stringent protection with efficiency, and introduces innovations in hardware-software co-design such as direct inter-TEE secure channels and heterogeneous TEE scheduling. Collectively, the work advances responsible democratization of AI by enhancing inference integrity, data privacy, and fairness in distributed settings, while outlining directions to optimize real-time performance and scalability.
Abstract
The rapid advancement of ML models in critical sectors such as healthcare, finance, and security has intensified the need for robust data security, model integrity, and reliable outputs. Large multimodal foundational models, while crucial for complex tasks, present challenges in scalability, reliability, and potential misuse. Decentralized systems offer a solution by distributing workload and mitigating central points of failure, but they introduce risks of unauthorized access to sensitive data across nodes. We address these challenges with a comprehensive framework designed for responsible AI development. Our approach incorporates: 1) Zero-knowledge proofs for secure model verification, enhancing trust without compromising privacy. 2) Consensus-based verification checks to ensure consistent outputs across nodes, mitigating hallucinations and maintaining model integrity. 3) Split Learning techniques that segment models across different nodes, preserving data privacy by preventing full data access at any point. 4) Hardware-based security through trusted execution environments (TEEs) to protect data and computations. This framework aims to enhance security and privacy and improve the reliability and fairness of multimodal AI systems. Promoting efficient resource utilization contributes to more sustainable AI development. Our state-of-the-art proofs and principles demonstrate the framework's effectiveness in responsibly democratizing artificial intelligence, offering a promising approach for building secure and private foundational models.
