Information-Theoretic Perspective of Federated Learning
Linara Adilova, Julia Rosenzweig, Michael Kamp

TL;DR
This paper uses information theory to analyze federated learning, focusing on how model averaging affects information flow and learning effectiveness across distributed neural networks.
Contribution
It introduces an information-theoretic framework to understand the effects of model averaging in federated learning, providing empirical insights into aggregation frequency and data distribution impacts.
Findings
Averaging maintains usefulness despite diverse local datasets.
Aggregation frequency influences information flow and learning success.
Empirical results support the practical effectiveness of averaging in neural networks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Neural Networks and Applications · Privacy-Preserving Technologies in Data
