paper-with-me

홈 › Papers

Model-Contrastive Federated Learning

2021-03-30 · CVPR 2021 1 · Qinbin Li, Bingsheng He, Dawn Song

Federated learning enables multiple parties to collaboratively train a machine learning model without communicating their local data. A key challenge in federated learning is to handle the heterogeneity of local data distribution across parties. Although many studies have been proposed to address this challenge, we find that they fail to achieve high performance in image datasets with deep learning models. In this paper, we propose MOON: model-contrastive federated learning. MOON is a simple and effective federated learning framework. The key idea of MOON is to utilize the similarity between model representations to correct the local training of individual parties, i.e., conducting contrastive learning in model-level. Our extensive experiments show that MOON significantly outperforms the other state-of-the-art federated learning algorithms on various image classification tasks.

📄 PDF Abstract BibTeX arXiv:2103.16257

Code (6)

adap/flower 공식 구현 tf
KarhouTam/FL-bench pytorch
Koukyosyumei/AIJack pytorch
QinbinLi/MOON pytorch
TsingZ0/PFL-Non-IID pytorch
yjlee22/cyclicaggregation pytorch

Tasks

Contrastive LearningFederated Learningimage-classificationImage Classificationmodel

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Decoupled Contrastive Learning for Federated Learning

2025-08-06 · Hyungbin Kim, Incheol Baek, Yon Dohn Chung arxiv

Federated learning is a distributed machine learning paradigm that allows multiple participants to train a shared model by exchanging model updates instead of their raw data. However, its performance is degraded compared…

Contrastive LearningFederated Learning

CCFC: Bridging Federated Clustering and Contrastive Learning

2024-01-12 · Jie Yan, Jing Liu, Zhong-Yuan Zhang

Federated clustering, an essential extension of centralized clustering for federated scenarios, enables multiple data-holding clients to collaboratively group data while keeping their data locally. In centralized scenari…

ClusteringContrastive LearningRepresentation Learning

Relaxed Contrastive Learning for Federated Learning

2024-01-10 · CVPR 2024 1 · Seonguk Seo, Jinkyu Kim, Geeho Kim, Bohyung Han

We propose a novel contrastive learning framework to effectively address the challenges of data heterogeneity in federated learning. We first analyze the inconsistency of gradient updates across clients during local trai…

Contrastive LearningFederated Learning

Contrastive Federated Learning with Tabular Data Silos

2024-09-10 · Achmad Ginanjar, Xue Li, Wen Hua

Learning from data silos is a difficult task for organizations that need to obtain knowledge of objects that appeared in multiple independent data silos. Objects in multi-organizations, such as government agents, are ref…

Contrastive LearningFederated LearningSelf-Learning

Breaking the Prototype Bias Loop: Confidence-Aware Federated Contrastive Learning for Highly Imbalanced Clients

2026-03-03 · Tian-Shuang Wu, Shen-Huan Lyu, Ning Chen, Yi-Xiao He 외 arxiv

Local class imbalance and data heterogeneity across clients often trap prototype-based federated contrastive learning in a prototype bias loop: biased local prototypes induced by imbalanced data are aggregated into biase…

Contrastive Learning