LGAICRCVMay 30, 2025

Shadow defense against gradient inversion attack in federated learning

arXiv:2506.15711v111 citationsh-index: 8Medical Image Anal.
Originality Incremental advance
AI Analysis

This addresses privacy protection in sensitive domains like healthcare by providing a more effective defense against gradient inversion attacks, though it is incremental as it builds on existing defense mechanisms with improved targeting.

The paper tackles the problem of privacy leakage in federated learning from gradient inversion attacks by introducing a framework that uses a shadow model to identify sensitive areas for targeted noise injection, achieving discrepancies of up to 3.73 in PSNR and 0.2 in SSIM on medical datasets while reducing model performance impact to less than 1% F1 loss.

Federated learning (FL) has emerged as a transformative framework for privacy-preserving distributed training, allowing clients to collaboratively train a global model without sharing their local data. This is especially crucial in sensitive fields like healthcare, where protecting patient data is paramount. However, privacy leakage remains a critical challenge, as the communication of model updates can be exploited by potential adversaries. Gradient inversion attacks (GIAs), for instance, allow adversaries to approximate the gradients used for training and reconstruct training images, thus stealing patient privacy. Existing defense mechanisms obscure gradients, yet lack a nuanced understanding of which gradients or types of image information are most vulnerable to such attacks. These indiscriminate calibrated perturbations result in either excessive privacy protection degrading model accuracy, or insufficient one failing to safeguard sensitive information. Therefore, we introduce a framework that addresses these challenges by leveraging a shadow model with interpretability for identifying sensitive areas. This enables a more targeted and sample-specific noise injection. Specially, our defensive strategy achieves discrepancies of 3.73 in PSNR and 0.2 in SSIM compared to the circumstance without defense on the ChestXRay dataset, and 2.78 in PSNR and 0.166 in the EyePACS dataset. Moreover, it minimizes adverse effects on model performance, with less than 1\% F1 reduction compared to SOTA methods. Our extensive experiments, conducted across diverse types of medical images, validate the generalization of the proposed framework. The stable defense improvements for FedAvg are consistently over 1.5\% times in LPIPS and SSIM. It also offers a universal defense against various GIA types, especially for these sensitive areas in images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes