paper-with-me

Papers

Exploring the Benefits of Visual Prompting in Differential Privacy

2023-03-22 · ICCV 2023 1 · Yizhe Li, Yu-Lin Tsai, Xuebin Ren, Chia-Mu Yu, Pin-Yu Chen

Visual Prompting (VP) is an emerging and powerful technique that allows sample-efficient adaptation to downstream tasks by engineering a well-trained frozen source model. In this work, we explore the benefits of VP in constructing compelling neural network classifiers with differential privacy (DP). We explore and integrate VP into canonical DP training methods and demonstrate its simplicity and efficiency. In particular, we discover that VP in tandem with PATE, a state-of-the-art DP training method that leverages the knowledge transfer from an ensemble of teachers, achieves the state-of-the-art privacy-utility trade-off with minimum expenditure of privacy budget. Moreover, we conduct additional experiments on cross-domain image classification with a sufficient domain gap to further unveil the advantage of VP in DP. Lastly, we also conduct extensive ablation studies to validate the effectiveness and contribution of VP under DP consideration. Our code is available at (https://github.com/EzzzLi/Prompt-PATE).

📄 PDF Abstract BibTeX arXiv:2303.12247

Code (1)

ezzzli/prompt-pate 공식 구현 pytorch

Tasks

image-classificationImage ClassificationTransfer LearningVisual Prompting

Similar Papers 제목 키워드 기반

VP-NTK: Exploring the Benefits of Visual Prompting in Differentially Private Data Synthesis

2025-03-20 · Chia-Yi Hsu, Jia-You Chen, Yu-Lin Tsai, Chih-Hsun Lin 외

Differentially private (DP) synthetic data has become the de facto standard for releasing sensitive data. However, many DP generative models suffer from the low utility of synthetic data, especially for high-resolution i…

parameter-efficient fine-tuningVisual Prompting

Exploring the Benefits of Differentially Private Pre-training and Parameter-Efficient Fine-tuning for Table Transformers

2023-09-12 · Xilong Wang, Chia-Mu Yu, Pin-Yu Chen

For machine learning with tabular data, Table Transformer (TabTransformer) is a state-of-the-art neural network model, while Differential Privacy (DP) is an essential component to ensure data privacy. In this paper, we e…

parameter-efficient fine-tuningTransfer Learning

Thinking Outside of the Differential Privacy Box: A Case Study in Text Privatization with Language Model Prompting

2024-10-01 · Stephen Meisenbacher, Florian Matthes

The field of privacy-preserving Natural Language Processing has risen in popularity, particularly at a time when concerns about privacy grow with the proliferation of Large Language Models. One solution consistently appe…

Language ModelingLanguage ModellingPrivacy Preserving

Accuracy, Interpretability, and Differential Privacy via Explainable Boosting

2021-06-17 · Harsha Nori, Rich Caruana, Zhiqi Bu, Judy Hanwen Shen 외

We show that adding differential privacy to Explainable Boosting Machines (EBMs), a recent method for training interpretable ML models, yields state-of-the-art accuracy while protecting privacy. Our experiments on multip…

regression

A Statistical Viewpoint on Differential Privacy: Hypothesis Testing, Representation and Blackwell's Theorem

2024-09-14 · Weijie J. Su

Differential privacy is widely considered the formal privacy for privacy-preserving data analysis due to its robust and rigorous guarantees, with increasingly broad adoption in public services, academia, and industry. De…

InformativenessPrivacy Preserving