paper-with-me

Papers

Information-Theoretic Perspective of Federated Learning

2019-11-15 · Linara Adilova, Julia Rosenzweig, Michael Kamp

An approach to distributed machine learning is to train models on local datasets and aggregate these models into a single, stronger model. A popular instance of this form of parallelization is federated learning, where the nodes periodically send their local models to a coordinator that aggregates them and redistributes the aggregation back to continue training with it. The most frequently used form of aggregation is averaging the model parameters, e.g., the weights of a neural network. However, due to the non-convexity of the loss surface of neural networks, averaging can lead to detrimental effects and it remains an open question under which conditions averaging is beneficial. In this paper, we study this problem from the perspective of information theory: We measure the mutual information between representation and inputs as well as representation and labels in local models and compare it to the respective information contained in the representation of the averaged model. Our empirical results confirm previous observations about the practical usefulness of averaging for neural networks, even if local dataset distributions vary strongly. Furthermore, we obtain more insights about the impact of the aggregation frequency on the information flow and thus on the success of distributed learning. These insights will be helpful both in improving the current synchronization process and in further understanding the effects of model aggregation.

📄 PDF Abstract BibTeX arXiv:1911.07652

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Theoretical Analysis of Privacy Leakage in Trustworthy Federated Learning: A Perspective from Linear Algebra and Optimization Theory

2024-07-23 · Xiaojin Zhang, Wei Chen

Federated learning has emerged as a promising paradigm for collaborative model training while preserving data privacy. However, recent studies have shown that it is vulnerable to various privacy attacks, such as data rec…

Federated LearningPrivacy Preserving

Information-Geometric Barycenters for Bayesian Federated Learning

2024-12-16 · Nour Jamoussi, Giuseppe Serra, Photios A. Stavrou, Marios Kountouris

Federated learning (FL) is a widely used and impactful distributed optimization framework that achieves consensus through averaging locally trained models. While effective, this approach may not align well with Bayesian …

Bayesian InferenceDistributed OptimizationFairnessFederated Learning+1

A dual approach for federated learning

2022-01-26 · Zhenan Fan, Huang Fang, Michael P. Friedlander

We study the federated optimization problem from a dual perspective and propose a new algorithm termed federated dual coordinate descent (FedDCD), which is based on a type of coordinate descent method developed by Necora…

Federated Learning

DP$^2$-FedSAM: Enhancing Differentially Private Federated Learning Through Personalized Sharpness-Aware Minimization

2024-09-20 · Zhenxiao Zhang, Yuanxiong Guo, Yanmin Gong

Federated learning (FL) is a distributed machine learning approach that allows multiple clients to collaboratively train a model without sharing their raw data. To prevent sensitive information from being inferred throug…

Federated LearningPersonalized Federated Learning

FedNC: A Secure and Efficient Federated Learning Method with Network Coding

2023-05-05 · Yuchen Shi, Zheqi Zhu, Pingyi Fan, Khaled B. Letaief 외

Federated Learning (FL) is a promising distributed learning mechanism which still faces two major challenges, namely privacy breaches and system efficiency. In this work, we reconceptualize the FL system from the perspec…

Federated Learning