๐ฎ
๐ฎ
The Ethereal
Exploring the Benefits of Differentially Private Pre-training and Parameter-Efficient Fine-tuning for Table Transformers
September 12, 2023 ยท Entered Twilight ยท ๐ arXiv.org
Repo contents: LICENSE, README.md, compute_noise.py, data, requirements.txt, run_sgd_ft.py, run_train_from_scratch.py, tabtransformertf, train.py
Authors
Xilong Wang, Chia-Mu Yu, Pin-Yu Chen
arXiv ID
2309.06526
Category
cs.LG: Machine Learning
Cross-listed
cs.CR
Citations
0
Venue
arXiv.org
Repository
https://github.com/IBM/DP-TabTransformer
โญ 2
Last Checked
3 months ago
Abstract
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 explore the benefits of combining these two aspects together in the scenario of transfer learning -- differentially private pre-training and fine-tuning of TabTransformers with a variety of parameter-efficient fine-tuning (PEFT) methods, including Adapter, LoRA, and Prompt Tuning. Our extensive experiments on the ACSIncome dataset show that these PEFT methods outperform traditional approaches in terms of the accuracy of the downstream task and the number of trainable parameters, thus achieving an improved trade-off among parameter efficiency, privacy, and accuracy. Our code is available at github.com/IBM/DP-TabTransformer.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Machine Learning
๐ฎ
๐ฎ
The Ethereal
Continuous control with deep reinforcement learning
๐
๐
Old Age
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
๐
๐
Old Age
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor
๐
๐
Old Age
SGDR: Stochastic Gradient Descent with Warm Restarts
๐ฎ
๐ฎ
The Ethereal