paper-with-me

홈 › Papers

NeuroMixGDP: A Neural Collapse-Inspired Random Mixup for Private Data Release

2022-02-14 · Donghao Li, Yang Cao, Yuan YAO

Privacy-preserving data release algorithms have gained increasing attention for their ability to protect user privacy while enabling downstream machine learning tasks. However, the utility of current popular algorithms is not always satisfactory. Mixup of raw data provides a new way of data augmentation, which can help improve utility. However, its performance drastically deteriorates when differential privacy (DP) noise is added. To address this issue, this paper draws inspiration from the recently observed Neural Collapse (NC) phenomenon, which states that the last layer features of a neural network concentrate on the vertices of a simplex as Equiangular Tight Frame (ETF). We propose a scheme to mixup the Neural Collapse features to exploit the ETF simplex structure and release noisy mixed features to enhance the utility of the released data. By using Gaussian Differential Privacy (GDP), we obtain an asymptotic rate for the optimal mixup degree. To further enhance the utility and address the label collapse issue when the mixup degree is large, we propose a Hierarchical sampling method to stratify the mixup samples on a small number of classes. This method remarkably improves utility when the number of classes is large. Extensive experiments demonstrate the effectiveness of our proposed method in protecting against attacks and improving utility. In particular, our approach shows significantly improved utility compared to directly training classification networks with DPSGD on CIFAR100 and MiniImagenet datasets, highlighting the benefits of using privacy-preserving data release. We release reproducible code in https://github.com/Lidonghao1996/NeuroMixGDP.

📄 PDF Abstract BibTeX arXiv:2202.06467

Code (1)

lidonghao1996/neuromixgdp 공식 구현 pytorch

Tasks

Data AugmentationPrivacy PreservingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
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 제목 키워드 기반

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

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

Asymptotic Midpoint Mixup for Margin Balancing and Moderate Broadening

2024-01-26 · Hoyong Kim, Semi Lee, Kangil Kim

In the feature space, the collapse between features invokes critical problems in representation learning by remaining the features undistinguished. Interpolation-based augmentation methods such as mixup have shown their …

Representation LearningTransfer Learning

MetaMixUp: Learning Adaptive Interpolation Policy of MixUp with Meta-Learning

2019-08-27 · Zhijun Mai, Guosheng Hu, Dexiong Chen, Fumin Shen 외

MixUp is an effective data augmentation method to regularize deep neural networks via random linear interpolations between pairs of samples and their labels. It plays an important role in model regularization, semi-super…

Data AugmentationDomain AdaptationMeta-LearningPseudo Label

Mixup Inference: Better Exploiting Mixup to Defend Adversarial Attacks

2019-09-25 · ICLR 2020 1 · Tianyu Pang, Kun Xu, Jun Zhu

It has been widely recognized that adversarial examples can be easily crafted to fool deep networks, which mainly root from the locally non-linear behavior nearby input examples. Applying mixup in training provides an ef…

Adversarial Robustness