paper-with-me

Papers

Decentralized Collaborative Learning of Personalized Models over Networks

2016-10-17 · Paul Vanhaesebrouck, Aurélien Bellet, Marc Tommasi

We consider a set of learning agents in a collaborative peer-to-peer network, where each agent learns a personalized model according to its own learning objective. The question addressed in this paper is: how can agents improve upon their locally trained model by communicating with other agents that have similar objectives? We introduce and analyze two asynchronous gossip algorithms running in a fully decentralized manner. Our first approach, inspired from label propagation, aims to smooth pre-trained local models over the network while accounting for the confidence that each agent has in its initial model. In our second approach, agents jointly learn and propagate their model by making iterative updates based on both their local dataset and the behavior of their neighbors. To optimize this challenging objective, our decentralized algorithm is based on ADMM.

📄 PDF Abstract BibTeX arXiv:1610.05202

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

FedSPD: A Soft-clustering Approach for Personalized Decentralized Federated Learning

2024-10-24 · I-Cheng Lin, Osman Yagan, Carlee Joe-Wong

Federated learning has recently gained popularity as a framework for distributed clients to collaboratively train a machine learning model using local data. While traditional federated learning relies on a central server…

ClusteringFederated LearningPersonalized Federated Learning

DePRL: Achieving Linear Convergence Speedup in Personalized Decentralized Learning with Shared Representations

2023-12-17 · Guojun Xiong, Gang Yan, Shiqiang Wang, Jian Li

Decentralized learning has emerged as an alternative method to the popular parameter-server framework which suffers from high communication burden, single-point failure and scalability issues due to the need of a central…

Learning TheoryRepresentation Learning

Client Clustering Meets Knowledge Sharing: Enhancing Privacy and Robustness in Personalized Peer-to-Peer Learning

2025-06-25 · Mohammad Mahdi Maheri, Denys Herasymuk, Hamed Haddadi

The growing adoption of Artificial Intelligence (AI) in Internet of Things (IoT) ecosystems has intensified the need for personalized learning methods that can operate efficiently and privately across heterogeneous, reso…

Knowledge DistillationTransfer Learning

WPFed: Web-based Personalized Federation for Decentralized Systems

2024-10-15 · Guanhua Ye, Jifeng He, Weiqing Wang, Zhe Xue 외

Decentralized learning has become crucial for collaborative model training in environments where data privacy and trust are paramount. In web-based applications, clients are liberated from traditional fixed network topol…

Federated Learning

MAPL: Model Agnostic Peer-to-peer Learning

2024-03-28 · Sayak Mukherjee, Andrea Simonetto, Hadi Jamali-Rad

Effective collaboration among heterogeneous clients in a decentralized setting is a rather unexplored avenue in the literature. To structurally address this, we introduce Model Agnostic Peer-to-peer Learning (coined as M…

Graph LearningmodelPrivacy Preserving