paper-with-me

Papers

SelectiveShield: Lightweight Hybrid Defense Against Gradient Leakage in Federated Learning

2025-08-06 · Borui Li, Li Yan, Jianmin Liu arxiv

Federated Learning (FL) enables collaborative model training on decentralized data but remains vulnerable to gradient leakage attacks that can reconstruct sensitive user information. Existing defense mechanisms, such as differential privacy (DP) and homomorphic encryption (HE), often introduce a trade-off between privacy, model utility, and system overhead, a challenge that is exacerbated in heterogeneous environments with non-IID data and varying client capabilities. To address these limitations, we propose SelectiveShield, a lightweight hybrid defense framework that adaptively integrates selective homomorphic encryption and differential privacy. SelectiveShield leverages Fisher information to quantify parameter sensitivity, allowing clients to identify critical parameters locally. Through a collaborative negotiation protocol, clients agree on a shared set of the most sensitive parameters for protection via homomorphic encryption. Parameters that are uniquely important to individual clients are retained locally, fostering personalization, while non-critical parameters are protected with adaptive differential privacy noise. Extensive experiments demonstrate that SelectiveShield maintains strong model utility while significantly mitigating gradient leakage risks, offering a practical and scalable defense mechanism for real-world federated learning deployments.

📄 PDF Abstract BibTeX arXiv:2508.04265

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A Hybrid Defense Method against Adversarial Attacks on Traffic Sign Classifiers in Autonomous Vehicles

2022-04-25 · Zadid Khan, Mashrur Chowdhury, Sakib Mahmud Khan

Adversarial attacks can make deep neural network (DNN) models predict incorrect output labels, such as misclassified traffic signs, for autonomous vehicle (AV) perception modules. Resilience against adversarial attacks c…

Autonomous VehiclesNavigateOptical Character RecognitionOptical Character Recognition (OCR)+1

Defense against Adversarial Attacks on Hybrid Speech Recognition using Joint Adversarial Fine-tuning with Denoiser

2022-04-08 · Sonal Joshi, Saurabh Kataria, Yiwen Shao, Piotr Zelasko 외

Adversarial attacks are a threat to automatic speech recognition (ASR) systems, and it becomes imperative to propose defenses to protect them. In this paper, we perform experiments to show that K2 conformer hybrid ASR is…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Adversarial Robustness by Design through Analog Computing and Synthetic Gradients

2021-01-06 · Alessandro Cappelli, Ruben Ohana, Julien Launay, Laurent Meunier 외

We propose a new defense mechanism against adversarial attacks inspired by an optical co-processor, providing robustness without compromising natural accuracy in both white-box and black-box settings. This hardware co-pr…

Adversarial RobustnessBinarization

Understanding the Robustness of Randomized Feature Defense Against Query-Based Adversarial Attacks

2023-10-01 · Quang H. Nguyen, Yingjie Lao, Tung Pham, Kok-Seng Wong 외

Recent works have shown that deep neural networks are vulnerable to adversarial examples that find samples close to the original image but can make the model misclassify. Even with access only to the model's output, an a…

Image Classification

FISGuard: Defending Against Membership Inference via Fixed Input Subspaces

2026-08-28 · Haocheng Jiang, Hua Shen arxiv

As large language models are increasingly adopted in federated learning, protecting user privacy while performing parameter-efficient fine-tuning on distributed private data has become an important challenge. Although cl…

parameter-efficient fine-tuningFederated Learning