Papers › Scaling Diffusion Transformers to 16 Billion Parameters

Scaling Diffusion Transformers to 16 Billion Parameters

16 Jul 2024arXiv:2407.11633archive 2025-07-28

Zhengcong Fei, Mingyuan Fan, Changqian Yu, Debang Li, Junshi Huang

In this paper, we present DiT-MoE, a sparse version of the diffusion Transformer, that is scalable and competitive with dense networks while exhibiting highly optimized inference. The DiT-MoE includes two simple designs: shared expert routing and expert-level balance loss, thereby capturing common knowledge and reducing redundancy among the different routed experts. When applied to conditional image generation, a deep analysis of experts specialization gains some interesting observations: (i) Expert selection shows preference with spatial position and denoising time step, while insensitive with different class-conditional information; (ii) As the MoE layers go deeper, the selection of experts gradually shifts from specific spacial position to dispersion and balance. (iii) Expert specialization tends to be more concentrated at the early time step and then gradually uniform after half. We attribute it to the diffusion process that first models the low-frequency spatial information and then high-frequency complex information. Based on the above guidance, a series of DiT-MoE experimentally achieves performance on par with dense networks yet requires much less computational load during inference. More encouragingly, we demonstrate the potential of DiT-MoE with synthesized image data, scaling diffusion model at a 16.5B parameter that attains a new SoTA FID-50K score of 1.80 in 512×512 resolution settings. The project page: https://github.com/feizc/DiT-MoE.

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

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · honoured contract; 1 ran · violated contract; 6 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 16 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.

feizc/dit-moe 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

16 samples harvested; 12 ran; 4 honoured the contract we drafted; 4 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.

4ran · honoured contract
1ran · violated contract
6ran · our draft was wrong
1ran
4unverified

Licence: 16 of the 16 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 feizc/dit-moe. “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.

approx_standard_normal_cdf feizc/dit-moe/diffusion/diffusion_utils.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d6a68e210556f857 · report
center_crop_arr feizc/dit-moe/train_deepspeed.py official repository ran · our draft was wrong no licence file found · pointer only · 1712a07966b542ee · report
continuous_gaussian_log_likelihood feizc/dit-moe/diffusion/diffusion_utils.py official repository ran · our draft was wrong no licence file found · pointer only · ab1c9568b4e13899 · report
create_npz_from_sample_folder feizc/dit-moe/sample_ddp.py official repository ran · our draft was wrong no licence file found · pointer only · 7b21a01ae77703a3 · report
get_2d_sincos_pos_embed feizc/dit-moe/models.py official repository ran · honoured contract no licence file found · pointer only · c92c27c924b517e8 · report
get_beta_schedule feizc/dit-moe/diffusion/gaussian_diffusion.py official repository ran · honoured contract no licence file found · pointer only · 3e0fa4efc22272d4 · report
get_named_beta_schedule feizc/dit-moe/diffusion/gaussian_diffusion.py official repository ran · honoured contract no licence file found · pointer only · 36e30c7fb679ec78 · report
mean_flat feizc/dit-moe/diffusion/gaussian_diffusion.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · f6d7c009a8efb8b7 · report
modulate feizc/dit-moe/models.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 03310bba324ae4fb · report
normal_kl feizc/dit-moe/diffusion/diffusion_utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 8afbfc42c6ea0448 · report
normalization feizc/dit-moe/analysis/heatmap_class.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 86c7147edb17dd5d · report
static_for_class feizc/dit-moe/analysis/heatmap_class.py official repository ran no licence file found · pointer only · b789e06f5968456b · report
create_logger feizc/dit-moe/train_deepspeed.py official repository unverified no licence file found · pointer only · 8382f7e48cc8a309 · report
download_model feizc/dit-moe/download.py official repository unverified no licence file found · pointer only · 6a0d5ecd441905cc · report
find_model feizc/dit-moe/download.py official repository unverified no licence file found · pointer only · e8e07fe599aa424e · report
get_2d_sincos_pos_embed_from_grid feizc/dit-moe/models.py official repository unverified no licence file found · pointer only · 665d8a4e8f673a4c · report

Tasks

AttributeConditional Image GenerationDenoisingImage Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDiffusionDropoutLabel SmoothingLayer NormalizationLinear LayerMoEMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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