菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-03
📄 Abstract - Revisiting Privacy Amplification by Subsampling in Selective Release DPSGD

Machine learning's reliance on sensitive data necessitates privacy-preserving techniques like Differentially Private Stochastic Gradient Descent (DPSGD). However, DPSGD suffers from substantial utility degradation and slow convergence due to gradient clipping and noise injection. Prior works have attempted to improve DPSGD from various perspectives; notably, the Differentially Private Selective Update and Release (DPSUR) algorithm has achieved remarkable model utility. However, the privacy accounting in DPSUR overlooks the variation in sampling probability introduced by the selective release mechanism, which compromises the rigor of its privacy guarantees. To address these limitations, we re-evaluate the privacy analysis of the selective release mechanism and propose a novel algorithm: Differentially Private Selective Release based on Clipped Gradients (DPSR-CG). Through a rigorous, newly derived privacy analysis and extensive experiments on multiple datasets (MNIST, CIFAR-10, IMDB, and FMNIST), we demonstrate that our DPSR-CG mechanism maintains strict privacy guarantees while achieving exceptional model performance.

顶级标签: machine learning model training
详细标签: differential privacy subsampling dpsgd privacy amplification 或 搜索:

重新审视选择性发布DPSGD中的子采样隐私放大效应 / Revisiting Privacy Amplification by Subsampling in Selective Release DPSGD


1️⃣ 一句话总结

本文指出现有差分隐私选择性更新算法(DPSUR)因忽略采样概率变化而导致隐私保证不严谨,并提出了基于梯度裁剪的选择性发布算法(DPSR-CG),通过严格的隐私分析和实验验证,在保持强大隐私保护的同时显著提升了模型性能。

源自 arXiv: 2606.04384