paper-with-me

Papers

A Split-and-Privatize Framework for Large Language Model Fine-Tuning

2023-12-25 · Xicong Shen, Yang Liu, Huiqi Liu, Jue Hong, Bing Duan, Zirui Huang, Yunlong Mao, Ye Wu, Di wu

Fine-tuning is a prominent technique to adapt a pre-trained language model to downstream scenarios. In parameter-efficient fine-tuning, only a small subset of modules are trained over the downstream datasets, while leaving the rest of the pre-trained model frozen to save computation resources. In recent years, a popular productization form arises as Model-as-a-Service (MaaS), in which vendors provide abundant pre-trained language models, server resources and core functions, and customers can fine-tune, deploy and invoke their customized model by accessing the one-stop MaaS with their own private dataset. In this paper, we identify the model and data privacy leakage risks in MaaS fine-tuning, and propose a Split-and-Privatize (SAP) framework, which manage to mitigate the privacy issues by adapting the existing split learning architecture. The proposed SAP framework is sufficiently investigated by experiments, and the results indicate that it can enhance the empirical privacy by 62% at the cost of 1% model performance degradation on the Stanford Sentiment Treebank dataset.

📄 PDF Abstract BibTeX arXiv:2312.15603

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Modelparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Privacy-Preserving Prompt Tuning for Large Language Model Services

2023-05-10 · Yansong Li, Zhixing Tan, Yang Liu

Prompt tuning provides an efficient way for users to customize Large Language Models (LLMs) with their private data in the emerging LLM service scenario. However, the sensitive nature of private data brings the need for …

Language ModelingLanguage ModellingLarge Language ModelPrivacy Preserving

Aggregate or Not? Exploring Where to Privatize in DNN Based Federated Learning Under Different Non-IID Scenes

2021-07-26 · Xin-Chun Li, Le Gan, De-Chuan Zhan, Yunfeng Shao 외

Although federated learning (FL) has recently been proposed for efficient distributed training and data privacy protection, it still encounters many obstacles. One of these is the naturally existing statistical heterogen…

Federated Learning

Training generative models from privatized data

2023-06-15 · Daria Reshetova, Wei-Ning Chen, Ayfer Özgür

Local differential privacy is a powerful method for privacy-preserving data collection. In this paper, we develop a framework for training Generative Adversarial Networks (GANs) on differentially privatized data. We show…

Privacy Preserving

DiSK: Differentially Private Optimizer with Simplified Kalman Filter for Noise Reduction

2024-10-04 · Xinwei Zhang, Zhiqi Bu, Borja Balle, Mingyi Hong 외

Differential privacy (DP) offers a robust framework for safeguarding individual data privacy. To utilize DP in training modern machine learning models, differentially private optimizers have been widely used in recent ye…

Private Fine-tuning of Large Language Models with Zeroth-order Optimization

2024-01-09 · Xinyu Tang, Ashwinee Panda, Milad Nasr, Saeed Mahloujifar 외

Differentially private stochastic gradient descent (DP-SGD) allows models to be trained in a privacy-preserving manner, but has proven difficult to scale to the era of foundation models. We introduce DP-ZO, a private fin…

Privacy Preserving