Fully Homomorphic Encryption on Llama 3 Model for Privacy Preserving LLM Inference
Summary: arXiv:2604.12168v1 Announce Type: cross
Abstract: The applications of Generative Artificial Intelligence (GenAI) and their intersections with data-driven fields, such as healthcare, finance, transportation, and information security, have led to significant improvements in service efficiency and low latency. However, this synergy raises serious concerns regarding the security of large language models (LLMs) and their potential impact on the privacy of companies and users’ data.
Many technology companies that incorporate LLMs in their services with a certain level of command and control bear a risk of data exposure and secret divulgence caused by insecure LLM pipelines, making them vulnerable to multiple attacks such as data poisoning, prompt injection, and model theft. Although several security techniques (input/output sanitization, decentralized learning, access control management, and encryption) were implemented to reduce this risk, there is still an imminent risk of quantum computing attacks, which are expected to break existing encryption algorithms, hence, retrieving secret keys, encrypted sensitive data, and decrypting encrypted models.
Integration of Post-Quantum Cryptography
In this extensive work, we integrate the Post-Quantum Cryptography (PQC) based Lattice-based Homomorphic Encryption (HE) main functions in the LLM’s inference pipeline to secure some of its layers against data privacy attacks. We modify the inference pipeline of the transformer architecture for the LLAMA-3 model while injecting the main homomorphic encryption operations provided by the concrete-ml library.
Performance and Feasibility
We demonstrate high text generation accuracies (up to 98%) with reasonable latencies (237 ms) on an i9 CPU, reaching up to 80 tokens per second, which proves the feasibility and validity of our work while running a Fully Homomorphic Encryption (FHE)-secured LLAMA-3 inference model. Further experiments and analysis are discussed to justify models’ text generation latencies and behaviors.
Key Findings
- Integration of PQC into LLMs significantly enhances data privacy.
- High accuracy rates in text generation while maintaining latency performance.
- Demonstration of the effectiveness of homomorphic encryption in safeguarding sensitive data.
- Identification of potential vulnerabilities and recommendations for future research.
Conclusion
The incorporation of fully homomorphic encryption in the LLAMA-3 model presents a promising step toward addressing the challenges of data privacy in the era of generative AI. As the field progresses, continuous efforts to enhance the security of LLMs will be paramount, particularly in light of emerging threats posed by quantum computing. This research not only paves the way for safer AI applications but also emphasizes the importance of integrating robust encryption methods in the design of AI systems.
