paper-with-me

Papers

Revisiting Gradient Pruning: A Dual Realization for Defending against Gradient Attacks

2024-01-30 · Lulu Xue, Shengshan Hu, Ruizhi Zhao, Leo Yu Zhang, Shengqing Hu, Lichao Sun, Dezhong Yao

Collaborative learning (CL) is a distributed learning framework that aims to protect user privacy by allowing users to jointly train a model by sharing their gradient updates only. However, gradient inversion attacks (GIAs), which recover users' training data from shared gradients, impose severe privacy threats to CL. Existing defense methods adopt different techniques, e.g., differential privacy, cryptography, and perturbation defenses, to defend against the GIAs. Nevertheless, all current defense methods suffer from a poor trade-off between privacy, utility, and efficiency. To mitigate the weaknesses of existing solutions, we propose a novel defense method, Dual Gradient Pruning (DGP), based on gradient pruning, which can improve communication efficiency while preserving the utility and privacy of CL. Specifically, DGP slightly changes gradient pruning with a stronger privacy guarantee. And DGP can also significantly improve communication efficiency with a theoretical analysis of its convergence and generalization. Our extensive experiments show that DGP can effectively defend against the most powerful GIAs and reduce the communication cost without sacrificing the model's utility.

📄 PDF Abstract BibTeX arXiv:2401.16687

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Pruning Strategies for Backdoor Defense in LLMs

2025-08-27 · Santosh Chapagain, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi arxiv

Backdoor attacks are a significant threat to the performance and integrity of pre-trained language models. Although such models are routinely fine-tuned for downstream NLP tasks, recent work shows they remain vulnerable …

Reinforcement Learning

Unlearning Backdoor Attacks through Gradient-Based Model Pruning

2024-05-07 · Kealan Dunnett, Reza Arablouei, Dimity Miller, Volkan Dedeoglu 외

In the era of increasing concerns over cybersecurity threats, defending against backdoor attacks is paramount in ensuring the integrity and reliability of machine learning models. However, many existing approaches requir…

model

DRIVE: Dual Gradient-Based Rapid Iterative Pruning

2024-04-01 · Dhananjay Saikumar, Blesson Varghese

Modern deep neural networks (DNNs) consist of millions of parameters, necessitating high-performance computing during training and inference. Pruning is one solution that significantly reduces the space and time complexi…

FGGP: Fixed-Rate Gradient-First Gradual Pruning

2024-11-08 · Lingkai Zhu, Can Deniz Bezek, Orcun Goksel

In recent years, the increasing size of deep learning models and their growing demand for computational resources have drawn significant attention to the practice of pruning neural networks, while aiming to preserve thei…

Joint Multi-Dimension Pruning via Numerical Gradient Update

2020-05-18 · Zechun Liu, Xiangyu Zhang, Zhiqiang Shen, Zhe Li 외

We present joint multi-dimension pruning (abbreviated as JointPruning), an effective method of pruning a network on three crucial aspects: spatial, depth and channel simultaneously. To tackle these three naturally differ…