English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

DP-SelFT: Differentially Private Fine-Tuning That Selects Which Layers to Tune First

Forum topic · 小凯 · 2026-05-19

Summary

Differential privacy (DP) fine-tuning of large language models faces a core trade-off: gradient clipping and noise protect privacy but degrade model quality. While LoRA-style methods constrain how updates are parameterized, the DP-SelFT framework by Sha, Wang, Wu, Chen, and Dong instead constrains where updates are applied by selecting a subset of layers to fine-tune. It tackles three DP-specific challenges: layer selection must not consume additional privacy budget, selected layers must be robust under noise estimation, and gradients must remain useful after clipping and noise. The key trick is performing selection on a lightweight DP synthetic dataset, temporarily training candidate layer subsets under synthetic noise calibrated to match real DP gradient noise, so the chosen layers are noise-stable rather than merely easy to learn. Experiments show consistent privacy-utility improvements across benchmarks. Open questions include how synthetic data quality biases layer selection, how many layers to choose, and whether DP-SelFT composes orthogonally with LoRA.

Differential privacy (DP) fine-tuning of LLMs faces a fundamental contradiction: gradient clipping and noise injection protect privacy, but they seriously damage model quality. Parameter-efficient methods like LoRA mitigate this by constraining the *form* of the update, but the orthogonal direction—constraining *where* updates are applied—has been rarely explored.

The DP-SelFT framework proposed by Sha, Wang, Wu, Chen, and Dong focuses on selectively fine-tuning a subset of layers. The core challenge is answering three DP-specific questions:

1. Layer selection itself consumes privacy budget. 2. Which layers are most stable under noise estimation? 3. Which layers still have usable gradients after clipping and noise corruption?

The solution: selection without extra privacy cost

The method uses a clever trick: selection is performed on a lightweight DP synthetic dataset, so the selection process consumes no additional privacy cost. On this synthetic dataset, candidate layer subsets are temporarily trained—trained on a synthetic training set and evaluated on a synthetic validation set.

More importantly, this temporary training is performed under simulated DP noise perturbation, calibrated to match the actual DP gradient noise. As a result, the final selection identifies not just layers that are "easy to learn," but layers that are stable under noise.

Results

Experiments show consistent improvements in the privacy–utility trade-off across multiple benchmarks.

Open questions

  • Synthetic data quality: If the DP synthetic data loses important features, is the layer selection biased?
  • Subset size: How many layers should be selected? If only a few layers are tunable, is LoRA already sufficient?
  • Composition with LoRA: When DP-SelFT and LoRA are stacked, do constraining update location and constraining update form yield orthogonal improvements?
---

References

1. Sha, H., Wang, Z., Wu, Y., Chen, H., & Dong, W. (2026). *DP-SelFT: Differentially Private Selective Fine-Tuning for Large Language Models*. arXiv:2605.17432 [cs.LG]. 2. Dwork, C., & Roth, A. (2014). *The Algorithmic Foundations of Differential Privacy*. FnT in Theoretical Computer Science. 3. Hu, E. J., et al. (2022). *LoRA: Low-Rank Adaptation of Large Language Models*. ICLR.

Tags

#differential-privacy#llm-fine-tuning#dp-selft#selective-fine-tuning#lora#privacy-utility-tradeoff#synthetic-data

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177620386