XOR Mixup: Privacy-Preserving Data Augmentation for One-Shot Federated Learning
User-generated data distributions are often imbalanced across devices and labels, hampering the performance of federated learning (FL). To remedy to this non-independent and identically distributed (non-IID) data problem, in this work we develop a privacy-preserving XOR based mixup data augmentation technique, coined XorMixup, and thereby propose a novel one-shot FL framework, termed XorMixFL. The core idea is to collect other devices' encoded data samples that are decoded only using each device's own data samples. The decoding provides synthetic-but-realistic samples until inducing an IID dataset, used for model training. Both encoding and decoding procedures follow the bit-wise XOR operations that intentionally distort raw samples, thereby preserving data privacy. Simulation results corroborate that XorMixFL achieves up to 17.6% higher accuracy than Vanilla FL under a non-IID MNIST dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationFederated LearningPrivacy PreservingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
NeuroMixGDP: A Neural Collapse-Inspired Random Mixup for Private Data Release
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 i…
Data AugmentationPrivacy PreservingSelf-Supervised LearningAirMixML: Over-the-Air Data Mixup for Inherently Privacy-Preserving Edge Machine Learning
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 PreservingAdaptive Hybrid Masking Strategy for Privacy-Preserving Face Recognition Against Model Inversion Attack
The utilization of personal sensitive data in training face recognition (FR) models poses significant privacy concerns, as adversaries can employ model inversion attacks (MIA) to infer the original training data. Existin…
Data AugmentationFace RecognitionPrivacy PreservingFedMix: Approximation of Mixup under Mean Augmented Federated Learning
Federated learning (FL) allows edge devices to collectively learn a model without directly sharing data within each device, thus preserving privacy and eliminating the need to store data globally. While there are promisi…
Data AugmentationFederated LearningDP-InstaHide: Provably Defusing Poisoning and Backdoor Attacks with Differentially Private Data Augmentations
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