paper-with-me

홈 › Papers

Just Fine-tune Twice: Selective Differential Privacy for Large Language Models

2022-04-15 · Weiyan Shi, Ryan Shea, Si Chen, Chiyuan Zhang, Ruoxi Jia, Zhou Yu

Protecting large language models from privacy leakage is becoming increasingly crucial with their wide adoption in real-world products. Yet applying differential privacy (DP), a canonical notion with provable privacy guarantees for machine learning models, to those models remains challenging due to the trade-off between model utility and privacy loss. Utilizing the fact that sensitive information in language data tends to be sparse, Shi et al. (2021) formalized a DP notion extension called Selective Differential Privacy (SDP) to protect only the sensitive tokens defined by a policy function. However, their algorithm only works for RNN-based models. In this paper, we develop a novel framework, Just Fine-tune Twice (JFT), that achieves SDP for state-of-the-art large transformer-based models. Our method is easy to implement: it first fine-tunes the model with redacted in-domain data, and then fine-tunes it again with the original in-domain data using a private training mechanism. Furthermore, we study the scenario of imperfect implementation of policy functions that misses sensitive tokens and develop systematic methods to handle it. Experiments show that our method achieves strong utility compared to previous baselines. We also analyze the SDP privacy guarantee empirically with the canary insertion attack.

📄 PDF Abstract BibTeX arXiv:2204.07667

Code (1)

wyshi/sdp_transformers 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Privacy-Preserving Federated Action Recognition via Differentially Private Selective Tuning and Efficient Communication

2026-03-22 · Idris Zakariyya, Pai Chet Ng, Kaushik Bhargav Sivangi, S. Mohammad Sheikholeslami 외 arxiv

Federated video action recognition enables collaborative model training without sharing raw video data, yet remains vulnerable to two key challenges: \textit{model exposure} and \textit{communication overhead}. Gradients…

Action Recognition

Training Private Models That Know What They Don't Know

2023-05-28 · Stephan Rabanser, Anvith Thudi, Abhradeep Thakurta, Krishnamurthy Dvijotham 외

Training reliable deep learning models which avoid making overconfident but incorrect predictions is a longstanding challenge. This challenge is further exacerbated when learning has to be differentially private: protect…

Training Private Models That Know What They Don’t Know

2023-09-21 · NeurIPS 2023 11

Training reliable deep learning models which avoid making overconfident but incorrect predictions is a longstanding challenge. This challenge is further exacerbated when learning has to be differentially private: protect…

Selective Attention Federated Learning: Improving Privacy and Efficiency for Clinical Text Classification

2025-04-16 · Yue Li, Lihong Zhang

Federated Learning (FL) faces major challenges regarding communication overhead and model privacy when training large language models (LLMs), especially in healthcare applications. To address these, we introduce Selectiv…

Clinical Concept ExtractionFederated Learningtext-classificationText Classification

Think Twice Before Recognizing: Large Multimodal Models for General Fine-grained Traffic Sign Recognition

2024-09-03 · Yaozong Gan, Guang Li, Ren Togo, Keisuke Maeda 외

We propose a new strategy called think twice before recognizing to improve fine-grained traffic sign recognition (TSR). Fine-grained TSR in the wild is difficult due to the complex road conditions, and existing approache…

In-Context LearningTraffic Sign Recognition