CRAINov 13, 2025

On the Detectability of Active Gradient Inversion Attacks in Federated Learning

arXiv:2511.10502v1h-index: 47
Originality Incremental advance
AI Analysis

This addresses privacy vulnerabilities in federated learning for clients, though it is incremental as it builds on prior detection work.

The paper tackles the problem of detecting active gradient inversion attacks in federated learning, which threaten client privacy by reconstructing local data, and demonstrates that novel lightweight client-side detection techniques effectively identify these attacks without protocol changes.

One of the key advantages of Federated Learning (FL) is its ability to collaboratively train a Machine Learning (ML) model while keeping clients' data on-site. However, this can create a false sense of security. Despite not sharing private data increases the overall privacy, prior studies have shown that gradients exchanged during the FL training remain vulnerable to Gradient Inversion Attacks (GIAs). These attacks allow reconstructing the clients' local data, breaking the privacy promise of FL. GIAs can be launched by either a passive or an active server. In the latter case, a malicious server manipulates the global model to facilitate data reconstruction. While effective, earlier attacks falling under this category have been demonstrated to be detectable by clients, limiting their real-world applicability. Recently, novel active GIAs have emerged, claiming to be far stealthier than previous approaches. This work provides the first comprehensive analysis of these claims, investigating four state-of-the-art GIAs. We propose novel lightweight client-side detection techniques, based on statistically improbable weight structures and anomalous loss and gradient dynamics. Extensive evaluation across several configurations demonstrates that our methods enable clients to effectively detect active GIAs without any modifications to the FL training protocol.

Foundations

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

Your Notes