paper-with-me

Papers

LoRA and Privacy: When Random Projections Help (and When They Don't)

2026-01-29 · Yaxi Hu, Johanna Düngler, Bernhard Schölkopf, Amartya Sanyal arxiv

We introduce the (Wishart) projection mechanism, a randomized map of the form $S \mapsto M f(S)$ with $M \sim W_d(1/r I_d, r)$ and study its differential privacy properties. For vector-valued queries $f$, we prove non-asymptotic DP guarantees without any additive noise, showing that Wishart randomness alone can suffice. For matrix-valued queries, however, we establish a sharp negative result: in the noise-free setting, the mechanism is not DP, and we demonstrate its vulnerability by implementing a near perfect membership inference attack (AUC $> 0.99$). We then analyze a noisy variant and prove privacy amplification due to randomness and low rank projection, in both large- and small-rank regimes, yielding stronger privacy guarantees than additive noise alone. Finally, we show that LoRA-style updates are an instance of the matrix-valued mechanism, implying that LoRA is not inherently private despite its built-in randomness, but that low-rank fine-tuning can be more private than full fine-tuning at the same noise level. Preliminary experiments suggest that tighter accounting enables lower noise and improved accuracy in practice.

📄 PDF Abstract BibTeX arXiv:2601.21719

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Differential Privacy with Random Projections and Sign Random Projections

2023-05-22 · Ping Li, Xiaoyun Li

In this paper, we develop a series of differential privacy (DP) algorithms from a family of random projections (RP) for general applications in machine learning, data mining, and information retrieval. Among the presente…

Information RetrievalQuantizationRetrieval

Photonic Differential Privacy with Direct Feedback Alignment

2021-06-07 · NeurIPS 2021 12 · Ruben Ohana, Hamlet J. Medina Ruiz, Julien Launay, Alessandro Cappelli 외

Optical Processing Units (OPUs) -- low-power photonic chips dedicated to large scale random projections -- have been used in previous work to train deep neural networks using Direct Feedback Alignment (DFA), an effective…

Reconstruction of Privacy-Sensitive Data from Protected Templates

2019-05-08 · Shideh Rezaeifar, Behrooz Razeghi, Olga Taran, Taras Holotyak 외

In this paper, we address the problem of data reconstruction from privacy-protected templates, based on recent concept of sparse ternary coding with ambiguization (STCA). The STCA is a generalization of randomization tec…

Privacy PreservingQuantization

FedMPDD: Communication-Efficient Federated Learning with Privacy Preservation Attributes via Projected Directional Derivative

2025-12-23 · Mohammadreza Rostami, Solmaz S. Kia arxiv

This paper introduces \texttt{FedMPDD} (\textbf{Fed}erated Learning via \textbf{M}ulti-\textbf{P}rojected \textbf{D}irectional \textbf{D}erivatives), a novel algorithm that simultaneously optimizes bandwidth utilization …

Federated Learning

Privacy-Utility Trade-off of Linear Regression under Random Projections and Additive Noise

2019-02-13 · Mehrdad Showkatbakhsh, Can Karakus, Suhas Diggavi

Data privacy is an important concern in machine learning, and is fundamentally at odds with the task of training useful learning models, which typically require the acquisition of large amounts of private user data. One …

BIG-bench Machine Learningregression