AICROct 13, 2023

Split-and-Denoise: Protect large language model inference with local differential privacy

arXiv:2310.09130v442 citationsh-index: 5
Originality Incremental advance
AI Analysis

This provides a privacy-preserving solution for clients using LLM services, though it is incremental as it builds on existing local differential privacy methods.

The authors tackled the privacy risk of text leakage in Embedding-as-a-Service by proposing Split-N-Denoise, a framework that splits LLM inference to add local noise on the client side, achieving over 10% average performance improvement under the same privacy budget compared to baselines.

Large Language Models (LLMs) excel in natural language understanding by capturing hidden semantics in vector space. This process enriches the value of text embeddings for various downstream tasks, thereby fostering the Embedding-as-a-Service (EaaS) business model. However, the risk of privacy leakage due to direct text transmission to servers remains a critical concern. To address this, we introduce Split-N-Denoise (SnD), an private inference framework that splits the model to execute the token embedding layer on the client side at minimal computational cost. This allows the client to introduce noise prior to transmitting the embeddings to the server, and subsequently receive and denoise the perturbed output embeddings for downstream tasks. Our approach is designed for the inference stage of LLMs and requires no modifications to the model parameters. Extensive experiments demonstrate SnD's effectiveness in optimizing the privacy-utility tradeoff across various LLM architectures and diverse downstream tasks. The results reveal an improvement in performance under the same privacy budget compared to the baselines by over 10\% on average, offering clients a privacy-preserving solution for local privacy protection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes