paper-with-me

홈 › Papers

Model-sharing Games: Analyzing Federated Learning Under Voluntary Participation

2020-10-02 · Kate Donahue, Jon Kleinberg

Federated learning is a setting where agents, each with access to their own data source, combine models from local data to create a global model. If agents are drawing their data from different distributions, though, federated learning might produce a biased global model that is not optimal for each agent. This means that agents face a fundamental question: should they choose the global model or their local model? We show how this situation can be naturally analyzed through the framework of coalitional game theory. We propose the following game: there are heterogeneous players with different model parameters governing their data distribution and different amounts of data they have noisily drawn from their own distribution. Each player's goal is to obtain a model with minimal expected mean squared error (MSE) on their own distribution. They have a choice of fitting a model based solely on their own data, or combining their learned parameters with those of some subset of the other players. Combining models reduces the variance component of their error through access to more data, but increases the bias because of the heterogeneity of distributions. Here, we derive exact expected MSE values for problems in linear regression and mean estimation. We then analyze the resulting game in the framework of hedonic game theory; we study how players might divide into coalitions, where each set of players within a coalition jointly construct model(s). We analyze three methods of federation, modeling differing degrees of customization. In uniform federation, the agents collectively produce a single model. In coarse-grained federation, each agent can weight the global model together with their local model. In fine-grained federation, each agent can flexibly combine models from all other agents in the federation. For each method, we analyze the stable partitions of players into coalitions.

📄 PDF Abstract BibTeX arXiv:2010.00753

Code (1)

kpdonahue/model_sharing_games

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Incentivizing High-quality Participation From Federated Learning Agents

2025-06-20 · Jinlong Pang, Jiaheng Wei, Yifan Hua, Chen Qian 외

Federated learning (FL) provides a promising paradigm for facilitating collaboration between multiple clients that jointly learn a global model without directly sharing their local data. However, existing research suffer…

Federated Learning

Decentralized Federated Domain Generalization with Style Sharing: A Formal Modeling and Convergence Analysis

2025-04-08 · Shahryar Zehtabi, Dong-Jun Han, Seyyedali Hosseinalipour, Christopher G. Brinton

Much of the federated learning (FL) literature focuses on settings where local dataset statistics remain the same between training and testing time. Recent advances in domain generalization (DG) aim to use data from sour…

Domain GeneralizationFederated Learning

Cognitive Hierarchies in Multi-Stage Games of Incomplete Information: Theory and Experiment

2022-08-23 · Po-Hsuan Lin

Sequential equilibrium is the conventional approach for analyzing multi-stage games of incomplete information. It relies on mutual consistency of beliefs. To relax mutual consistency, I theoretically and experimentally e…

Analyzing the Impact of Participant Failures in Cross-Silo Federated Learning

2025-11-18 · Fabian Stricker, David Bermbach, Christian Zirpins arxiv

Federated learning (FL) is a new paradigm for training machine learning (ML) models without sharing data. While applying FL in cross-silo scenarios, where organizations collaborate, it is necessary that the FL system is …

Federated Learning

Efficient Core-selecting Incentive Mechanism for Data Sharing in Federated Learning

2023-09-21 · Mengda Ji, Genjiu Xu, Jianjun Ge, Mingqiang Li

Federated learning is a distributed machine learning system that uses participants' data to train an improved global model. In federated learning, participants cooperatively train a global model, and they will receive th…

Federated Learning