paper-with-me

Papers

ARES: Scalable and Practical Gradient Inversion Attack in Federated Learning through Activation Recovery

2026-03-18 · Zirui Gong, Leo Yu Zhang, Yanjun Zhang, Viet Vo, Tianqing Zhu, Shirui Pan, Cong Wang arxiv

Federated Learning (FL) enables collaborative model training by sharing model updates instead of raw data, aiming to protect user privacy. However, recent studies reveal that these shared updates can inadvertently leak sensitive training data through gradient inversion attacks (GIAs). Among them, active GIAs are particularly powerful, enabling high-fidelity reconstruction of individual samples even under large batch sizes. Nevertheless, existing approaches often require architectural modifications, which limit their practical applicability. In this work, we bridge this gap by introducing the Activation REcovery via Sparse inversion (ARES) attack, an active GIA designed to reconstruct training samples from large training batches without requiring architectural modifications. Specifically, we formulate the recovery problem as a noisy sparse recovery task and solve it using the generalized Least Absolute Shrinkage and Selection Operator (Lasso). To extend the attack to multi-sample recovery, ARES incorporates the imprint method to disentangle activations, enabling scalable per-sample reconstruction. We further establish the expected recovery rate and derive an upper bound on the reconstruction error, providing theoretical guarantees for the ARES attack. Extensive experiments on CNNs and MLPs demonstrate that ARES achieves high-fidelity reconstruction across diverse datasets, significantly outperforming prior GIAs under large batch sizes and realistic FL settings. Our results highlight that intermediate activations pose a serious and underestimated privacy risk in FL, underscoring the urgent need for stronger defenses.

📄 PDF Abstract BibTeX arXiv:2603.17623

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

GI-PIP: Do We Require Impractical Auxiliary Dataset for Gradient Inversion Attacks?

2024-01-22 · Yu Sun, Gaojian Xiong, Xianxun Yao, Kailang Ma 외

Deep gradient inversion attacks expose a serious threat to Federated Learning (FL) by accurately recovering private data from shared gradients. However, the state-of-the-art heavily relies on impractical assumptions to a…

Anomaly DetectionFederated Learning

Practical Feasibility of Gradient Inversion Attacks in Federated Learning

2025-08-27 · Viktor Valadi, Mattias Åkesson, Johan Östman, Fazeleh Hoseini 외 arxiv

Gradient inversion attacks are often presented as a serious privacy threat in federated learning, with recent work reporting increasingly strong reconstructions under favorable experimental settings. However, it remains …

Image ReconstructionImage ClassificationFederated LearningObject Detection

FuSeFL: Fully Secure and Scalable Federated Learning

2025-07-18 · Sahar Ghoflsaz Ghinani, Elaheh Sadredini arxiv

Federated Learning (FL) enables collaborative model training without centralizing client data, making it attractive for privacy-sensitive domains. While existing approaches employ cryptographic techniques such as homomor…

Federated Learning

Uncovering Gradient Inversion Risks in Practical Language Model Training

2025-07-28 · Xinguo Feng, Zhongkui Ma, Zihan Wang, Eu Joe Chegne 외 arxiv

The gradient inversion attack has been demonstrated as a significant privacy threat to federated learning (FL), particularly in continuous domains such as vision models. In contrast, it is often considered less effective…

Federated Learning

GI-NAS: Boosting Gradient Inversion Attacks through Adaptive Neural Architecture Search

2024-05-31 · Wenbo Yu, Hao Fang, Bin Chen, Xiaohang Sui 외

Gradient Inversion Attacks invert the transmitted gradients in Federated Learning (FL) systems to reconstruct the sensitive data of local clients and have raised considerable privacy concerns. A majority of gradient inve…

Federated LearningNeural Architecture Search