Data Valuation and Detections in Federated Learning
Wenqian Li, Shuran Fu, Fengrui Zhang, Yan Pang
TL;DR
This work addresses data valuation and datum detection in privacy-sensitive Federated Learning by introducing FedBary, a privacy-preserving framework based on the $p$-Wasserstein distance. FedBary casts data valuation as a federated Wasserstein barycenter problem, enabling contribution evaluation and dataset filtering without sharing raw data or fixing a learning algorithm, and supports analysis with or without a validation set via $\mathcal{W}_p$ distances and interpolating measures. Theoretical guarantees include a convergence result for the FedBary updates and a bound linking distributional distance to validation loss, while experiments on CIFAR-10 and synthetic setups demonstrate robust client ranking, effective noisy data/detection, and improved FL performance, all with data-duplication robustness. Overall, FedBary offers a scalable, privacy-conscious basis for data marketplaces and incentive mechanisms in FL, balancing transparency, efficiency, and protection of sensitive data.
Abstract
Federated Learning (FL) enables collaborative model training while preserving the privacy of raw data. A challenge in this framework is the fair and efficient valuation of data, which is crucial for incentivizing clients to contribute high-quality data in the FL task. In scenarios involving numerous data clients within FL, it is often the case that only a subset of clients and datasets are pertinent to a specific learning task, while others might have either a negative or negligible impact on the model training process. This paper introduces a novel privacy-preserving method for evaluating client contributions and selecting relevant datasets without a pre-specified training algorithm in an FL task. Our proposed approach FedBary, utilizes Wasserstein distance within the federated context, offering a new solution for data valuation in the FL framework. This method ensures transparent data valuation and efficient computation of the Wasserstein barycenter and reduces the dependence on validation datasets. Through extensive empirical experiments and theoretical analyses, we demonstrate the potential of this data valuation method as a promising avenue for FL research.
