paper-with-me

Papers

Federated learning for unpaired multimodal data through a homogeneous transformer model

2026-01-25 · Anders Eklund arxiv

Training of multimodal foundation models is currently restricted to centralized data centers containing massive, aligned datasets (e.g., image-text pairs). However, in realistic federated environments, data is often unpaired and fragmented across disjoint nodes; one node may hold sensor data, while another holds textual logs. These datasets are strictly private and share no common samples. Current federated learning (FL) methods fail in this regime, as they assume local clients possess aligned pairs or require sharing raw feature embeddings, which violates data sovereignty. We propose a novel framework to train a global multimodal transformer across decentralized nodes with disjoint modalities. We introduce a small public anchor set to align disjoint private manifolds. Using Gram matrices calculated from these public anchors, we enforce semantic alignment across modalities through centered kernel alignment without ever transmitting private samples, offering a mathematically superior privacy guarantee compared to prototype sharing. Further, we introduce a subspace-stabilized fine-tuning method to handle FL with huge transformer models. We strictly decouple domain-specific magnitude shifts from semantic direction, ensuring that nodes with varying sensor characteristics align geometrically to the global consensus. Lastly, we propose precision weighted averaging, where efficiently obtained uncertainty estimates are used to downweight uncertain nodes. This paper establishes the mathematical backbone for federated unpaired foundation models, enabling a global model to learn a unified representation of the world from fragmented, disjoint, and private data silos without requiring centralized storage or paired samples.

📄 PDF Abstract BibTeX arXiv:2601.17986

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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

Multimodal Federated Learning With Missing Modalities through Feature Imputation Network

2025-05-26 · Pranav Poudel, Aavash Chhetri, Prashnna Gyawali, Georgios Leontidis 외

Multimodal federated learning holds immense potential for collaboratively training models from multiple sources without sharing raw data, addressing both data scarcity and privacy concerns, two key challenges in healthca…

Federated LearningImputation

ProMoE-FL: Prototype-conditioned Mixture of Experts for Multimodal Federated Learning with Missing Modalities

2026-07-07 · Aavash Chhetri, Bibek Niroula, Eduard Vazquez, Yash Raj Shrestha 외 arxiv

In this paper, we address the problem of multimodal federated learning with missing modality. Existing methods utilize an additional public dataset or perform naive feature synthesis that is based solely on the available…

Federated Learning

Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models

2025-10-09 · Sharut Gupta, Shobhita Sundaram, Chenyu Wang, Stefanie Jegelka 외 arxiv

Traditional multimodal learners find unified representations for tasks like visual question answering, but rely heavily on paired datasets. However, an overlooked yet potentially powerful question is: can one leverage au…

Visual Question AnsweringRepresentation Learning

Federated Contrastive Learning for Privacy-Preserving Unpaired Image-to-Image Translation

2021-09-29 · Joonyoung Song, Jong Chul Ye

The goal of an unsupervised image-to-image translation (I2I) is to convert an input image in a specific domain to a target domain using a neural network trained with unpaired data. Existing I2I methods usually require a …

Contrastive LearningImage-to-Image TranslationPrivacy PreservingTranslation+1