LGCRDCOct 28, 2025

SPEAR++: Scaling Gradient Inversion via Sparsely-Used Dictionary Learning

arXiv:2510.24200v11 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses privacy vulnerabilities in Federated Learning systems by improving attack practicality, though it is incremental as it builds on prior theoretical work.

The paper tackles the problem of gradient inversion attacks in Federated Learning by scaling the SPEAR attack using Sparsely-Used Dictionary Learning, making it tractable for 10x larger batch sizes while maintaining robustness to DP noise and FedAvg aggregation.

Federated Learning has seen an increased deployment in real-world scenarios recently, as it enables the distributed training of machine learning models without explicit data sharing between individual clients. Yet, the introduction of the so-called gradient inversion attacks has fundamentally challenged its privacy-preserving properties. Unfortunately, as these attacks mostly rely on direct data optimization without any formal guarantees, the vulnerability of real-world systems remains in dispute and requires tedious testing for each new federated deployment. To overcome these issues, recently the SPEAR attack was introduced, which is based on a theoretical analysis of the gradients of linear layers with ReLU activations. While SPEAR is an important theoretical breakthrough, the attack's practicality was severely limited by its exponential runtime in the batch size b. In this work, we fill this gap by applying State-of-the-Art techniques from Sparsely-Used Dictionary Learning to make the problem of gradient inversion on linear layers with ReLU activations tractable. Our experiments demonstrate that our new attack, SPEAR++, retains all desirable properties of SPEAR, such as robustness to DP noise and FedAvg aggregation, while being applicable to 10x bigger batch sizes.

Foundations

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

Your Notes