Papers › Mixture-of-Transformers: A Sparse and Scalable Architecture for Multi-Modal Foundation Models

Mixture-of-Transformers: A Sparse and Scalable Architecture for Multi-Modal Foundation Models

7 Nov 2024arXiv:2411.04996archive 2025-07-28

Weixin Liang, Lili Yu, Liang Luo, Srinivasan Iyer, Ning Dong, Chunting Zhou, Gargi Ghosh, Mike Lewis, Wen-tau Yih, Luke Zettlemoyer, Xi Victoria Lin

The development of large language models (LLMs) has expanded to multi-modal systems capable of processing text, images, and speech within a unified framework. Training these models demands significantly larger datasets and computational resources compared to text-only LLMs. To address the scaling challenges, we introduce Mixture-of-Transformers (MoT), a sparse multi-modal transformer architecture that significantly reduces pretraining computational costs. MoT decouples non-embedding parameters of the model by modality -- including feed-forward networks, attention matrices, and layer normalization -- enabling modality-specific processing with global self-attention over the full input sequence. We evaluate MoT across multiple settings and model scales. In the Chameleon 7B setting (autoregressive text-and-image generation), MoT matches the dense baseline's performance using only 55.8% of the FLOPs. When extended to include speech, MoT reaches speech performance comparable to the dense baseline with only 37.2% of the FLOPs. In the Transfusion setting, where text and image are trained with different objectives, a 7B MoT model matches the image modality performance of the dense baseline with one third of the FLOPs, and a 760M MoT model outperforms a 1.4B dense baseline across key image generation metrics. System profiling further highlights MoT's practical benefits, achieving dense baseline image quality in 47.2% of the wall-clock time and text quality in 75.6% of the wall-clock time (measured on AWS p4de.24xlarge instances with NVIDIA A100 GPUs).

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2411.04996")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: community (archive-listed): 13 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

allenzren/open-pi-zero mentioned on GitHubpytorchMIT 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

13 samples harvested; 12 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · fixture could not drive it
10ran
1unverified

Licence: 0 of the 13 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 allenzren/open-pi-zero. “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.

conditional_decorator allenzren/open-pi-zero/src/utils/decorator.py community (archive-listed) ran MIT (permissive) · d949d0d0bc5e63bc · report
get_action_accuracy allenzren/open-pi-zero/src/utils/metric.py community (archive-listed) ran MIT (permissive) · 7f39687304604d5d · report
get_num_params_in_billions allenzren/open-pi-zero/src/utils/optim.py community (archive-listed) ran MIT (permissive) · c309b4c8e3254bb9 · report
isrotation allenzren/open-pi-zero/src/utils/geometry.py community (archive-listed) ran MIT (permissive) · ee388693e9bdd485 · report
log_execution_time allenzren/open-pi-zero/src/utils/monitor.py community (archive-listed) ran MIT (permissive) · 1c57d6dfeacfc394 · report
lora_state_dict allenzren/open-pi-zero/src/model/lora.py community (archive-listed) ran MIT (permissive) · 52614cdfc99cf150 · report
main_rank_only allenzren/open-pi-zero/src/utils/decorator.py community (archive-listed) ran MIT (permissive) · 8d01c3eb9b8242f3 · report
mat2euler allenzren/open-pi-zero/src/utils/geometry.py community (archive-listed) ran MIT (permissive) · eed6f0c4289630b1 · report
quat2mat allenzren/open-pi-zero/src/utils/geometry.py community (archive-listed) ran MIT (permissive) · 901875b18f961eef · report
repeat_kv allenzren/open-pi-zero/src/model/utils.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 4e762613ee907cdb · report
rotate_half allenzren/open-pi-zero/src/model/utils.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · cec833a99feb528c · report
transpose allenzren/open-pi-zero/src/model/lora.py community (archive-listed) ran fingerprinted MIT (permissive) · 67a5b7072d402f6f · report
apply_rotary_pos_emb allenzren/open-pi-zero/src/model/utils.py community (archive-listed) unverified MIT (permissive) · 354c67f169da36b9 · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionLayer NormalizationSoftmax

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