paper-with-me

Papers

Collaborative Unsupervised Visual Representation Learning from Decentralized Data

2021-08-14 · ICCV 2021 10 · Weiming Zhuang, Xin Gan, Yonggang Wen, Shuai Zhang, Shuai Yi

Unsupervised representation learning has achieved outstanding performances using centralized data available on the Internet. However, the increasing awareness of privacy protection limits sharing of decentralized unlabeled image data that grows explosively in multiple parties (e.g., mobile phones and cameras). As such, a natural problem is how to leverage these data to learn visual representations for downstream tasks while preserving data privacy. To address this problem, we propose a novel federated unsupervised learning framework, FedU. In this framework, each party trains models from unlabeled data independently using contrastive learning with an online network and a target network. Then, a central server aggregates trained models and updates clients' models with the aggregated model. It preserves data privacy as each party only has access to its raw data. Decentralized data among multiple parties are normally non-independent and identically distributed (non-IID), leading to performance degradation. To tackle this challenge, we propose two simple but effective methods: 1) We design the communication protocol to upload only the encoders of online networks for server aggregation and update them with the aggregated encoder; 2) We introduce a new module to dynamically decide how to update predictors based on the divergence caused by non-IID. The predictor is the other component of the online network. Extensive experiments and ablations demonstrate the effectiveness and significance of FedU. It outperforms training with only one party by over 5% and other methods by over 14% in linear and semi-supervised evaluation on non-IID data.

📄 PDF Abstract BibTeX arXiv:2108.06492

Code (1)

EasyFL-AI/EasyFL/tree/master/applications/fedssl 공식 구현 pytorch

Tasks

Contrastive LearningFederated LearningFederated Unsupervised 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

Federated Clustering: An Unsupervised Cluster-Wise Training for Decentralized Data Distributions

2024-08-20 · Mirko Nardi, Lorenzo Valerio, Andrea Passarella

Federated Learning (FL) is a pivotal approach in decentralized machine learning, especially when data privacy is crucial and direct data sharing is impractical. While FL is typically associated with supervised learning, …

ClusteringFederated Learning

FCOM: A Federated Collaborative Online Monitoring Framework via Representation Learning

2024-05-30 · Tanapol Kosolwattana, Huazheng Wang, Raed Al Kontar, Ying Lin

Online learning has demonstrated notable potential to dynamically allocate limited resources to monitor a large population of processes, effectively balancing the exploitation of processes yielding high rewards, and the …

Representation Learning

Collaborative Optimization and Aggregation for Decentralized Domain Generalization and Adaptation

2021-01-01 · ICCV 2021 10 · Guile Wu, Shaogang Gong

Contemporary domain generalization (DG) and multi-source unsupervised domain adaptation (UDA) methods mostly collect data from multiple domains together for joint optimization. However, this centralized training para…

Domain AdaptationDomain GeneralizationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Federated Unsupervised Visual Representation Learning via Exploiting General Content and Personal Style

2022-11-11 · Yuewei Yang, Jingwei Sun, Ang Li, Hai Li 외

Discriminative unsupervised learning methods such as contrastive learning have demonstrated the ability to learn generalized visual representations on centralized data. It is nonetheless challenging to adapt such methods…

Contrastive LearningFederated LearningRepresentation Learning