paper-with-me

Papers

Enhancing Privacy against Inversion Attacks in Federated Learning by using Mixing Gradients Strategies

2022-04-26 · Shaltiel Eloul, Fran Silavong, Sanket Kamthe, Antonios Georgiadis, Sean J. Moran

Federated learning reduces the risk of information leakage, but remains vulnerable to attacks. We investigate how several neural network design decisions can defend against gradients inversion attacks. We show that overlapping gradients provides numerical resistance to gradient inversion on the highly vulnerable dense layer. Specifically, we propose to leverage batching to maximise mixing of gradients by choosing an appropriate loss function and drawing identical labels. We show that otherwise it is possible to directly recover all vectors in a mini-batch without any numerical optimisation due to the de-mixing nature of the cross entropy loss. To accurately assess data recovery, we introduce an absolute variation distance (AVD) metric for information leakage in images, derived from total variation. In contrast to standard metrics, e.g. Mean Squared Error or Structural Similarity Index, AVD offers a continuous metric for extracting information in noisy images. Finally, our empirical results on information recovery from various inversion attacks and training performance supports our defense strategies. These strategies are also shown to be useful for deep convolutional neural networks such as LeNET for image recognition. We hope that this study will help guide the development of further strategies that achieve a trustful federation policy.

📄 PDF Abstract BibTeX arXiv:2204.12495

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Defending Against Gradient Inversion Attacks for Biomedical Images via Learnable Data Perturbation

2025-03-19 · Shiyi Jiang, Farshad Firouzi, Krishnendu Chakrabarty

The increasing need for sharing healthcare data and collaborating on clinical research has raised privacy concerns. Health information leakage due to malicious attacks can lead to serious problems such as misdiagnoses an…

Federated LearningPrivacy Preserving

Enhancing Privacy Preservation in Federated Learning via Learning Rate Perturbation

2023-01-01 · ICCV 2023 1 · Guangnian Wan, Haitao Du, Xuejing Yuan, Jun Yang 외

Federated learning (FL) is a privacy-enhanced distributed machine learning framework, in which multiple clients collaboratively train a global model by exchanging their model updates without sharing local private dat…

Federated Learning

Privacy Preserving Federated Learning with Convolutional Variational Bottlenecks

2023-09-08 · Daniel Scheliga, Patrick Mäder, Marco Seeland

Gradient inversion attacks are an ubiquitous threat in federated learning as they exploit gradient leakage to reconstruct supposedly private training data. Recent work has proposed to prevent gradient leakage without los…

Federated Learningimage-classificationImage ClassificationPrivacy Preserving

Evaluating Gradient Inversion Attacks and Defenses in Federated Learning

2021-11-30 · NeurIPS 2021 12 · Yangsibo Huang, Samyak Gupta, Zhao Song, Kai Li 외

Gradient inversion attack (or input recovery from gradient) is an emerging threat to the security and privacy preservation of Federated learning, whereby malicious eavesdroppers or participants in the protocol can recove…

Federated Learning

GI-SMN: Gradient Inversion Attack against Federated Learning without Prior Knowledge

2024-05-06 · Jin Qian, Kaimin Wei, Yongdong Wu, Jilian Zhang 외

Federated learning (FL) has emerged as a privacy-preserving machine learning approach where multiple parties share gradient information rather than original user data. Recent work has demonstrated that gradient inversion…

Federated LearningPrivacy Preserving