Papers › See through Gradients: Image Batch Recovery via GradInversion

See through Gradients: Image Batch Recovery via GradInversion

15 Apr 2021CVPR 2021 1arXiv:2104.07586archive 2025-07-28

Hongxu Yin, Arun Mallya, Arash Vahdat, Jose M. Alvarez, Jan Kautz, Pavlo Molchanov

Training deep neural networks requires gradient estimation from data batches to update parameters. Gradients per parameter are averaged over a set of data and this has been presumed to be safe for privacy-preserving training in joint, collaborative, and federated learning applications. Prior work only showed the possibility of recovering input data given gradients under very restrictive conditions - a single input point, or a network with no non-linearities, or a small 32x32 px input batch. Therefore, averaging gradients over larger batches was thought to be safe. In this work, we introduce GradInversion, using which input images from a larger batch (8 - 48 images) can also be recovered for large networks such as ResNets (50 layers), on complex datasets such as ImageNet (1000 classes, 224x224 px). We formulate an optimization task that converts random noise into natural images, matching gradients while regularizing image fidelity. We also propose an algorithm for target class label recovery given gradients. We further propose a group consistency regularization framework, where multiple agents starting from different random seeds work together to find an enhanced reconstruction of original data batch. We show that gradients encode a surprisingly large amount of information, such that all the individual images can be recovered with high fidelity via GradInversion, even for complex datasets, deep networks, and large batch sizes.

PaperPDFConference PDFCodeCode 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="2104.07586")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 4 ran · honoured contract; 5 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: community (archive-listed): 13 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 12 ran; 4 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · honoured contract
5ran · our draft was wrong
2ran · fixture could not drive it
1ran
1unverified

Licence: 0 of the 13 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 Koukyosyumei/AIJack. “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.

GradientInversion_Attack Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran Apache-2.0 (permissive) · 43eac078002859a1 · report
_estimate_label Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 3e673521a479b4c5 · report
_generate_fake_gradients Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 62842ce458b4bca3 · report
_initialize_label Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 5fddb208f8e79e5b · report
_initialize_x Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 85031c58ca1b7e1d · report
_setup_attack Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · fa414f2616dd1ff3 · report
bn_regularizer Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 58dd085b9a1909a7 · report
cossim Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · ff0da84104d8589d · report
group_consistency Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 8557fa1f6c82b641 · report
l2 Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · e66bd74de6c3b8c6 · report
label_matching Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 6db1e32b9e1e74be · report
total_variance Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 170794b3b26fc341 · report
BaseAttacker Koukyosyumei/AIJack/src/aijack/attack/inversion/gradientinversion.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e266e3624ce2cae · report

Tasks

Federated LearningInference AttackPrivacy Preserving

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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