No More Guessing: a Verifiable Gradient Inversion Attack in Federated Learning
Pith reviewed 2026-05-10 11:56 UTC · model grok-4.3
The pith
A subspace verification test certifies when a ReLU hyperplane region holds exactly one record, enabling exact analytical recovery from aggregated gradients.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
VGIA adopts a geometric view of ReLU leakage where the activation boundary of a fully connected layer defines a hyperplane in input space. The method introduces an algebraic, subspace-based verification test that detects when a hyperplane-delimited region contains exactly one record. Once isolation is certified, VGIA recovers the corresponding feature vector analytically and reconstructs the target via a lightweight optimization step. Experiments on tabular benchmarks with large batch sizes demonstrate exact record and target recovery in regimes where existing state-of-the-art attacks either fail or cannot assess reconstruction fidelity.
What carries the argument
The algebraic subspace-based verification test that certifies single-record isolation inside regions delimited by ReLU hyperplanes.
If this is right
- Exact record and target recovery becomes possible on tabular benchmarks even when batch sizes are large.
- Reconstruction fidelity can be assessed intrinsically without human inspection or external plausibility checks.
- Hyperplane queries are allocated more efficiently than in prior geometric attacks, producing faster reconstructions with fewer rounds.
Where Pith is reading between the lines
- If the test works, federated learning defenses for tabular data may need to prevent the leakage of hyperplane information rather than merely limit gradient sharing.
- The same isolation logic could be tested on other piecewise-linear activations that also induce hyperplanes.
- Tabular datasets in collaborative training may require new privacy mechanisms that account for verifiable rather than merely plausible reconstructions.
Load-bearing premise
The network uses ReLU activations that create usable hyperplanes in input space, and the attacker can obtain enough model information to run the subspace verification test on those hyperplanes.
What would settle it
A concrete counter-example in which the subspace test declares a region to contain exactly one record, yet the analytically recovered feature vector differs from the actual record that contributed to the observed gradient.
Figures
read the original abstract
Gradient inversion attacks threaten client privacy in federated learning by reconstructing training samples from clients' shared gradients. Gradients aggregate contributions from multiple records and existing attacks may fail to disentangle them, yielding incorrect reconstructions with no intrinsic way to certify success. In vision and language, attackers may fall back on human inspection to judge reconstruction plausibility, but this is far less feasible for numerical tabular records, fueling the impression that tabular data is less vulnerable. We challenge this perception by proposing a verifiable gradient inversion attack (VGIA) that provides an explicit certificate of correctness for reconstructed samples. Our method adopts a geometric view of ReLU leakage: the activation boundary of a fully connected layer defines a hyperplane in input space. VGIA introduces an algebraic, subspace-based verification test that detects when a hyperplane-delimited region contains exactly one record. Once isolation is certified, VGIA recovers the corresponding feature vector analytically and reconstructs the target via a lightweight optimization step. Experiments on tabular benchmarks with large batch sizes demonstrate exact record and target recovery in regimes where existing state-of-the-art attacks either fail or cannot assess reconstruction fidelity. Compared to prior geometric approaches, VGIA allocates hyperplane queries more effectively, yielding faster reconstructions with fewer attack rounds.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes VGIA, a verifiable gradient inversion attack for federated learning on tabular data using ReLU networks. It adopts a geometric view of ReLU activations defining hyperplanes in input space and introduces an algebraic subspace-based verification test to detect when a hyperplane-delimited region contains exactly one record. Once certified, the feature vector is recovered analytically and the target reconstructed via lightweight optimization. Experiments on tabular benchmarks claim exact record and target recovery for large batch sizes where prior attacks fail or cannot certify fidelity, with more efficient hyperplane query allocation than previous geometric methods.
Significance. If the subspace verification test correctly certifies single-record isolation from aggregate gradients, the result would be significant for demonstrating concrete privacy risks in tabular federated learning, where human plausibility checks are infeasible. The algebraic certificate and improved query efficiency over prior geometric attacks are notable strengths; the work also ships explicit experimental comparisons on standard tabular benchmarks with large batches.
major comments (2)
- [§4.2] §4.2 (Subspace Verification Test): The algebraic test is defined on per-record activation patterns, but the observed gradient is the sum over the batch. No derivation shows that the test remains sound when applied to the entangled aggregate; if two records share linearly dependent contributions within the same hyperplane region, the solved linear system can admit a spurious unique solution that is a combination of the true records, issuing a false certificate. This directly undermines the central claim of verifiable exact recovery.
- [§5.1] §5.1 (Experimental Setup): The reported exact recoveries on tabular benchmarks with batch sizes >32 are presented without ablation on the number of records per hyperplane region or on the condition number of the recovered subspace. Without these controls it is impossible to confirm that the verification test is actually isolating single records rather than succeeding on low-rank aggregates.
minor comments (2)
- [§3.3] Notation for the subspace projection operator is introduced in §3.3 but reused without redefinition in §4.1; a single forward reference or appendix glossary would improve readability.
- [Figure 3] Figure 3 caption states 'exact recovery' but the plotted metric is cosine similarity; clarify whether the plotted values correspond to the certified cases or to all attempted reconstructions.
Simulated Author's Rebuttal
We thank the referee for the thoughtful and detailed review. The comments highlight important aspects of the soundness and experimental validation of the subspace verification test. We address each major comment below and have revised the manuscript to incorporate clarifications and additional controls.
read point-by-point responses
-
Referee: [§4.2] §4.2 (Subspace Verification Test): The algebraic test is defined on per-record activation patterns, but the observed gradient is the sum over the batch. No derivation shows that the test remains sound when applied to the entangled aggregate; if two records share linearly dependent contributions within the same hyperplane region, the solved linear system can admit a spurious unique solution that is a combination of the true records, issuing a false certificate. This directly undermines the central claim of verifiable exact recovery.
Authors: The subspace verification test is formulated to operate directly on the observed aggregate gradient. The algebraic procedure solves the linear system induced by the collected hyperplane constraints and certifies uniqueness only when the solution subspace has dimension exactly one. We include a derivation in Appendix B establishing that, under the distinct activation pattern assumption maintained by our query allocation, linear dependence across records within the same region is precluded by the geometry of the ReLU hyperplanes; any spurious combination would violate at least one hyperplane constraint and therefore fail the uniqueness check. To make this argument fully explicit, we have expanded §4.2 with a dedicated soundness lemma for the aggregate case and added a short proof sketch. revision: partial
-
Referee: [§5.1] §5.1 (Experimental Setup): The reported exact recoveries on tabular benchmarks with batch sizes >32 are presented without ablation on the number of records per hyperplane region or on the condition number of the recovered subspace. Without these controls it is impossible to confirm that the verification test is actually isolating single records rather than succeeding on low-rank aggregates.
Authors: We agree that these controls are necessary to confirm that certification corresponds to genuine single-record isolation. In the revised version we have added two new ablation studies in §5.1: (i) a sweep over the number of records deliberately placed inside the same hyperplane region, demonstrating that the verification test correctly withholds certification once more than one record is present; (ii) reporting of the condition numbers of the recovered subspaces for all certified recoveries, which remain well-conditioned only for the single-record cases. These results are now included in the updated experimental tables and accompanying text. revision: yes
Circularity Check
No circularity: verification test is an independent algebraic construction
full rationale
The paper introduces VGIA as a new geometric attack that defines a subspace-based verification test directly from ReLU hyperplane boundaries. The test certifies isolation of a single record's contribution, after which analytic recovery and optimization follow as separate steps. No equation or claim reduces the certificate to a fitted parameter, renamed input, or self-citation chain; the derivation remains self-contained against the stated geometric assumptions without tautological dependence on the reconstruction output itself.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption The activation boundary of a fully connected layer with ReLU defines a hyperplane in input space.
invented entities (1)
-
subspace-based verification test
no independent evidence
Reference graph
Works this paper leans on
-
[1]
URL https://openreview.net/forum? id=e7A0B99zJf. Dimitrov, D. I., Baader, M., Mueller, M. N., and Vechev, M. SPEAR: Exact gradient inversion of batches in federated learning. InThe Thirty-eighth Annual Conference on Neu- ral Information Processing Systems, 2024. URL https: //openreview.net/forum?id=lPDxPVS6ix. Ding, F., Hardt, M., Miller, J., and Schmidt,...
work page 2024
-
[2]
URL https://openreview.net/forum? id=fwzUgo0FM9v. Fowl, L. H., Geiping, J., Reich, S., Wen, Y ., Czaja, W., Goldblum, M., and Goldstein, T. Decepticons: Corrupted transformers breach privacy in federated learning for lan- guage models. InThe Eleventh International Confer- ence on Learning Representations, 2023. URL https: //openreview.net/forum?id=r0BrY4B...
-
[3]
URL https://proceedings.mlr.press/ v202/kariyappa23a.html. KCH. URL https://www.openml.org/search? type=data&status=active&id=42092& sort=runs. Krizhevsky, A. Learning multiple layers of features from tiny images. 2009. URL https://api. semanticscholar.org/CorpusID:18268744. Li, B., Gu, H., Chen, R., Li, J., Wu, C., Ruan, N., Si, X., and Fan, L. Temporal ...
-
[4]
doi: 10.1038/s41467-025-62525- z
ISSN 2041-1723. doi: 10.1038/s41467-025-62525- z. URL https://doi.org/10.1038/s41467- 025-62525-z. Phong, L. T., Aono, Y ., Hayashi, T., Wang, L., and Mo- riai, S. Privacy-preserving deep learning: Revisited and enhanced. In Batten, L., Kim, D. S., Zhang, X., and Li, G. (eds.),Applications and Techniques in Informa- tion Security, pp. 100–110, Singapore, ...
-
[5]
ISSN 2157-6904. doi: 10.1145/3510032. URL https://doi.org/10.1145/3510032. Shan, J., Zhao, Z., Lu, J., Zhang, R., Yiu, S. M., and Chow, K.-H. Geminio: Language-guided gradient in- version attacks in federated learning. InProceedings of the IEEE/CVF International Conference on Computer Vision, pp. 2718–2727, 2025. Shi, S., Xiao, Y ., Zhang, C., Shi, Y ., H...
-
[6]
URL https://www.jpmorgan.com/ kinexys/documents/kinexys-project- aikya-enhanced-anomaly-detection- through-decentralized-ai.pdf. Accessed: 2025-12-17. Vero, M., Balunovi´c, M., Dimitrov, D. I., and Vechev, M. Tableak: tabular data leakage in federated learning. In 10 No More Guessing Proceedings of the 40th International Conference on Ma- chine Learning, ...
work page doi:10.1109/w 2025
-
[7]
Xue, D., Yang, H., Ge, M., Li, J., Xu, G., and Li, H
doi: 10.1109/TDSC.2022.3228302. Xue, D., Yang, H., Ge, M., Li, J., Xu, G., and Li, H. Fast generation-based gradient leakage attacks against highly compressed gradients. InIEEE INFOCOM 2023 - IEEE Conference on Computer Communications, pp. 1–10,
-
[8]
Amitai Uzrad 17 35 Kathrin Hanauer, Monika Henzinger, Lara Ost, and Stefan Schmid
doi: 10.1109/INFOCOM53939.2023.10229091. Yang, H., Xue, D., Ge, M., Li, J., Xu, G., Li, H., and Lu, R. Fast generation-based gradient leakage attacks: An approach to generate training data directly from the gradient.IEEE Transactions on Dependable and Secure Computing, 22(1):132–145, 2025. doi: 10.1109/TDSC. 2024.3387570. Yin, H., Mallya, A., Vahdat, A., ...
-
[9]
URL https://proceedings.neurips. cc/paper_files/paper/2019/file/ 60a6c4002cc7b29142def8871531281a- Paper.pdf. 11 No More Guessing A. Proof of Proposition 4.1 Proof. Let X={x 1, . . . ,xm} ⊂R d be the set of unknown private samples located within the two hyperplaneswx+ˆbt k = 0 andwx+ ˆbt k+1 = 0. We assume these samples are linearly independent. Recall fr...
work page 2019
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.