paper-with-me

Papers

Cooperative Pseudo Labeling for Unsupervised Federated Classification

2025-10-11 · Kuangpu Guo, Lijun Sheng, Yongcan Yu, Jian Liang, Zilei Wang, Ran He arxiv

Unsupervised Federated Learning (UFL) aims to collaboratively train a global model across distributed clients without sharing data or accessing label information. Previous UFL works have predominantly focused on representation learning and clustering tasks. Recently, vision language models (e.g., CLIP) have gained significant attention for their powerful zero-shot prediction capabilities. Leveraging this advancement, classification problems that were previously infeasible under the UFL paradigm now present promising new opportunities, yet remain largely unexplored. In this paper, we extend UFL to the classification problem with CLIP for the first time and propose a novel method, \underline{\textbf{Fed}}erated \underline{\textbf{Co}}operative \underline{\textbf{P}}seudo \underline{\textbf{L}}abeling (\textbf{FedCoPL}). Specifically, clients estimate and upload their pseudo label distribution, and the server adjusts and redistributes them to avoid global imbalance among classes. Moreover, we introduce a partial prompt aggregation protocol for effective collaboration and personalization. In particular, visual prompts containing general image features are aggregated at the server, while text prompts encoding personalized knowledge are retained locally. Extensive experiments demonstrate the superior performance of our FedCoPL compared to baseline methods. Our code is available at \href{https://github.com/krumpguo/FedCoPL}{https://github.com/krumpguo/FedCoPL}.

📄 PDF Abstract BibTeX arXiv:2510.10100

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningFederated Learning

Similar Papers 제목 키워드 기반

One-Shot Federated Unsupervised Domain Adaptation with Scaled Entropy Attention and Multi-Source Smoothed Pseudo Labeling

2025-03-13 · Ali Abedi, Q. M. Jonathan Wu, Ning Zhang, Farhad Pourpanah

Federated Learning (FL) is a promising approach for privacy-preserving collaborative learning. However, it faces significant challenges when dealing with domain shifts, especially when each client has access only to its …

Domain AdaptationFederated LearningPrivacy PreservingUnsupervised Domain Adaptation

Unsupervised Meta-Learning via Few-shot Pseudo-supervised Contrastive Learning

2023-03-02 · 6th Workshop on Meta-Learning at NeurIPS 2022 2022 11 · Huiwon Jang, Hankook Lee, Jinwoo Shin

Unsupervised meta-learning aims to learn generalizable knowledge across a distribution of tasks constructed from unlabeled data. Here, the main challenge is how to construct diverse tasks for meta-learning without label …

Contrastive LearningCross-Domain Few-ShotMeta-LearningSelf-Supervised Learning

FedSCAl: Leveraging Server and Client Alignment for Unsupervised Federated Source-Free Domain Adaptation

2025-12-07 · M Yashwanth, Sampath Koti, Arunabh Singh, Shyam Marjit 외 arxiv

We address the Federated source-Free Domain Adaptation (FFreeDA) problem, with clients holding unlabeled data with significant inter-client domain gaps. The FFreeDA setup constrains the FL frameworks to employ only a pre…

Source-Free Domain Adaptation

Cooperative Coevolution versus Monolithic Evolutionary Search for Semi-Supervised Tabular Classification

2026-04-01 · Jamal Toutouh arxiv

This paper studies semi-supervised tabular classification in the extreme low-label regime using lightweight base learners. The paper proposes a cooperative coevolutionary method (CC-SSL) that evolves (i) two feature-subs…

Unsupervised Domain Adaptation for Person Re-Identification through Source-Guided Pseudo-Labeling

2020-09-20 · Fabian Dubourvieux, Romaric Audigier, Angelique Loesch, Samia Ainouz 외

Person Re-Identification (re-ID) aims at retrieving images of the same person taken by different cameras. A challenge for re-ID is the performance preservation when a model is used on data of interest (target data) which…

Domain AdaptationMetric LearningPerson Re-IdentificationPseudo Label+2