paper-with-me

Papers

Differentially Private and Communication Efficient Large Language Model Split Inference via Stochastic Quantization and Soft Prompt

2026-02-12 · Yujie Gu, Richeng Jin, Xiaoyu Ji, Yier Jin, Wenyuan Xu arxiv

Large Language Models (LLMs) have achieved remarkable performance and received significant research interest. The enormous computational demands, however, hinder the local deployment on devices with limited resources. The current prevalent LLM inference paradigms require users to send queries to the service providers for processing, which raises critical privacy concerns. Existing approaches propose to allow the users to obfuscate the token embeddings before transmission and utilize local models for denoising. Nonetheless, transmitting the token embeddings and deploying local models may result in excessive communication and computation overhead, preventing practical implementation. In this work, we propose \textbf{DEL}, a framework for \textbf{D}ifferentially private and communication \textbf{E}fficient \textbf{L}LM split inference. More specifically, an embedding projection module and a differentially private stochastic quantization mechanism are proposed to reduce the communication overhead in a privacy-preserving manner. To eliminate the need for local models, we adapt soft prompt at the server side to compensate for the utility degradation caused by privacy. To the best of our knowledge, this is the first work that utilizes soft prompt to improve the trade-off between privacy and utility in LLM inference, and extensive experiments on text generation and natural language understanding benchmarks demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2602.11513

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingText Generation

Similar Papers 제목 키워드 기반

Differentially Private CutMix for Split Learning with Vision Transformer

2022-10-28 · Seungeun Oh, Jihong Park, Sihun Baek, Hyelin Nam 외

Recently, vision transformer (ViT) has started to outpace the conventional CNN in computer vision tasks. Considering privacy-preserving distributed learning with ViT, federated learning (FL) communicates models, which be…

Federated LearningPrivacy Preserving

Communication-Learning Co-Design for Differentially Private Over-the-Air Federated Distillation

2025-08-06 · Zihao Hu, Jia Yan, Ying-Jun Angela Zhang arxiv

The ever-growing learning model size nowadays challenges the communication efficiency and privacy preservation of the traditional federated learning (FL). In this paper, we propose a novel differentially private (DP) ove…

Federated Learning

Balance is key: Private median splits yield high-utility random trees

2020-06-15 · Shorya Consul, Sinead A. Williamson

Random forests are a popular method for classification and regression due to their versatility. However, this flexibility can come at the cost of user privacy, since training random forests requires multiple data queries…

General ClassificationregressionVocal Bursts Intensity Prediction

Differentially Private Conformal Prediction

2026-04-16 · Jiamei Wu, Ce Zhang, Zhipeng Cai, Jingsen Kong 외 arxiv

Conformal prediction (CP) has attracted broad attention as a simple and flexible framework for uncertainty quantification through prediction sets. In this work, we study how to deploy CP under differential privacy (DP) i…

Differentially Private Label Protection in Split Learning

2022-03-04 · Xin Yang, Jiankai Sun, Yuanshun Yao, Junyuan Xie 외

Split learning is a distributed training framework that allows multiple parties to jointly train a machine learning model over vertically partitioned data (partitioned by attributes). The idea is that only intermediate c…