LGAIDCJul 18, 2021

RobustFed: A Truth Inference Approach for Robust Federated Learning

arXiv:2107.08402v130 citations
Originality Incremental advance
AI Analysis

This addresses the problem of securing federated learning against attacks for applications like mobile devices or organizations, but it is incremental as it builds on existing truth inference methods.

The paper tackles the vulnerability of federated learning to adversarial attacks during aggregation by proposing a robust aggregation algorithm inspired by truth inference methods, and experimental results on three real-world datasets show it ensures resilience to noisy data, Byzantine, and label flipping attacks.

Federated learning is a prominent framework that enables clients (e.g., mobile devices or organizations) to train a collaboratively global model under a central server's orchestration while keeping local training datasets' privacy. However, the aggregation step in federated learning is vulnerable to adversarial attacks as the central server cannot manage clients' behavior. Therefore, the global model's performance and convergence of the training process will be affected under such attacks.To mitigate this vulnerability issue, we propose a novel robust aggregation algorithm inspired by the truth inference methods in crowdsourcing via incorporating the worker's reliability into aggregation. We evaluate our solution on three real-world datasets with a variety of machine learning models. Experimental results show that our solution ensures robust federated learning and is resilient to various types of attacks, including noisy data attacks, Byzantine attacks, and label flipping attacks.

Foundations

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

Your Notes