FedNIA: Noise-Induced Activation Analysis for Mitigating Data Poisoning in FL
Ehsan Hallaji, Roozbeh Razavi-Far, Mehrdad Saif
TL;DR
FedNIA addresses the data poisoning challenge in non-iid federated learning by introducing a noise-induced activation analysis detector that operates without a central test dataset. By injecting random noise and analyzing layer-wise activations through a per-layer autoencoder, it identifies and filters malicious client updates before aggregation, achieving robustness against sample poisoning, label flipping, and backdoors, even with multiple attackers. The method preserves baseline performance in benign settings and demonstrates strong resilience across attack types, albeit with higher computational cost. The work offers a practical, dataset-agnostic defense framework with potential for broader applicability and efficiency improvements in secure FL systems.
Abstract
Federated learning systems are increasingly threatened by data poisoning attacks, where malicious clients compromise global models by contributing tampered updates. Existing defenses often rely on impractical assumptions, such as access to a central test dataset, or fail to generalize across diverse attack types, particularly those involving multiple malicious clients working collaboratively. To address this, we propose Federated Noise-Induced Activation Analysis (FedNIA), a novel defense framework to identify and exclude adversarial clients without relying on any central test dataset. FedNIA injects random noise inputs to analyze the layerwise activation patterns in client models leveraging an autoencoder that detects abnormal behaviors indicative of data poisoning. FedNIA can defend against diverse attack types, including sample poisoning, label flipping, and backdoors, even in scenarios with multiple attacking nodes. Experimental results on non-iid federated datasets demonstrate its effectiveness and robustness, underscoring its potential as a foundational approach for enhancing the security of federated learning systems.
