paper-with-me

Papers

Federated Contrastive Representation Learning with Feature Fusion and Neighborhood Matching

2021-09-29 · Yawen Wu, Zhepeng Wang, Dewen Zeng, Meng Li, Yiyu Shi, Jingtong Hu

Federated learning (FL) enables distributed clients to learn a shared model for prediction while keeping the training data local on each client. However, existing FL requires fully-labeled data for training, which is inconvenient or sometimes infeasible to obtain due to the high labeling cost and the requirement of expertise. The lack of labels makes FL impractical in many realistic settings. Self-supervised learning can address this challenge by learning from unlabeled data such that FL can be widely used. Contrastive learning (CL), a self-supervised learning approach, can effectively learn data representations from unlabeled data. However, the distributed data collected on clients are usually not independent and identically distributed (non-IID) among clients, and each client may only have few classes of data, which degrades the performance of CL and learned representations. To tackle this problem, we propose a federated contrastive learning framework consisting of two approaches: feature fusion and neighborhood matching, by which a unified feature space among clients is learned for better data representations. Feature fusion provides remote features as accurate contrastive information to each client for better local learning. Neighborhood matching further aligns each client’s local features to the remote features such that well-clustered features among clients can be learned. Extensive experiments show the effectiveness of the proposed framework. It outperforms other methods by 11% on IID data and matches the performance of centralized learning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFederated LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Decentralized Unsupervised Learning of Visual Representations

2021-11-21 · Yawen Wu, Zhepeng Wang, Dewen Zeng, Meng Li 외

Collaborative learning enables distributed clients to learn a shared model for prediction while keeping the training data local on each client. However, existing collaborative learning methods require fully-labeled data …

Contrastive LearningFederated LearningRepresentation LearningSelf-Supervised Learning

Revisiting Contrastive Learning through the Lens of Neighborhood Component Analysis: an Integrated Framework

2021-12-08 · Ching-Yun Ko, Jeet Mohapatra, Sijia Liu, Pin-Yu Chen 외

As a seminal tool in self-supervised representation learning, contrastive learning has gained unprecedented attention in recent years. In essence, contrastive learning aims to leverage pairs of positive and negative samp…

Contrastive LearningRepresentation Learning

FDRMFL: Multimodal Federated Feature Extraction Model Based on Information Maximization and Contrastive Learning

2025-11-30 · Haozhe Wu arxiv

We propose FDRMFL, a task-driven multimodal feature extraction framework for federated regression under non-IID data distributions. Extracting predictive features from high-dimensional multimodal inputs is particularly c…

Dimensionality ReductionContrastive Learning

FedDifRC: Unlocking the Potential of Text-to-Image Diffusion Models in Heterogeneous Federated Learning

2025-07-09 · Huan Wang, Haoran Li, Huaming Chen, Jun Yan 외 arxiv

Federated learning aims at training models collaboratively across participants while protecting privacy. However, one major challenge for this paradigm is the data heterogeneity issue, where biased data preferences acros…

Contrastive LearningFederated Learning

MUSE: Multi-View Contrastive Learning for Heterophilic Graphs

2023-07-29 · Mengyi Yuan, Minjie Chen, Xiang Li

In recent years, self-supervised learning has emerged as a promising approach in addressing the issues of label dependency and poor generalization performance in traditional GNNs. However, existing self-supervised method…

Contrastive LearningDiversityNode ClassificationRepresentation Learning+1