paper-with-me

홈 › Papers

Toward Understanding the Influence of Individual Clients in Federated Learning

2020-12-20 · Yihao Xue, Chaoyue Niu, Zhenzhe Zheng, Shaojie Tang, Chengfei Lv, Fan Wu, Guihai Chen

Federated learning allows mobile clients to jointly train a global model without sending their private data to a central server. Extensive works have studied the performance guarantee of the global model, however, it is still unclear how each individual client influences the collaborative training process. In this work, we defined a new notion, called {\em Fed-Influence}, to quantify this influence over the model parameters, and proposed an effective and efficient algorithm to estimate this metric. In particular, our design satisfies several desirable properties: (1) it requires neither retraining nor retracing, adding only linear computational overhead to clients and the server; (2) it strictly maintains the tenets of federated learning, without revealing any client's local private data; and (3) it works well on both convex and non-convex loss functions, and does not require the final model to be optimal. Empirical results on a synthetic dataset and the FEMNIST dataset demonstrate that our estimation method can approximate Fed-Influence with small bias. Further, we show an application of Fed-Influence in model debugging.

📄 PDF Abstract BibTeX arXiv:2012.10936

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Lazy But Effective: Collaborative Personalized Federated Learning with Heterogeneous Data

2025-05-05 · Ljubomir Rokvic, Panayiotis Danassis, Boi Faltings

In Federated Learning, heterogeneity in client data distributions often means that a single global model does not have the best performance for individual clients. Consider for example training a next-word prediction mod…

Federated LearningInfluence ApproximationPersonalized Federated Learning

Towards Bidirectional Protection in Federated Learning

2020-10-02 · Lun Wang, Qi Pang, Shuai Wang, Dawn Song

Prior efforts in enhancing federated learning (FL) security fall into two categories. At one end of the spectrum, some work uses secure aggregation techniques to hide the individual client's updates and only reveal the a…

Federated Learning

A Potential Game Perspective in Federated Learning

2024-11-18 · Kang Liu, Ziqi Wang, Enrique Zuazua

Federated learning (FL) is an emerging paradigm for training machine learning models across distributed clients. Traditionally, in FL settings, a central server assigns training efforts (or strategies) to clients. Howeve…

Federated Learning

FedSOL: Stabilized Orthogonal Learning with Proximal Restrictions in Federated Learning

2023-08-24 · CVPR 2024 1 · Gihun Lee, Minchan Jeong, Sangmook Kim, Jaehoon Oh 외

Federated Learning (FL) aggregates locally trained models from individual clients to construct a global model. While FL enables learning a model with data privacy, it often suffers from significant performance degradatio…

Continual LearningFederated LearningImage ClassificationKnowledge Distillation+2

Drift-Aware Federated Learning: A Causal Perspective

2025-03-12 · Yunjie Fang, Sheng Wu, Tao Yang, Xiaofeng Wu 외

Federated learning (FL) facilitates collaborative model training among multiple clients while preserving data privacy, often resulting in enhanced performance compared to models trained by individual clients. However, fa…

Federated Learning