paper-with-me

Papers

Multimodal Federated Learning via Contrastive Representation Ensemble

2023-02-17 · Qiying Yu, Yang Liu, Yimu Wang, Ke Xu, Jingjing Liu

With the increasing amount of multimedia data on modern mobile systems and IoT infrastructures, harnessing these rich multimodal data without breaching user privacy becomes a critical issue. Federated learning (FL) serves as a privacy-conscious alternative to centralized machine learning. However, existing FL methods extended to multimodal data all rely on model aggregation on single modality level, which restrains the server and clients to have identical model architecture for each modality. This limits the global model in terms of both model complexity and data capacity, not to mention task diversity. In this work, we propose Contrastive Representation Ensemble and Aggregation for Multimodal FL (CreamFL), a multimodal federated learning framework that enables training larger server models from clients with heterogeneous model architectures and data modalities, while only communicating knowledge on public dataset. To achieve better multimodal representation fusion, we design a global-local cross-modal ensemble strategy to aggregate client representations. To mitigate local model drift caused by two unprecedented heterogeneous factors stemming from multimodal discrepancy (modality gap and task gap), we further propose two inter-modal and intra-modal contrasts to regularize local training, which complements information of the absent modality for uni-modal clients and regularizes local clients to head towards global consensus. Thorough evaluations and ablation studies on image-text retrieval and visual question answering tasks showcase the superiority of CreamFL over state-of-the-art FL methods and its practical value.

📄 PDF Abstract BibTeX arXiv:2302.08888

Code (1)

flair-thu/creamfl 공식 구현 pytorch

Tasks

Federated LearningImage-text RetrievalQuestion AnsweringRetrievalText RetrievalVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

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

Towards Communication-Efficient and Privacy-Preserving Federated Representation Learning

2021-09-29 · Haizhou Shi, Youcai Zhang, Zijin Shen, Siliang Tang 외

This paper investigates the feasibility of federated representation learning under the constraints of communication cost and privacy protection. Existing works either conduct annotation-guided local training which requir…

Contrastive LearningFederated LearningPrivacy PreservingRepresentation Learning

Backdoor Attacks on Multi-modal Contrastive Learning

2026-01-16 · Simi D Kuniyilh, Rita Machacy arxiv

Contrastive learning has become a leading self- supervised approach to representation learning across domains, including vision, multimodal settings, graphs, and federated learning. However, recent studies have shown tha…

Representation LearningContrastive LearningFederated Learning

FSSUAVL: A Discriminative Framework using Vision Models for Federated Self-Supervised Audio and Image Understanding

2025-04-13 · Yasar Abbas Ur Rehman, Kin Wai Lau, Yuyang Xie, Ma Lan 외

Recent studies have demonstrated that vision models can effectively learn multimodal audio-image representations when paired. However, the challenge of enabling deep models to learn representations from unpaired modaliti…

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