paper-with-me

Papers

Bounding Training Data Reconstruction in DP-SGD

2023-02-14 · NeurIPS 2023 11

Differentially private training offers a protection which is usually interpreted as a guarantee against membership inference attacks. By proxy, this guarantee extends to other threats like reconstruction attacks attempting to extract complete training examples. Recent works provide evidence that if one does not need to protect against membership attacks but instead only wants to protect against training data reconstruction, then utility of private models can be improved because less noise is required to protect against these more ambitious attacks. We investigate this further in the context of DP-SGD, a standard algorithm for private deep learning, and provide an upper bound on the success of any reconstruction attack against DP-SGD together with an attack that empirically matches the predictions of our bound. Together, these two results open the door to fine-grained investigations on how to set the privacy parameters of DP-SGD in practice to protect against reconstruction attacks. Finally, we use our methods to demonstrate that different settings of the DP-SGD parameters leading to the same DP guarantees can result in significantly different success rates for reconstruction, indicating that the DP guarantee alone might not be a good proxy for controlling the protection against reconstruction attacks.

📄 PDF Abstract BibTeX arXiv:2302.07225

Code (0)

등록된 구현이 없습니다.

Tasks

Reconstruction Attack

Similar Papers 제목 키워드 기반

From Points to Multi-Object 3D Reconstruction

2020-12-21 · CVPR 2021 1 · Francis Engelmann, Konstantinos Rematas, Bastian Leibe, Vittorio Ferrari

We propose a method to detect and reconstruct multiple 3D objects from a single RGB image. The key idea is to optimize for detection, alignment and shape jointly over all objects in the RGB image, while focusing on reali…

3D Reconstruction3D Shape ReconstructionObject

Fast and Regularized Reconstruction of Building Façades from Street-View Images using Binary Integer Programming

2020-02-20 · Han Hu, Libin Wang, Mier Zhang, Yulin Ding 외

Regularized arrangement of primitives on building fa\c{c}ades to aligned locations and consistent sizes is important towards structured reconstruction of urban environment. Mixed integer linear programing was used to sol…

3D Reconstruction

Total3DUnderstanding: Joint Layout, Object Pose and Mesh Reconstruction for Indoor Scenes from a Single Image

2020-02-27 · CVPR 2020 6 · Yinyu Nie, Xiaoguang Han, Shihui Guo, Yujian Zheng 외

Semantic reconstruction of indoor scenes refers to both scene understanding and object reconstruction. Existing works either address one part of this problem or focus on independent objects. In this paper, we bridge the …

3D Object Detection3D Shape ReconstructionMonocular 3D Object DetectionObject+5

Bounding Training Data Reconstruction in Private (Deep) Learning

2022-01-28 · Chuan Guo, Brian Karrer, Kamalika Chaudhuri, Laurens van der Maaten

Differential privacy is widely accepted as the de facto method for preventing data leakage in ML, and conventional wisdom suggests that it offers strong protection against privacy attacks. However, existing semantic guar…

Deep Learning

Bounding Reconstruction Attack Success of Adversaries Without Data Priors

2024-02-20 · Alexander Ziller, Anneliese Riess, Kristian Schwethelm, Tamara T. Mueller 외

Reconstruction attacks on machine learning (ML) models pose a strong risk of leakage of sensitive data. In specific contexts, an adversary can (almost) perfectly reconstruct training data samples from a trained model usi…

Reconstruction Attack