paper-with-me

Papers

The Built-In Robustness of Decentralized Federated Averaging to Bad Data

2025-02-25 · Samuele Sabella, Chiara Boldrini, Lorenzo Valerio, Andrea Passarella, Marco Conti

Decentralized federated learning (DFL) enables devices to collaboratively train models over complex network topologies without relying on a central controller. In this setting, local data remains private, but its quality and quantity can vary significantly across nodes. The extent to which a fully decentralized system is vulnerable to poor-quality or corrupted data remains unclear, but several factors could contribute to potential risks. Without a central authority, there can be no unified mechanism to detect or correct errors, and each node operates with a localized view of the data distribution, making it difficult for the node to assess whether its perspective aligns with the true distribution. Moreover, models trained on low-quality data can propagate through the network, amplifying errors. To explore the impact of low-quality data on DFL, we simulate two scenarios with degraded data quality -- one where the corrupted data is evenly distributed in a subset of nodes and one where it is concentrated on a single node -- using a decentralized implementation of FedAvg. Our results reveal that averaging-based decentralized learning is remarkably robust to localized bad data, even when the corrupted data resides in the most influential nodes of the network. Counterintuitively, this robustness is further enhanced when the corrupted data is concentrated on a single node, regardless of its centrality in the communication network topology. This phenomenon is explained by the averaging process, which ensures that no single node -- however central -- can disproportionately influence the overall learning process.

📄 PDF Abstract BibTeX arXiv:2502.18097

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A Comparative Evaluation of FedAvg and Per-FedAvg Algorithms for Dirichlet Distributed Heterogeneous Data

2023-09-03 · Hamza Reguieg, Mohammed El Hanjri, Mohamed El Kamili, Abdellatif Kobbane

In this paper, we investigate Federated Learning (FL), a paradigm of machine learning that allows for decentralized model training on devices without sharing raw data, there by preserving data privacy. In particular, we …

Federated Learning

Quantization Robust Federated Learning for Efficient Inference on Heterogeneous Devices

2022-06-22 · Kartik Gupta, Marios Fournarakis, Matthias Reisser, Christos Louizos 외

Federated Learning (FL) is a machine learning paradigm to distributively learn machine learning models from decentralized data that remains on-device. Despite the success of standard Federated optimization methods, such …

BIG-bench Machine LearningFederated LearningQuantization

Vanishing Variance Problem in Fully Decentralized Neural-Network Systems

2024-04-06 · Yongding Tian, Zaid Al-Ars, Maksim Kitsak, Peter Hofstee

Federated learning and gossip learning are emerging methodologies designed to mitigate data privacy concerns by retaining training data on client devices and exclusively sharing locally-trained machine learning (ML) mode…

Federated Learning

NTK-DFL: Enhancing Decentralized Federated Learning in Heterogeneous Settings via Neural Tangent Kernel

2024-10-02 · Gabriel Thompson, Kai Yue, Chau-Wai Wong, Huaiyu Dai

Decentralized federated learning (DFL) is a collaborative machine learning framework for training a model across participants without a central server or raw data exchange. DFL faces challenges due to statistical heterog…

Federated Learning

Decentralized Federated Learning via Mutual Knowledge Transfer

2020-12-24 · Chengxi Li, Gang Li, Pramod K. Varshney

In this paper, we investigate the problem of decentralized federated learning (DFL) in Internet of things (IoT) systems, where a number of IoT clients train models collectively for a common task without sharing their pri…

Federated LearningTransfer Learning