Privacy Enhanced PEFT: Tensor Train Decomposition Improves Privacy Utility Tradeoffs under DP-SGD
Pradip Kunwar, Minh Vu, Maanak Gupta, Manish Bhattarai
TL;DR
This work tackles the privacy risks of fine-tuning large language models on sensitive data by introducing TTLoRA, a tensor-train based adapter that dramatically reduces trainable parameters while preserving expressivity. It develops TTLoRA-DP, a differential privacy framework that extends ghost clipping to TT cores, enabling efficient DP-SGD for TTLoRA. Across Enron and PTB datasets, TTLoRA-DP consistently yields stronger privacy (lower membership leakage) than LoRA under identical DP budgets while maintaining comparable or better utility, and TTLoRA shows substantial inherent privacy advantages even without DP. The results demonstrate that TT decomposition not only compresses parameters but also acts as a principled architectural bias that improves the privacy–utility frontier for private LLM adaptation, offering a practical path toward privacy-preserving PEFT at ultra-low parameter counts.
Abstract
Fine-tuning large language models on sensitive data poses significant privacy risks, as membership inference attacks can reveal whether individual records were used during training. While Differential Privacy (DP) provides formal protection, applying DP to conventional Parameter-Efficient Fine-Tuning (PEFT) methods such as Low-Rank Adaptation (LoRA) often incurs substantial utility loss. In this work, we show that a more structurally constrained PEFT architecture, Tensor Train Low-Rank Adaptation (TTLoRA), can improve the privacy-utility tradeoff by shrinking the effective parameter space while preserving expressivity. To this end, we develop TTLoRA-DP, a differentially private training framework for TTLoRA. Specifically, we extend the ghost clipping algorithm to Tensor Train cores via cached contraction states, enabling efficient Differentially Private Stochastic Gradient Descent (DP-SGD) with exact per-example gradient norm computation without materializing full per-example gradients. Experiments on GPT-2 fine-tuning over the Enron and Penn Treebank datasets show that TTLoRA-DP consistently strengthens privacy protection relative to LoRA-DP while maintaining comparable or better downstream utility. Moreover, TTLoRA exhibits lower membership leakage even without DP training, using substantially smaller adapters and requiring on average 7.6X fewer parameters than LoRA. Overall, our results demonstrate that TTLoRA offers a practical path to improving the privacy-utility tradeoff in parameter-efficient language model adaptation.
