差分隐私梯度下降在特定任务中比普通梯度下降泛化更好
Towards Understanding Generalization in DP-GD: A Case Study in Training Two-Layer CNNs
- 在两层卷积网络中加入噪声梯度,实现隐私保护训练
- 信噪比适当时,DP-GD测试准确率远高于GD
- 适合对隐私敏感且数据质量不高的场景
现代深度学习技术致力于从数据中提取复杂信息以实现精准预测。然而,训练数据可能来自众包,包含个人联系方式、财务信息和医疗记录等敏感内容。因此,开发既能保持性能又保护隐私的神经网络训练算法日益重要。本文研究了差分隐私梯度下降(DP-GD)在泛化与隐私保护方面的表现,该方法在每轮迭代中向梯度添加噪声,是普通梯度下降(GD)的隐私版本。我们发现,在特定学习任务中,使用双层赫伯-修正的ReLU卷积神经网络时,即便在小信噪比条件下,若信噪比不过低,DP-GD仍能获得良好测试准确率和隐私保证,而标准GD则表现较差。这表明在某些任务中,引入噪声反而能提升模型泛化能力。数值模拟验证了理论结果。
原文摘要 · Abstract (English)
Modern deep learning techniques focus on extracting intricate information from data to achieve accurate predictions. However, the training datasets may be crowdsourced and include sensitive information, such as personal contact details, financial data, and medical records. As a result, there is a growing emphasis on developing privacy-preserving training algorithms for neural networks that maintain good performance while preserving privacy. In this paper, we investigate the generalization and privacy performances of the differentially private gradient descent (DP-GD) algorithm, which is a private variant of the gradient descent (GD) by incorporating additional noise into the gradients during each iteration. Moreover, we identify a concrete learning task where DP-GD can achieve superior generalization performance compared to GD in training two-layer Huberized ReLU convolutional neural networks (CNNs). Specifically, we demonstrate that, under mild conditions, a small signal-to-noise ratio can result in GD producing training models with poor test accuracy, whereas DP-GD can yield training models with good test accuracy and privacy guarantees if the signal-to-noise ratio is not too small. This indicates that DP-GD has the potential to enhance model performance while ensuring privacy protection in certain learning tasks. Numerical simulations are further conducted to support our theoretical results.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。