paper-with-me

Papers

CLIP-guided Federated Learning on Heterogeneous and Long-Tailed Data

2023-12-14 · Jiangming Shi, Shanshan Zheng, Xiangbo Yin, Yang Lu, Yuan Xie, Yanyun Qu

Federated learning (FL) provides a decentralized machine learning paradigm where a server collaborates with a group of clients to learn a global model without accessing the clients' data. User heterogeneity is a significant challenge for FL, which together with the class-distribution imbalance further enhances the difficulty of FL. Great progress has been made in large vision-language models, such as Contrastive Language-Image Pre-training (CLIP), which paves a new way for image classification and object recognition. Inspired by the success of CLIP on few-shot and zero-shot learning, we use CLIP to optimize the federated learning between server and client models under its vision-language supervision. It is promising to mitigate the user heterogeneity and class-distribution balance due to the powerful cross-modality representation and rich open-vocabulary prior knowledge. In this paper, we propose the CLIP-guided FL (CLIP2FL) method on heterogeneous and long-tailed data. In CLIP2FL, the knowledge of the off-the-shelf CLIP model is transferred to the client-server models, and a bridge is built between the client and server. Specifically, for client-side learning, knowledge distillation is conducted between client models and CLIP to improve the ability of client-side feature representation. For server-side learning, in order to mitigate the heterogeneity and class-distribution imbalance, we generate federated features to retrain the server model. A prototype contrastive learning with the supervision of the text encoder of CLIP is introduced to generate federated features depending on the client-side gradients, and they are used to retrain a balanced server classifier.

📄 PDF Abstract BibTeX arXiv:2312.08648

Code (1)

shijiangming1/clip2fl 공식 구현 pytorch

Tasks

Contrastive LearningFederated Learningimage-classificationImage ClassificationKnowledge DistillationObject RecognitionZero-Shot Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Federated Learning on Heterogeneous and Long-Tailed Data via Classifier Re-Training with Federated Features

2022-04-28 · Xinyi Shang, Yang Lu, Gang Huang, Hanzi Wang

Federated learning (FL) provides a privacy-preserving solution for distributed machine learning tasks. One challenging problem that severely damages the performance of FL models is the co-occurrence of data heterogeneity…

Federated LearningPrivacy Preserving

CAPT: Class-Aware Prompt Tuning for Federated Long-Tailed Learning with Vision-Language Model

2025-03-10 · Shihao Hou, Xinyi Shang, Shreyank N Gowda, Yang Lu 외

Effectively handling the co-occurrence of non-IID data and long-tailed distributions remains a critical challenge in federated learning. While fine-tuning vision-language models (VLMs) like CLIP has shown to be promising…

Federated LearningLanguage ModelingLanguage ModellingPrompt Learning

Calibrating Biased Distribution in VFM-derived Latent Space via Cross-Domain Geometric Consistency

2025-08-19 · Yanbiao Ma, Wei Dai, Bowei Liu, Jiayi Chen 외 arxiv

Despite the fast progress of deep learning, one standing challenge is the gap of the observed training samples and the underlying true distribution. There are multiple reasons for the causing of this gap e.g. sampling bi…

Federated Learning

Fed-GraB: Federated Long-tailed Learning with Self-Adjusting Gradient Balancer

2023-10-11 · NeurIPS 2023 11 · Zikai Xiao, Zihan Chen, Songshang Liu, Hualiang Wang 외

Data privacy and long-tailed distribution are the norms rather than the exception in many real-world tasks. This paper investigates a federated long-tailed learning (Fed-LT) task in which each client holds a locally hete…

Decoupled Federated Learning on Long-Tailed and Non-IID data with Feature Statistics

2024-03-13 · Zhuoxin Chen, Zhenyu Wu, Yang Ji

Federated learning is designed to enhance data security and privacy, but faces challenges when dealing with heterogeneous data in long-tailed and non-IID distributions. This paper explores an overlooked scenario where ta…

Federated Learning