LGAISep 4, 2024

CoAst: Validation-Free Contribution Assessment for Federated Learning based on Cross-Round Valuation

arXiv:2409.02495v12 citationsh-index: 10
AI Analysis

This addresses the challenge of motivating data owners in federated learning by providing a practical, validation-free contribution assessment method, though it is incremental as it builds on prior validation-free approaches.

The paper tackles the problem of assessing participant contributions in federated learning without requiring validation data, proposing CoAst, which uses weight quantization and cross-round valuation to achieve reliability comparable to validation-based methods and outperform existing validation-free methods.

In the federated learning (FL) process, since the data held by each participant is different, it is necessary to figure out which participant has a higher contribution to the model performance. Effective contribution assessment can help motivate data owners to participate in the FL training. Research works in this field can be divided into two directions based on whether a validation dataset is required. Validation-based methods need to use representative validation data to measure the model accuracy, which is difficult to obtain in practical FL scenarios. Existing validation-free methods assess the contribution based on the parameters and gradients of local models and the global model in a single training round, which is easily compromised by the stochasticity of model training. In this work, we propose CoAst, a practical method to assess the FL participants' contribution without access to any validation data. The core idea of CoAst involves two aspects: one is to only count the most important part of model parameters through a weights quantization, and the other is a cross-round valuation based on the similarity between the current local parameters and the global parameter updates in several subsequent communication rounds. Extensive experiments show that CoAst has comparable assessment reliability to existing validation-based methods and outperforms existing validation-free methods.

Foundations

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

Your Notes