LGDCMLJan 22, 2020

Overcoming Noisy and Irrelevant Data in Federated Learning

arXiv:2001.08300v226 citations
AI Analysis

This addresses data quality issues in federated learning for image and vision applications, but it is incremental as it builds on existing federated learning frameworks.

The paper tackles the problem of noisy and irrelevant data in federated learning by proposing a method to select relevant data subsets at each client using a benchmark model, resulting in up to 25% improvement in model accuracy on real-world image datasets.

Many image and vision applications require a large amount of data for model training. Collecting all such data at a central location can be challenging due to data privacy and communication bandwidth restrictions. Federated learning is an effective way of training a machine learning model in a distributed manner from local data collected by client devices, which does not require exchanging the raw data among clients. A challenge is that among the large variety of data collected at each client, it is likely that only a subset is relevant for a learning task while the rest of data has a negative impact on model training. Therefore, before starting the learning process, it is important to select the subset of data that is relevant to the given federated learning task. In this paper, we propose a method for distributedly selecting relevant data, where we use a benchmark model trained on a small benchmark dataset that is task-specific, to evaluate the relevance of individual data samples at each client and select the data with sufficiently high relevance. Then, each client only uses the selected subset of its data in the federated learning process. The effectiveness of our proposed approach is evaluated on multiple real-world image datasets in a simulated system with a large number of clients, showing up to $25\%$ improvement in model accuracy compared to training with all data.

Foundations

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

Your Notes