Papers › Towards Multi-modal Transformers in Federated Learning

Towards Multi-modal Transformers in Federated Learning

18 Apr 2024arXiv:2404.12467archive 2025-07-28

Guangyu Sun, Matias Mendieta, Aritra Dutta, Xin Li, Chen Chen

Multi-modal transformers mark significant progress in different domains, but siloed high-quality data hinders their further improvement. To remedy this, federated learning (FL) has emerged as a promising privacy-preserving paradigm for training models without direct access to the raw data held by different clients. Despite its potential, a considerable research direction regarding the unpaired uni-modal clients and the transformer architecture in FL remains unexplored. To fill this gap, this paper explores a transfer multi-modal federated learning (MFL) scenario within the vision-language domain, where clients possess data of various modalities distributed across different datasets. We systematically evaluate the performance of existing methods when a transformer architecture is utilized and introduce a novel framework called Federated modality complementary and collaboration (FedCola) by addressing the in-modality and cross-modality gaps among clients. Through extensive experiments across various FL settings, FedCola demonstrates superior performance over previous approaches, offering new perspectives on future federated training of multi-modal transformers.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.12467")

Code

Syntology Ran 9 of 15 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

imguangyu/fedcola officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 9 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
7ran
6unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from imguangyu/FedCola. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Block imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · 8a67e5c4a6bc779d · report
ClassificationHead imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · 665d7fe1dc9696b6 · report
ImageEmbedding imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · c9f1166f9f9c7f9d · report
LayerScale imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · 701e39ed251d5829 · report
PatchEmbed imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · 687b410988a1e3fc · report
RetrievalHead imguangyu/FedCola/src/models/mome.py official repository ran fingerprinted Apache-2.0 (permissive) · 6440bb445fde338e · report
TextEmbedding imguangyu/FedCola/src/models/mome.py official repository ran Apache-2.0 (permissive) · 70aa8bb289c6319c · report
_get_attr_by_name imguangyu/FedCola/src/models/mome.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5d791ce8029c99b4 · report
build_cross_modal_reparam_linear imguangyu/FedCola/src/models/mome.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 2ca8541c8ffff32a · report
Attention imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · b92c5b2c0953da52 · report
Embedding imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · ca1882c73ffb469b · report
ModalityAgnosticTransformer imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · 1936c941a6de761f · report
_set_attr_by_name imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · 14b77c3b415e19da · report
change_original_linear_to_reparam imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · f82635ad6ef8b6e9 · report
reparameterize_aux_into_target_model imguangyu/FedCola/src/models/mome.py official repository unverified Apache-2.0 (permissive) · 4e74ee5ef12c8d25 · report

Tasks

Federated LearningPrivacy Preserving

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections