Gradient Coreset for Federated Learning

Durga Sivasubramanian,Lokesh Nagalapatti,Rishabh Iyer,Ganesh Ramakrishnan
2024-01-13
Abstract:Federated Learning (FL) is used to learn machine learning models with data that is partitioned across multiple clients, including resource-constrained edge devices. It is therefore important to devise solutions that are efficient in terms of compute, communication, and energy consumption, while ensuring compliance with the FL framework's privacy requirements. Conventional approaches to these problems select a weighted subset of the training dataset, known as coreset, and learn by fitting models on it. Such coreset selection approaches are also known to be robust to data noise. However, these approaches rely on the overall statistics of the training data and are not easily extendable to the FL setup.
Machine Learning
What problem does this paper attempt to address?