paper-with-me

홈 › Papers

SharedRequest: Privacy-Preserving Model-Agnostic Inference for Large Language Models

2026-06-03 · Peihua Mai, Xuanrong Gao, Youlong Ding, Xianglong Du, Wei Liu, Yan Pang arxiv

With the widespread deployment of public large language models (LLMs) such as ChatGPT, protecting user prompt privacy has become an increasingly critical issue. Existing privacy-preserving inference methods sacrifice either utility or efficiency, and often require model-specific modifications that limit their compatibility. In this paper, we propose SharedRequest, a model-agnostic framework for privacy-preserving LLM inference that reformulates privacy protection at the batch level rather than the individual-prompt level. The key idea is to obscure sensitive information by mixing original prompts with noisy variants, while grouping semantically equivalent instructions to amortize the inference cost over a large batch of queries with minimal impact on LLM response quality. This design is independent of the LLM architecture, requiring no access to model parameters or architectural modification. Empirical results demonstrate that SharedRequest achieves over $20\%$ higher utility compared to prior differential privacy baselines, and its shared-prompt mechanism reduces query cost by up to $5\times$ compared to non-batched inference.

📄 PDF Abstract BibTeX arXiv:2606.05004

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How to Train Private Clinical Language Models: A Comparative Study of Privacy-Preserving Pipelines for ICD-9 Coding

2025-11-18 · Mathieu Dufour, Andrew Duncan arxiv

Large language models trained on clinical text risk exposing sensitive patient information, yet differential privacy (DP) methods often severely degrade the diagnostic accuracy needed for deployment. Despite rapid progre…

Knowledge DistillationText Generation

Private, fair and accurate: Training large-scale, privacy-preserving AI models in medical imaging

2023-02-03 · Soroosh Tayebi Arasteh, Alexander Ziller, Christiane Kuhl, Marcus Makowski 외

Artificial intelligence (AI) models are increasingly used in the medical domain. However, as medical data is highly sensitive, special precautions to ensure its protection are required. The gold standard for privacy pres…

Computed Tomography (CT)DiagnosticFairnessImage Classification with Differential Privacy+3

EcoFair: Trustworthy and Energy-Aware Routing for Privacy-Preserving Vertically Partitioned Medical Inference

2026-03-27 · Mostafa Anoosha, Dhavalkumar Thakker, Kuniko Paxton, Koorosh Aslansefat 외 arxiv

Privacy-preserving medical inference must balance data locality, diagnostic reliability, and deployment efficiency. This paper presents EcoFair, a simulated vertically partitioned inference framework for dermatological d…

Model Agnostic Differentially Private Causal Inference

2025-05-26 · Christiant Lebeda, Mathieu Even, Aurélien Bellet, Julie Josse

Estimating causal effects from observational data is essential in fields such as medicine, economics and social sciences, where privacy concerns are paramount. We propose a general, model-agnostic framework for different…

Causal InferencemodelPrivacy Preserving

PrivacyRestore: Privacy-Preserving Inference in Large Language Models via Privacy Removal and Restoration

2024-06-03 · Ziqian Zeng, Jianwei Wang, Junyao Yang, Zhengdong Lu 외

The widespread usage of online Large Language Models (LLMs) inference services has raised significant privacy concerns about the potential exposure of private information in user inputs to malicious eavesdroppers. Existi…

Privacy Preserving