Papers › Scalable Diffusion Models with State Space Backbone

Scalable Diffusion Models with State Space Backbone

8 Feb 2024arXiv:2402.05608archive 2025-07-28

Zhengcong Fei, Mingyuan Fan, Changqian Yu, Junshi Huang

This paper presents a new exploration into a category of diffusion models built upon state space architecture. We endeavor to train diffusion models for image data, wherein the traditional U-Net backbone is supplanted by a state space backbone, functioning on raw patches or latent space. Given its notable efficacy in accommodating long-range dependencies, Diffusion State Space Models (DiS) are distinguished by treating all inputs including time, condition, and noisy image patches as tokens. Our assessment of DiS encompasses both unconditional and class-conditional image generation scenarios, revealing that DiS exhibits comparable, if not superior, performance to CNN-based or Transformer-based U-Net architectures of commensurate size. Furthermore, we analyze the scalability of DiS, gauged by the forward pass complexity quantified in Gflops. DiS models with higher Gflops, achieved through augmentation of depth/width or augmentation of input tokens, consistently demonstrate lower FID. In addition to demonstrating commendable scalability characteristics, DiS-H/2 models in latent space achieve performance levels akin to prior diffusion models on class-conditional ImageNet benchmarks at the resolution of 256×256 and 512×512, while significantly reducing the computational burden. The code and models are available at: https://github.com/feizc/DiS.

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

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: 3 ran · honoured contract; 5 ran · our draft was wrong; 3 ran · fixture could not drive it; 1 ran with no contract checked.

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

feizc/dis officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
hustvl/dig mentioned 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

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

3ran · honoured contract
5ran · our draft was wrong
3ran · fixture could not drive it
1ran
1unverified

Licence: 13 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 feizc/dis. “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/dis/diffusion/diffusion_utils.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d6a68e210556f857 · report
causal_conv1d_ref feizc/dis/causal-conv1d/causal_conv1d/causal_conv1d_interface.py official repository ran no licence file found · pointer only · 0595d8b8521fd9ca · report
continuous_gaussian_log_likelihood feizc/dis/diffusion/diffusion_utils.py official repository ran · our draft was wrong no licence file found · pointer only · ab1c9568b4e13899 · report
get_beta_schedule feizc/dis/diffusion/gaussian_diffusion.py official repository ran · honoured contract no licence file found · pointer only · 3e0fa4efc22272d4 · report
get_named_beta_schedule feizc/dis/diffusion/gaussian_diffusion.py official repository ran · honoured contract no licence file found · pointer only · 36e30c7fb679ec78 · report
mean_flat feizc/dis/diffusion/gaussian_diffusion.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · f6d7c009a8efb8b7 · report
normal_kl feizc/dis/diffusion/diffusion_utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 8afbfc42c6ea0448 · report
patchify feizc/dis/models_dis.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 9cf076a2ae913f94 · report
selective_scan_ref feizc/dis/mamba/mamba_ssm/ops/selective_scan_interface.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · ba7b868fec181b57 · report
space_timesteps feizc/dis/diffusion/respace.py official repository ran · fixture could not drive it no licence file found · pointer only · ea9dbc131adf582e · report
timestep_embedding feizc/dis/models_dis.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 270cd726f1952c2a · report
unpatchify feizc/dis/models_dis.py official repository ran · fixture could not drive it no licence file found · pointer only · f9244c08c1011341 · report
create_named_schedule_sampler feizc/dis/diffusion/timestep_sampler.py official repository unverified no licence file found · pointer only · e48218d7d73db0b3 · report

Tasks

Conditional Image GenerationImage GenerationState Space Models

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Concatenated Skip ConnectionConvolutionDiffusionMax PoolingReLUU-Net

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