paper-with-me

홈 › Papers

Revisiting Privacy, Utility, and Efficiency Trade-offs when Fine-Tuning Large Language Models

2025-02-18 · Soumi Das, Camila Kolling, Mohammad Aflah Khan, Mahsa Amani, Bishwamittra Ghosh, Qinyuan Wu, Till Speicher, Krishna P. Gummadi

We study the inherent trade-offs in minimizing privacy risks and maximizing utility, while maintaining high computational efficiency, when fine-tuning large language models (LLMs). A number of recent works in privacy research have attempted to mitigate privacy risks posed by memorizing fine-tuning data by using differentially private training methods (e.g., DP), albeit at a significantly higher computational cost (inefficiency). In parallel, several works in systems research have focussed on developing (parameter) efficient fine-tuning methods (e.g., LoRA), but few works, if any, investigated whether such efficient methods enhance or diminish privacy risks. In this paper, we investigate this gap and arrive at a surprising conclusion: efficient fine-tuning methods like LoRA mitigate privacy risks similar to private fine-tuning methods like DP. Our empirical finding directly contradicts prevailing wisdom that privacy and efficiency objectives are at odds during fine-tuning. Our finding is established by (a) carefully defining measures of privacy and utility that distinguish between memorizing sensitive and non-sensitive tokens in training and test datasets used in fine-tuning and (b) extensive evaluations using multiple open-source language models from Pythia, Gemma, and Llama families and different domain-specific datasets.

📄 PDF Abstract BibTeX arXiv:2502.13313

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencyparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Evaluating Trade-offs in Computer Vision Between Attribute Privacy, Fairness and Utility

2023-02-15 · William Paul, Philip Mathew, Fady Alajaji, Philippe Burlina

This paper investigates to what degree and magnitude tradeoffs exist between utility, fairness and attribute privacy in computer vision. Regarding privacy, we look at this important problem specifically in the context of…

AttributeFairness

Breaking the Trilemma of Privacy, Utility, Efficiency via Controllable Machine Unlearning

2023-10-28 · Zheyuan Liu, Guangyao Dou, Yijun Tian, Chunhui Zhang 외

Machine Unlearning (MU) algorithms have become increasingly critical due to the imperative adherence to data privacy regulations. The primary objective of MU is to erase the influence of specific data samples on a given …

Machine Unlearning

Revisiting Gradient Pruning: A Dual Realization for Defending against Gradient Attacks

2024-01-30 · Lulu Xue, Shengshan Hu, Ruizhi Zhao, Leo Yu Zhang 외

Collaborative learning (CL) is a distributed learning framework that aims to protect user privacy by allowing users to jointly train a model by sharing their gradient updates only. However, gradient inversion attacks (GI…

Efficient Public Verification of Private ML via Regularization

2025-12-03 · Zoë Ruha Bell, Anvith Thudi, Olive Franzese-McLaughlin, Nicolas Papernot 외 arxiv

Training with differential privacy (DP) guarantees dataset members that they cannot be identified by users of the released model. However, those data providers, and, in general, the public, lack methods to efficiently ve…

Achieving Transparency Report Privacy in Linear Time

2021-03-31 · Chien-Lun Chen, Leana Golubchik, Ranjan Pal

An accountable algorithmic transparency report (ATR) should ideally investigate the (a) transparency of the underlying algorithm, and (b) fairness of the algorithmic decisions, and at the same time preserve data subjects…

Fairness