REVIEW 4 major objections 5 minor 1 cited by
Pushing the Boundaries of State Space Models for Image and Video Generation
T0 review · 4 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read A 5-billion-parameter diffusion model that replaces most self-attention with a bidirectional state-space token mixer matches Transformer image quality and video consistency, and runs faster on long sequences.
desk verdict A credible 5B-scale study of SSM/attention hybrids for visual generation whose efficiency story holds, but the headline parity claim outruns its own GenEval and VBench evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The object that carries the argument is Hydra, a bidirectional state-space token mixer defined as a quasiseparable matrix: a forward semiseparable sweep plus a reversed sweep plus a learnable diagonal, making each token's output depend on tokens on both sides without quadratic attention. The hybrid recipe wraps this mixer in a 33-block diffusion stack with a 30:3 Hydra-to-attention ratio, and the scanning order—alternating horizontal and vertical bidirectional raster scans, with a temporal-first variant for video—is what gives the sequential mixer enough spatial and temporal receptive field to handle 2D and 3D latents. The few self-attention layers provide global interaction at low cost.
What would settle it
Compare HTH against a same-scale DiT model using the identical VAE, identical training data, and identical diffusion schedule; if HTH's FID/CLIP parity on MJHQ-30K and VBench disappears, or the roughly 3x speedup at 384x384 tokens no longer appears, the paper's central attribution of parity and efficiency to the Hydra mixer is not supported.
Extended reading notes
Core claim
The central claim is that the boundary of SSM-based visual generation is far larger than prior small-scale studies suggested: at 5B parameters, a Hydra-dominant hybrid matches a same-scale DiT baseline and several public diffusion models on image and video benchmarks, and it does so with subquadratic cost. The model reaches 2K-resolution images (up to 2560x2560 in zero-shot experiments) and 360p 128-frame videos after some Hydra layers are switched from spatial to temporal-first scanning. On MJHQ-30K it reports FID 6.52 versus the DiT baseline's 6.90, and on VBench its 360p model leads in Dynamic Degree and overall consistency among the compared systems. The paper also reports the clear limitation that GenEval object-composition scores are lower than DiT's (0.58 vs 0.63 overall), which it attributes to the limited global modeling of SSM-dense architectures.
Load-bearing premise
The benchmark comparisons assume that HTH's internal VAE and internal training data are quality-matched to the public pipelines used as baselines; if the VAE reconstruction or data richness differs materially, the apparent parity is driven by the pipeline, not by the Hydra token mixer, so the conclusion does not follow.
Editorial extensions
If this is right
- A 30:3 Hydra-to-self-attention ratio is sufficient for FID and text-alignment parity with Transformer diffusion models at 1K resolution, so the next threshold to probe is a fully SSM backbone.
- The measured denoiser speed gap widens with token count—around 3x at 384x384 tokens—so SSM backbones become the cheaper option for 8K images, longer videos, and other long visual sequences.
- Replacing spatial scans with temporal-first scans in 40% of Hydra layers turns an image-trained model into a video generator without adding parameters, suggesting a cheap route from T2I to T2V.
- The zero-shot generation of images roughly 3.5x larger than the training resolution indicates that SSM locality may soften the resolution-generalization problem that Transformer positional encodings suffer.
- Object composition remains the known failure mode: GenEval scores fall below the DiT baseline, implying that global attention or better conditioning is still needed for multi-object scenes.
Reading between the lines
- Because HTH uses an internal 3D VAE and internal training data while the baselines use different public VAE decoders and corpora, the parity claim is pipeline-confounded; a same-VAE, same-data comparison is needed to isolate the Hydra token mixer.
- If the quasiseparable sweep is the true source of the efficiency and quality, then substituting another bidirectional linear mixer in the same 30:3 schedule would preserve speed but not necessarily the FID/CLIP parity—an experiment the paper does not run.
- The 3.5x zero-shot resolution extrapolation, if replicated, implies SSM-based pipelines could reduce or eliminate resolution-specific fine-tuning stages in production systems, a consequence the authors leave implicit.
- The speed advantage only becomes decisive beyond roughly 128x128 tokens, so the practical payoff depends on whether the field pushes image sizes above 2K or video lengths beyond 8 seconds as a standard.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes HTH, a 5B-parameter diffusion model that mixes Hydra bidirectional state-space-model layers with a small number of self-attention layers, and applies it to text-to-image generation up to 2K resolution and text-to-video generation at 360p, 128 frames. The authors report FID/CLIP-Score/GenEval numbers for images, a VBench comparison for video, an inference-speed comparison against a Transformer denoiser, and a limitations appendix. The central claim is that models built with sequential, subquadratic token mixers can achieve performance comparable to Transformer-based models while being more efficient.
Significance. If fully supported, this would be a valuable empirical data point: it is the largest reported diffusion SSM-Transformer hybrid for visual generation, it uses deliberately simple raster and temporal scans, it includes a matched DiT baseline for image generation, and it is unusually candid about its limitations in Appendix A. The paper also ships a concrete efficiency comparison and demonstrates zero-shot higher-resolution generalization. However, the significance as stated is not fully established: the matched image comparison shows a clear GenEval deficit and a CLIP-Score deficit, the video comparison lacks a matched baseline and uses a selected subset of VBench dimensions, and no error bars are reported. These gaps affect the strength of the conclusion but appear addressable within the scope of a revision.
major comments (4)
- [Section 5 (Conclusion) and Section 4.1.2, Table 2] The unqualified conclusion that SSM-based models 'can achieve performance comparable to Transformer-based models' is not supported by the paper's own matched comparison. At 1024x1024, HTH improves MJHQ FID (6.52 vs 6.90) but is worse on CLIP-Score (27.26 vs 27.37) and clearly worse on GenEval (0.58 vs 0.63); Appendix A explicitly states that the results 'generally exhibit inferior semantic understanding (e.g., worse entity composition and structural coherence) compared to Transformer-based models.' Since text-aligned composition is a core capability for text-to-image and text-to-video generation, the evidence establishes parity in low-level fidelity and dynamics, not overall parity. Please either qualify the central claim to something like 'comparable pixel fidelity with weaker prompt alignment' or add a prompt-following benchmark on which HTH matches the Transformer baseline.
- [Section 4.1.2, Table 3] The video evaluation does not establish parity against Transformer-based video models. Table 3 compares HTH against externally trained models with different VAEs, training data, and output resolutions, and there is no matched internal DiT-video baseline. Moreover, the authors 'choose 12 evaluation dimensions' from VBench without stating criteria, and the selected set omits composition-oriented dimensions such as Multiple Objects and Spatial Relationship, which are precisely where the GenEval result and Appendix A predict HTH to be weak. Please report all VBench dimensions or justify the subset, and add a same-pipeline DiT video baseline so the comparison isolates the token mixer rather than the data/VAE pipeline.
- [Section 4.1.2, Tables 1 and 2] No error bars or multiple-seed runs are reported, so the differences between HTH and the DiT baseline (e.g., MJHQ FID 6.52 vs 6.90, CLIP-Score 27.26 vs 27.37, GenEval 0.58 vs 0.63) are not shown to be statistically meaningful. Given that the VAE and training data are internal, the comparison to external models is also sensitive to pipeline confounds. Please provide variance estimates or at least report the evaluation protocol, including seed count and sample size, so the reader can assess whether the observed differences exceed run-to-run noise.
- [Section 4.1.3, Figure 5] The inference-speed comparison may not isolate the effect of the token mixer. The two 5B models are described only as 'HTH' and 'Transformer (our DiT baseline)'; no details are given about layer counts, block structure, attention heads, batch size, hardware, or whether FlashAttention-2 is used in both. Since HTH replaces most self-attention blocks with Hydra but also adds per-block cross-attention, the measured speed gap could be affected by factors other than the SSM-versus-attention token mixer. Please specify the exact configurations compared and report latency at the actual operating token lengths used for 2K images and 360p videos, including total wall-clock time rather than only the difference.
minor comments (5)
- [Section 3.1] The text contains a typo '3D V AE' that should read '3D VAE'.
- [Table 3] The header 'Apperance' is misspelled; it should be 'Appearance'. The caption should also list the 12 chosen dimensions explicitly.
- [Section 4.1.2] The parenthetical '(score 0.67 vs. 0.75)' in the GenEval discussion is ambiguous: please specify which GenEval subcategory is being reported and confirm that both scores are for HTH and the DiT baseline, respectively.
- [Figure 5] The x-axis labels '1282' and '3842' should be typeset as 128^2 and 384^2. The caption and text should also state the absolute times for both models, not only the difference, to make the '10 seconds faster' claim interpretable.
- [Appendix B.1] The small-scale token-mixer comparison is presented only through qualitative examples in Figure 6; adding quantitative metrics for this comparison would strengthen the claim that Hydra is the best SSM choice.
Circularity Check
No circular derivation chain; the headline claim is empirical, though the conclusion's 'comparable' wording is broader than the paper's own Appendix A admission supports.
full rationale
This paper is an empirical scaling and benchmarking study, not a derivation of its target result from fitted parameters or from a self-citation chain. The Hydra token mixer is adopted from Hwang et al. (2024), an external source with no author overlap, and that citation is used only to justify the mixer choice, not to set any benchmark number in this paper. The few self-citations (e.g., LRM, Long-LRM) appear in background enumerations of prior visual-generation work and do not carry the SSM claim. The internal DiT baseline is trained under the same pipeline and data, giving a controlled, non-circular comparison of the Hydra mixer. The VBench table selects 12 of 16 dimensions and HTH underperforms on GenEval; these are evaluation-selection and overstatement concerns, not reductions of the prediction to its inputs. Appendix A explicitly states that "the results generally exhibit inferior semantic understanding (e.g., worse entity composition and structural coherence) compared to Transformer-based models," which qualifies the conclusion's 'comparable' wording but does not indicate circularity. No equation in the paper is defined in terms of the quantity it is used to explain, and no fitted coefficient is relabeled as a prediction. The central claim is therefore not circular; it is merely stronger than the paper's own evidence supports.
Assumptions & free parameters
free parameters (4)
- Hydra-to-Transformer ratio (30:3 per 11 blocks) =
30 Hydra : 3 Self-Attention
- Proportion of temporal-first Hydra blocks (40%) =
40% of Hydra blocks
- Classifier-free guidance scale =
not reported
- DDIM sampling steps =
not reported
assumptions (4)
- domain assumption Hydra's quasiseparable matrix formulation is strictly more expressive than additive bidirectional SSMs and is correctly implemented in the Mamba-2 framework.
- domain assumption The internal MAGVIT-v2-style 3D VAE preserves sufficient information for text-conditioned generation.
- domain assumption Standard diffusion training and sampling (InstaFlow schedule, classifier-free guidance, DDIM) apply unchanged to SSM-based latent diffusion.
- domain assumption FID, CLIP-Score, GenEval, and VBench are valid proxies for text-image/video alignment and quality.
Cite this review
Pith. "Pith review of Pushing the Boundaries of State Space Models for Image and Video Generation." pith.science (2026). https://pith.science/paper/ZIX3NVQ7
@misc{pith2026250200972,
author = {Pith},
title = {Pith review of: Pushing the Boundaries of State Space Models for Image and Video Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZIX3NVQ7}},
note = {Machine review of arXiv:2502.00972}
}
read the original abstract
While Transformers have become the dominant architecture for visual generation, linear attention models, such as the state-space models (SSM), are increasingly recognized for their efficiency in processing long visual sequences. However, the essential efficiency of these models comes from formulating a limited recurrent state, enforcing causality among tokens that are prone to inconsistent modeling of N-dimensional visual data, leaving questions on their capacity to generate long non-causal sequences. In this paper, we explore the boundary of SSM on image and video generation by building the largest-scale diffusion SSM-Transformer hybrid model to date (5B parameters) based on the sub-quadratic bi-directional Hydra and self-attention, and generate up to 2K images and 360p 8 seconds (16 FPS) videos. Our results demonstrate that the model can produce faithful results aligned with complex text prompts and temporal consistent videos with high dynamics, suggesting the great potential of using SSMs for visual generation tasks.
Figures
Figures from the paper (10 more)
Forward citations
Cited by 1 Pith paper
-
Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers
A hybrid NoPE visual diffusion backbone with HeteroP scaling yields ~7× pretraining compute efficiency versus matched full attention and near-stable zero-shot 5s→30s video extrapolation.
Reference graph
Works this paper leans on
-
[1]
A dog that has been meditating all the time
-
[2]
In a surreal office setting during a sunlit day, a man in a bizarre jelly mask, reminiscent of an oyster shell, occupies a full shot. He is seated at an office desk, his melancholic expression in contrast to the elaborate facades of yttrium yellow and zircon blue surrounding him
-
[3]
Full-body photograph of a beautiful female cyborg, suspended in a worn-out, cassette-futurism science lab. The scene exudes a gritty retro sci-fi aesthetic from the 70s and 80s, with outdated technology and weathered machinery. Dust particles float in the light, enhancing the vintage, worn-down atmosphere. The cyborg’s synthetic skin is torn from her down...
-
[4]
A bouquet of roses made of pastel ice crystals
-
[5]
A cat drinking a beer
-
[6]
Paper artwork, layered paper, colorful Chinese dragon surrounded by clouds
-
[7]
Beautiful neon lights forming the words “Hydra”, glowing vibrantly
-
[8]
Filmic photo of a group of three women on a street downtown, they are holding their hands up the camera
Show all 15 references
-
[9]
Neon lights, and a sense of technological future
A pink bunny girl in the cyber world, with beautiful long hair, wearing a pink skirt, pink bunny ears, pink headphones. Neon lights, and a sense of technological future
-
[10]
Half human, half robot, repaired human, human flesh warrior, mech display, man in mech, cyberpunk
-
[11]
Elephant amigurumi walking in savanna, a professional, blurry background
-
[12]
Polychrome particles and powders surrounding a whimsical child figure silhouette emerging out of a portal
-
[13]
A very cute little Shamrock bird in a mossy forest. 21
-
[755]
Liu, S., Yu, W., Tan, Z., and Wang, X
Springer, 2014. Liu, S., Yu, W., Tan, Z., and Wang, X. Linfusion: 1 gpu, 1 minute, 16k image. arXiv preprint arXiv:2409.02097, 2024. Liu, X., Zhang, X., Ma, J., Peng, J., et al. Instaflow: One step is enough for high-quality diffusion-based text-to- image generation. In The Tw...
2014 arXiv
-
[2024]
Su, J., Ahmed, M., Lu, Y ., Pan, S., Bo, W., and Liu, Y
URL https://stability.ai/news/ deepfloyd-if-text-to-image-model . Su, J., Ahmed, M., Lu, Y ., Pan, S., Bo, W., and Liu, Y . Roformer: Enhanced transformer with rotary position embedding. Neurocomputing, 568:127063, 2024. Sun, P., Jiang, Y ., Chen, S., Zhang, S., Peng, B., Luo,...
2024 arXiv
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.