paper-with-me

Papers

Securing Distributed SGD against Gradient Leakage Threats

2023-05-10 · Wenqi Wei, Ling Liu, Jingya Zhou, Ka-Ho Chow, Yanzhao Wu

This paper presents a holistic approach to gradient leakage resilient distributed Stochastic Gradient Descent (SGD). First, we analyze two types of strategies for privacy-enhanced federated learning: (i) gradient pruning with random selection or low-rank filtering and (ii) gradient perturbation with additive random noise or differential privacy noise. We analyze the inherent limitations of these approaches and their underlying impact on privacy guarantee, model accuracy, and attack resilience. Next, we present a gradient leakage resilient approach to securing distributed SGD in federated learning, with differential privacy controlled noise as the tool. Unlike conventional methods with the per-client federated noise injection and fixed noise parameter strategy, our approach keeps track of the trend of per-example gradient updates. It makes adaptive noise injection closely aligned throughout the federated model training. Finally, we provide an empirical privacy analysis on the privacy guarantee, model utility, and attack resilience of the proposed approach. Extensive evaluation using five benchmark datasets demonstrates that our gradient leakage resilient approach can outperform the state-of-the-art methods with competitive accuracy performance, strong differential privacy guarantee, and high resilience against gradient leakage attacks. The code associated with this paper can be found: https://github.com/git-disl/Fed-alphaCDP.

📄 PDF Abstract BibTeX arXiv:2305.06473

Code (1)

git-disl/fed-alphacdp 공식 구현 tf

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Adversary-resilient Distributed and Decentralized Statistical Inference and Machine Learning: An Overview of Recent Advances Under the Byzantine Threat Model

2019-08-23 · Zhixiong Yang, Arpita Gang, Waheed U. Bajwa

While the last few decades have witnessed a huge body of work devoted to inference and learning in distributed and decentralized setups, much of this work assumes a non-adversarial setting in which individual nodes---apa…

Decision Making

Gradient Leakage Attack Resilient Deep Learning

2021-12-25 · Wenqi Wei, Ling Liu

Gradient leakage attacks are considered one of the wickedest privacy threats in deep learning as attackers covertly spy gradient updates during iterative training without compromising model training quality, and yet secr…

Deep Learning

Gradient-Leakage Resilient Federated Learning

2021-07-02 · Wenqi Wei, Ling Liu, Yanzhao Wu, Gong Su 외

Federated learning(FL) is an emerging distributed learning paradigm with default client privacy because clients can keep sensitive data on their devices and only share local training parameter updates with the federated …

Federated LearningPrivacy Preserving

Securing Tag-based recommender systems against profile injection attacks: A comparative study

2018-08-30 · Pitsilis Georgios, Ramampiaro Heri, Langseth Helge

This work addresses challenges related to attacks on social tagging systems, which often comes in a form of malicious annotations or profile injection attacks. In particular, we study various countermeasures against two …

Deep LearningRecommendation SystemsTAG

A Framework for Evaluating Gradient Leakage Attacks in Federated Learning

2020-04-22 · Wenqi Wei, Ling Liu, Margaret Loper, Ka-Ho Chow 외

Federated learning (FL) is an emerging distributed machine learning framework for collaborative model training with a network of clients (edge devices). FL offers default client privacy by allowing clients to keep their …

Federated Learning