Federated Learning: From Theory to Practice
A. Jung

TL;DR
This paper introduces a practical approach to federated learning focusing on personalization, where devices collaboratively train models while preserving data privacy, using network-based optimization techniques to improve model similarity among related devices.
Contribution
It presents a novel framework for personalized federated learning using network representations and generalized total variation minimization, bridging theory and practical implementation.
Findings
Effective personalization of models across devices.
Framework for representing FL systems as networks.
Mathematically grounded approach with practical relevance.
Abstract
This book offers a hands-on introduction to building and understanding federated learning (FL) systems. FL enables multiple devices -- such as smartphones, sensors, or local computers -- to collaboratively train machine learning (ML) models, while keeping their data private and local. It is a powerful solution when data cannot or should not be centralized due to privacy, regulatory, or technical reasons. The book is designed for students, engineers, and researchers who want to learn how to design scalable, privacy preserving FL systems. Our main focus is on personalization: enabling each device to train its own model while still benefiting from collaboration with relevant devices. This is achieved by leveraging similarities between (the learning tasks associated with) devices that are encoded by the weighted edges (or links) of a federated learning network (FL network). The key idea is…
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
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Stochastic Gradient Optimization Techniques
MethodsFocus
