paper-with-me

Papers

DP-Mix: Mixup-based Data Augmentation for Differentially Private Learning

2023-09-21 · NeurIPS 2023 11

Data augmentation techniques, such as simple image transformations and combinations, are highly effective at improving the generalization of computer vision models, especially when training data is limited. However, such techniques are fundamentally incompatible with differentially private learning approaches, due to the latter’s built-in assumption that each training image’s contribution to the learned model is bounded. In this paper, we investigate why naive applications of multi-sample data augmentation techniques, such as mixup, fail to achieve good performance and propose two novel data augmentation techniques specifically designed for the constraints of differentially private learning. Our first technique, DP-Mix_Self, achieves SoTA classification performance across a range of datasets and settings by performing mixup on self-augmented data. Our second technique, DP-Mix_Diff, further improves performance by incorporating synthetic data from a pre-trained diffusion model into the mixup process. We open-source the code at https://github.com/wenxuan-Bao/DP-Mix.

📄 PDF Abstract BibTeX

Code (1)

wenxuan-bao/dp-mix 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

DP-InstaHide: Provably Defusing Poisoning and Backdoor Attacks with Differentially Private Data Augmentations

2021-03-02 · Eitan Borgnia, Jonas Geiping, Valeriia Cherepanova, Liam Fowl 외

Data poisoning and backdoor attacks manipulate training data to induce security breaches in a victim model. These attacks can be provably deflected using differentially private (DP) training methods, although this comes …

Data Poisoning

DP-InstaHide: Data Augmentations Provably Enhance Guarantees Against Dataset Manipulations

2021-09-29 · Eitan Borgnia, Jonas Geiping, Valeriia Cherepanova, Liam H Fowl 외

Data poisoning and backdoor attacks manipulate training data to induce security breaches in a victim model. These attacks can be provably deflected using differentially private (DP) training methods, although this comes …

Data Poisoning

Strong Data Augmentation Sanitizes Poisoning and Backdoor Attacks Without an Accuracy Tradeoff

2020-11-18 · Eitan Borgnia, Valeriia Cherepanova, Liam Fowl, Amin Ghiasi 외

Data poisoning and backdoor attacks manipulate victim models by maliciously modifying training data. In light of this growing threat, a recent survey of industry professionals revealed heightened fear in the private sect…

Data AugmentationData Poisoning

AirMixML: Over-the-Air Data Mixup for Inherently Privacy-Preserving Edge Machine Learning

2021-05-02 · Yusuke Koda, Jihong Park, Mehdi Bennis, Praneeth Vepakomma 외

Wireless channels can be inherently privacy-preserving by distorting the received signals due to channel noise, and superpositioning multiple signals over-the-air. By harnessing these natural distortions and superpositio…

BIG-bench Machine LearningData AugmentationPrivacy Preserving

Instance-hiding Schemes for Private Distributed Learning

2020-01-01 · ICML 2020 1 · Yangsibo Huang, Zhao Song, Sanjeev Arora, Kai Li

An important problem today is how to allow a group of decentralized entities to compute on their private data on a centralized deep net while protecting data privacy. Classic cryptographic techniques are too inefficient,…

Federated Learning