Papers › ARES: Scalable and Practical Gradient Inversion Attack in Federated Learning through...

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

18 Mar 2026arXiv:2603.17623added by Syntology

Zirui Gong, Leo Yu Zhang, Yanjun Zhang, Viet Vo, Tianqing Zhu, Shirui Pan, Cong Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.17623")

Code

Syntology Ran 3 of 17 code samples harvested from 3 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lhfowl/robbing found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
unknown123489/Scale-MIA found in paper text by SyntologyNOASSERTION report
gaow0007/ATSPrivacy found in paper text by Syntology report
gongzir1/ARES found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 3 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran
14unverified

Licence: 8 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GradualWarmupScheduler gongzir1/ARES/attacks/analytic_attack.py found in paper text by Syntology ran no licence file found · pointer only · 25c34c54d9ce5f56 · report
PSNR_cal unknown123489/Scale-MIA/fedavg-cifar/multimodel-recover-attack.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · d5378222c82c7a79 · report
optimizer_lookup gongzir1/ARES/attacks/analytic_attack.py found in paper text by Syntology ran no licence file found · pointer only · 8c70be05071f1bc6 · report
AnalyticAttacker gongzir1/ARES/attacks/analytic_attack.py found in paper text by Syntology unverified no licence file found · pointer only · 049502ce90fbd732 · report
ImprintAttacker gongzir1/ARES/attacks/analytic_attack.py found in paper text by Syntology unverified no licence file found · pointer only · e1517f98c825492d · report
_BaseAttacker gongzir1/ARES/attacks/analytic_attack.py found in paper text by Syntology unverified no licence file found · pointer only · 21ec4dad73960b79 · report
activation_errors gaow0007/ATSPrivacy/inversefed/metrics.py found in paper text by Syntology unverified MIT (permissive) · e551d62ffffcfda9 · report
attack unknown123489/Scale-MIA/fedavg-cifar/multimodel-recover-attack.py found in paper text by Syntology unverified licence not identified · pointer only · f5c2f5be766751a1 · report
collate_fn gaow0007/ATSPrivacy/benchmark/cifar100_attack.py found in paper text by Syntology unverified MIT (permissive) · 50b843f4577cb9e7 · report
eval_score gaow0007/ATSPrivacy/benchmark/search_transform_attack.py found in paper text by Syntology unverified MIT (permissive) · d990a0f24d4e3d84 · report
img_warp gaow0007/ATSPrivacy/autoaugment.py found in paper text by Syntology unverified MIT (permissive) · a111b516b74dd7b0 · report
img_zoom gaow0007/ATSPrivacy/autoaugment.py found in paper text by Syntology unverified MIT (permissive) · f52f54936f6ed88e · report
input_retrival unknown123489/Scale-MIA/fedavg-cifar/multimodel-recover-attack.py found in paper text by Syntology unverified licence not identified · pointer only · e42861ff4d8806ea · report
psnr gaow0007/ATSPrivacy/inversefed/metrics.py found in paper text by Syntology unverified MIT (permissive) · 5ef2f520281c0bdf · report
reconstruction_costs gaow0007/ATSPrivacy/inversefed/reconstruction_algorithms.py found in paper text by Syntology unverified MIT (permissive) · b0291b9e998a5906 · report
similarity_measures gaow0007/ATSPrivacy/benchmark/search_transform_attack.py found in paper text by Syntology unverified MIT (permissive) · cd8cc2a4392baf95 · report
total_variation gaow0007/ATSPrivacy/inversefed/metrics.py found in paper text by Syntology unverified MIT (permissive) · 3d23162c75564e01 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.17623, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections