paper-with-me

Papers

Learning To Collaborate in Decentralized Learning of Personalized Models

2022-01-01 · CVPR 2022 1 · Shuangtong Li, Tianyi Zhou, Xinmei Tian, DaCheng Tao

Learning personalized models for user-customized computer-vision tasks is challenging due to the limited private-data and computation available on each edge device. Decentralized learning (DL) can exploit the images distributed over devices on a network topology to train a global model but is not designed to train personalized models for different tasks or optimize the topology. Moreover, the mixing weights used to aggregate neighbors' gradient messages in DL can be sub-optimal for personalization since they are not adaptive to different nodes/tasks and learning stages. In this paper, we dynamically update the mixing-weights to improve the personalized model for each node's task and meanwhile learn a sparse topology to reduce communication costs. Our first approach, "learning to collaborate (L2C)", directly optimizes the mixing weights to minimize the local validation loss per node for a pre-defined set of nodes/tasks. In order to produce mixing weights for new nodes or tasks, we further develop "meta-L2C", which learns an attention mechanism to automatically assign mixing weights by comparing two nodes' model updates. We evaluate both methods on diverse benchmarks and experimental settings for image classification. Thorough comparisons to both classical and recent methods for IID/non-IID decentralized and federated learning demonstrate our method's advantages in identifying collaborators among nodes, learning sparse topology, and producing better personalized models with low communication and computational cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Efficient Node Selection in Private Personalized Decentralized Learning

2023-01-30 · Edvin Listo Zec, Johan Östman, Olof Mogren, Daniel Gillblad

Personalized decentralized learning is a promising paradigm for distributed learning, enabling each node to train a local model on its own data and collaborate with other nodes to improve without sharing any data. Howeve…

Privacy Preserving

Personalized Decentralized Federated Learning with Knowledge Distillation

2023-02-23 · Eunjeong Jeong, Marios Kountouris

Personalization in federated learning (FL) functions as a coordinator for clients with high variance in data or behavior. Ensuring the convergence of these clients' models relies on how closely users collaborate with tho…

Federated LearningKnowledge Distillation

Fully Decentralized Joint Learning of Personalized Models and Collaboration Graphs

2019-01-24 · Valentina Zantedeschi, Aurélien Bellet, Marc Tommasi

We consider the fully decentralized machine learning scenario where many users with personal datasets collaborate to learn models through local peer-to-peer exchanges, without a central coordinator. We propose to train p…

Personalized Federated Learning with Moreau Envelopes

2020-06-16 · NeurIPS 2020 12 · Canh T. Dinh, Nguyen H. Tran, Tuan Dung Nguyen

Federated learning (FL) is a decentralized and privacy-preserving machine learning technique in which a group of clients collaborate with a server to learn a global model without sharing clients' data. One challenge asso…

DiversityFederated LearningMeta-LearningModel Optimization+3

On-Demand Unlabeled Personalized Federated Learning

2021-11-16 · Ohad Amosy, Gal Eyal, Gal Chechik

In Federated Learning (FL), multiple clients collaborate to learn a shared model through a central server while keeping data decentralized. Personalized Federated Learning (PFL) further extends FL by learning a personali…

Domain AdaptationFederated LearningMulti-Task LearningPersonalized Federated Learning