Emerging
Jun 18, 20261
67%
TIGER: New Gradient Inversion Attack Threatens Federated Learning Security

Researchers introduced TIGER, a gradient inversion attack that can reconstruct client inputs from gradient updates in federated learning systems using transformers. The attack improves upon existing methods by using continuous optimization rather than discrete token search, demonstrating particular success against differential privacy-defended systems.

Quick Facts
Who
Researchers in computer science and cryptography
What
Introduced TIGER gradient inversion attack
When
Submitted 16 June 2026
Where
arXiv computer science repository
- Introduced TIGER gradient inversion attack
- Demonstrated vulnerability in federated learning systems
- Optimized token embeddings to minimize distance to subspace
- Achieved successful reconstructions in differentially private settings
- Improved reconstruction quality and runtime over existing attacks
Researchers have presented TIGER, a novel gradient inversion attack that poses significant security risks to federated learning systems using transformer models. Federated learning enables multiple clients to collaboratively train machine learning models by transmitting only gradient updates to a central server while keeping raw input data local. However, the new attack demonstrates that these gradient updates can leak sufficient information to reconstruct sensitive client inputs.
Existing gradient inversion attacks on transformers face substantial limitations. Previous approaches either attempt to reconstruct inputs by optimizing dummy data to match true client gradients—a process that is computationally expensive and unstable for large modern models—or exploit the low-rank structure of attention gradients to identify a subspace containing true layer embeddings. The latter methods rely on discrete membership tests to identify candidate tokens, but these tests prove fragile when exposed to numerical noise from quantization or differential privacy defenses, and scale poorly for encoder models with non-causal attention mechanisms.
TIGER addresses these limitations by introducing a continuous optimization approach. Rather than searching across discrete tokens or attempting to match complete gradients, the attack directly optimizes token embeddings to minimize their distance to the identified subspace. This differentiable objective provides a more stable and efficient attack mechanism. Experimental results show that on encoder-only transformer models, TIGER substantially improves both reconstruction quality and runtime compared to existing attacks. For decoder models, TIGER demonstrates greater robustness than prior subspace-based methods, and notably enables the first successful reconstructions against federated learning systems defended with differential privacy.
The research highlights a critical vulnerability in federated learning architectures, particularly for transformer-based models. The ability to reconstruct inputs even from privacy-defended systems suggests that additional security measures may be necessary to protect sensitive data in collaborative machine learning environments. The findings underscore the ongoing tension between the efficiency benefits of federated learning and the privacy risks posed by gradient-based attacks.
Why This Matters
This research reveals a fundamental vulnerability in federated learning infrastructure that affects organizations deploying collaborative machine learning at scale. The ability to extract sensitive client data even from systems with differential privacy defenses undermines trust in privacy-preserving ML architectures and necessitates urgent re-evaluation of security protocols across industries relying on federated learning for healthcare, finance, and telecommunications applications.
Timeline & Sources
Jun 16, 2026
WireTIGER research paper submitted to arXiv
Jun 18, 2026
WireTIGER research paper published on arXiv