paper-with-me

Papers

FedCMR: Federated Cross-Modal Retrieval

2021-07-01 · SIGIR 2021 7 · Linlin Zong

Deep cross-modal retrieval methods have shown their competitiveness among different cross-modal retrieval algorithms. Generally, these methods require a large amount of training data. However, aggregating large amounts of data will incur huge privacy risks and high maintenance costs. Inspired by the recent success of federated learning, we propose the federated cross-modal retrieval (FedCMR), which learns the model with decentralized multi-modal data. Specifically, we first train the cross-modal retrieval model and learn the common space across multiple modalities in each client using its local data. Then, we jointly learn the common subspace of multiple clients on the trusted central server. Finally, each client updates the common subspace of the local model based on the aggregated common subspace on the server, so that all clients participated in the training can benefit from federated learning. Experiment results on four benchmark datasets demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX

Code (1)

hasakiXie123/FedCMR pytorch

Tasks

Cross-Modal RetrievalFederated LearningRetrieval

Similar Papers 제목 키워드 기반

Federated Cross-Modal Retrieval with Missing Modalities via Semantic Routing and Adapter Personalization

2026-04-24 · Hefeng Zhou, Xuan Liu, Sicheng Chen, Wutong Zhang 외 arxiv

Federated cross-modal retrieval faces severe challenges from heterogeneous client data, particularly non-IID semantic distributions and missing modalities. Under such heterogeneity, a single global model is often insuffi…

Cross-Modal Retrieval

CAR-MFL: Cross-Modal Augmentation by Retrieval for Multimodal Federated Learning with Missing Modalities

2024-07-11 · Pranav Poudel, Prashant Shrestha, Sanskar Amgain, Yash Raj Shrestha 외

Multimodal AI has demonstrated superior performance over unimodal approaches by leveraging diverse data sources for more comprehensive analysis. However, applying this effectiveness in healthcare is challenging due to th…

Data AugmentationFederated LearningRetrieval

Med-MMFL: A Multimodal Federated Learning Benchmark in Healthcare

2026-02-04 · Aavash Chhetri, Bibek Niroula, Pratik Shrestha, Yash Raj Shrestha 외 arxiv

Federated learning (FL) enables collaborative model training across decentralized medical institutions while preserving data privacy. However, medical FL benchmarks remain scarce, with existing efforts focusing mainly on…

Federated Learning

OmniFM: Toward Modality-Robust and Task-Agnostic Federated Learning for Heterogeneous Medical Imaging

2026-03-23 · Meilin Liu, Jiaying Wang, Jing Shan arxiv

Federated learning (FL) has become a promising paradigm for collaborative medical image analysis, yet existing frameworks remain tightly coupled to task-specific backbones and are fragile under heterogeneous imaging moda…

Visual Question AnsweringFederated Learning

Multimodal Federated Learning via Contrastive Representation Ensemble

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

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) serve…

Federated LearningImage-text RetrievalQuestion AnsweringRetrieval+3