REVIEW 5 major objections 7 minor 3 cited by
This paper argues that multimodal diffusion transformers assign different semantic attributes to different internal blocks, and that amplifying the text hidden states in just a few of those blocks—by a constant factor, with no retraining—su
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Scaling text-condition hidden states by 1.5 in a small, attribute-specific set of MMDiT blocks improves text-image alignment, editing, and speed on SD3.5, FLUX, and Qwen Image with no training.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection Serious empirical paper with a plausible core finding, but the headline numbers are over-sold and the block-selection procedure needs more validation before the central claim is fully established. the 5 major comments →
TexTailor: Inference-Time Textual Guidance Tailoring for Multimodal Diffusion Transformers
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central discovery is that MMDiT blocks are attribute-specialized: early blocks handle color and spatial relationships, while later blocks influence object amount. Amplifying the textual hidden states at these attribute-matched blocks—via the simple operation c_enh = λ·c with λ=1.5, optionally mask-selected per token—improves text alignment across all three tested models without degrading aesthetic quality. The paper reports concrete gains: on SD3.5, GenEval rises from 66.42% to 71.63% and T2I-CompBench++ from 56.92% to 63.00%. The same enhancement scheme, applied to the target prompt during parallel-generation editing, improves instruction-following (CLIPtxt +0.94) while preserving sourc
What carries the argument
The key machinery is the block-wise probe pipeline and the resulting 'enhance-at-selected-blocks' rule. The probe operates on 333 GPT-5-generated prompts spanning color, spatial, and amount attributes, judged by a vision-language model (Qwen2.5-VL QA) and a counting model (CountGD) across five seeds. For every block, the paper removes, disables, or enhances the textual hidden states and measures attribute accuracy plus perceptual/semantic similarity. The resulting response curves identify which blocks are 'vital' for each attribute, forming small block sets (e.g., {3,9,15,20} for color in SD3.5, {32,37,45,49,54} for amount in FLUX). The enhancement operation itself is a straightforward scali
Load-bearing premise
The block-attribute map inferred from 333 machine-judged prompts is stable and transfers to the benchmark prompts and all three models—if the VLM judge is biased or the probe prompts are unrepresentative, the selected block sets are mistargeted and the reported gains would not replicate outside the paper's testbed.
What would settle it
A concrete test: rerun the block-selection procedure using a different judge (e.g., human raters or another vision-language model) on the same 333 prompts, then compare GenEval and T2I-CompBench++ gains using the new block sets. If the 'significantly above baseline' blocks shift substantially, the gains are judge artifacts. More directly, evaluate the paper's fixed block sets on a held-out set of novel compositional prompts that are not in GenEval or T2I-CompBench++; if the enhancement fails to improve alignment there, the map does not generalize beyond the two benchmark distributions.
If this is right
- If the block-attribute map transfers, any MMDiT-based generator could be aligned better by rerunning the probe on its own blocks and scaling text states—no retraining or architecture changes needed.
- Attribute-specific editing becomes tractable: color edits only need to amplify early blocks, amount edits late blocks, promising more surgical instruction-following.
- Skipping low-impact middle blocks offers a practical speedup (about 14–16% on FLUX) with negligible quality loss, and stacks with existing inference accelerators.
- Token-level enhancement means a single prompt can weight specific nouns or adjectives, enabling fine-grained compositional control from the text side alone.
Where Pith is reading between the lines
- A natural next step is to make block selection per-prompt dynamic, choosing blocks based on the attribute words present in the prompt rather than a fixed global set; the probe pipeline could precompute attribute-block maps and route at inference.
- The robustness of the multiplier up to λ=2.0 hints that text conditioning in these blocks is under-saturated, suggesting headroom to pair this with training-time conditioning strengthening—though this is untested.
- The depth-attribution view (semantics early, details late) predicts that classifier-free guidance or other conditioning interventions should be concentrated on early blocks; that design change is a concrete, testable consequence beyond what the paper demonstrates.
- The same enhancement scheme may transfer to video or 3D MMDiTs where strong text alignment is also hard, but this remains speculative since the paper only tests image models.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper analyzes block-wise behavior of multimodal diffusion transformers (MMDiT) by removing, disabling, and enhancing textual hidden states at individual blocks across SD3.5-Large, FLUX.1-Dev, and Qwen Image. Based on a 333-prompt probe with Qwen2.5-VL-72B and CountGD evaluation, it identifies attribute-specific block sets, then proposes TexTailor, a training-free method that multiplies text hidden states by lambda=1.5 in selected blocks during inference. The method is applied to text-to-image generation (reported gains on GenEval and T2I-CompBench++), instruction-based editing (CLIPtxt gain and human-preference majority), and inference acceleration by skipping blocks 20-40 in FLUX. The paper claims consistent gains across all three models while preserving synthesis quality.
Significance. If the reported effects are robust, the paper makes a useful contribution: it provides a block-wise interpretability map of MMDiT models and a simple, training-free inference-time intervention that improves prompt adherence across multiple architectures and public benchmarks. The paper ships a clear pipeline, includes ablations against random block selection, and evaluates on two standard public benchmarks, which are strengths. However, the central quantitative claims currently lack variance information, the block-selection protocol is under-specified, and the headline T2I-CompBench++ number is not reconstructable from the main table. These issues are load-bearing because the method's value rests on the specificity of the selected blocks and the reliability of the benchmark gains.
major comments (5)
- [Abstract; Table 2] The abstract's headline gain on T2I-CompBench++ (56.92% to 63.00% for SD3.5) is not reproducible from Table 2. The simple average of the eight listed categories for SD3.5 is approximately 49.8% (baseline) and 55.1% with Ours. No aggregate row is reported and no weighting or subset formula is given. Please state the exact aggregation rule, include the aggregate in the table, and reconcile the numbers; as written, the central quantitative claim cannot be audited.
- [Tables 2, 3, 4, 6] Alignment scores and editing metrics are reported as single numbers without error bars or seed counts. This is especially problematic in Table 6, where the random-5-block ablation is close to Ours on several categories (Color 0.7624 vs 0.7804; Shape 0.5072 vs 0.5482; 2D Spatial 0.3119 vs 0.3280). Without repeated-seed variance and multiple random block draws, the claim that the selected blocks are superior to generic amplification is not established. Please report mean±std over at least five seeds and the number of random draws.
- [Section 4.1; Section 2.2; Section 6] The pivotal-block selection criterion is under-specified: 'response magnitudes significantly above baseline' is not defined (no statistic, threshold, or multiple-testing correction), and the subsequent heuristics (uniform depth, avoid adjacent layers) are informal. No stability analysis is shown for subsampling the 333 probe prompts or changing the VLM judge, and no distributional comparison is made between the probe prompts and GenEval/T2I-CompBench++. Because the selection uses the same enhancement operation as the final method, the pipeline is an in-sample tuning loop. Section 6's limitation that the method 'depends on automatic block-wise analysis' makes this the central risk. Please add a precise selection rule and validation of its stability.
- [Section 4.1; Fig. 7(a)] The enhancement scale lambda=1.5 is chosen from the sweep in Fig. 7(a), which is shown only for FLUX, and is then applied to all models and all tasks. The paper does not state whether this choice was made on a development set before benchmarking or tuned on the same benchmark tables. This introduces a free parameter into the central result. Please report lambda sensitivity per model and clearly separate any development-set choices from the reported benchmark evaluations.
- [Section 3.4; Table 5] The acceleration results report single timing numbers over 400 prompts without variance or details on warm-up, batching, or GPU state, and the quality metrics show small decreases (e.g., HPSv2 29.0533 to 28.8408 on FLUX) that are described as 'preserved' without statistical support. Please provide repeated-run statistics and a comparison treating the quality deltas as measurements subject to noise.
minor comments (7)
- [Abstract] The benchmark name appears as 'T2I-Combench' in the abstract and 'T2I-CompBench++' in the main text; use one consistent name.
- [Title/header] The manuscript header uses 'TexTailor', while the title in the full text is 'Unraveling MMDiT Blocks...'. Please make this consistent.
- [Section 2.2] The statement that '5 fixed seeds produces consistent and reliable results' is asserted but no variance or agreement statistics are reported. Please add the actual repeated-seed numbers.
- [Eq. (4)] Equation (4) uses the symbol \odot but defines a scalar multiplication; align notation with the text.
- [Table 2] The '*' marker on Amount is not explained in the caption. Clarify that token-level enhancement from Eq. (5) is applied for amount.
- [Table 1] The 'Other Dimensions' block sets are not used in the main results. State their role or remove them from the table.
- [Table 4] Human evaluation details are minimal: describe the instruction given to participants, the selection of images, and report inter-annotator agreement.
Circularity Check
No significant circularity: probe-driven block selection is a development-set choice, and all headline gains are measured on external benchmarks disjoint from the probe.
full rationale
The derivation chain is self-contained in the relevant sense. The Sec. 2 probe uses 333 GPT-5 prompts, Qwen2.5-VL-72B QA, and CountGD to rank blocks under remove/disable/enhance manipulations; the final method (Eqs. 4-5) multiplies text hidden states by λ=1.5 on the resulting block sets. This is a development-set selection, not a fit to the evaluation target: GenEval and T2I-CompBench++ are external public benchmarks, and the reported gains (0.6642→0.7163 on GenEval SD3.5; per-category T2I-CompBench++ improvements) are measured after the block/λ choices were made. No equation in the paper defines selected blocks in terms of the benchmark outcomes, and no fitted parameter is renamed as a prediction. The only author-overlapping reference, [47] (InstanceAssemble), appears in a related-work enumeration ('controlling the outputs [38, 47, 51]') and is not load-bearing. The paper's own limitation statement (Sec. 6: 'it depends on automatic block-wise analysis') and the loosely specified selection criterion ('response magnitudes significantly above baseline') are validity/generalization concerns, not circularity. Likewise, the apparent discrepancy between the abstract's T2I-CompBench aggregate (56.92→63.00) and the simple average of Table 2 categories is a reporting concern, not evidence that the result is true by construction. No specific circular step meets the evidence threshold.
Axiom & Free-Parameter Ledger
free parameters (5)
- Enhancement scale λ(l) =
1.5 (default)
- Analysis probe gain (×2) =
2.0
- Per-attribute block sets V =
Tab. 1: 4 blocks (SD3.5), 5 blocks (FLUX/Qwen) per attribute
- Skipped acceleration block set S =
FLUX blocks 20-40
- Number of enhanced blocks N =
4 (SD3.5), 5 (FLUX, Qwen Image)
axioms (5)
- domain assumption The 333-prompt GPT-5 probe set is representative of compositional generation difficulty
- domain assumption Qwen2.5-VL-72B QA (color/spatial) and CountGD (amount) scores proxy ground-truth attribute correctness
- domain assumption The block-attribute map transfers across MMDiT variants and to benchmark distributions
- domain assumption Scaling text hidden states by λ keeps activations in the trained regime
- standard math Standard diffusion/transformer mathematics (Eqs. 1-3, joint self-attention MMDiT)
Cite this review
Pith. "Pith review of TexTailor: Inference-Time Textual Guidance Tailoring for Multimodal Diffusion Transformers." pith.science (2026). https://pith.science/paper/55VZJ4H2
@misc{pith2026260102211,
author = {Pith},
title = {Pith review of: TexTailor: Inference-Time Textual Guidance Tailoring for Multimodal Diffusion Transformers},
year = {2026},
howpublished = {\url{https://pith.science/paper/55VZJ4H2}},
note = {Machine review of arXiv:2601.02211}
}
read the original abstract
Recent breakthroughs of transformer-based diffusion models, particularly with Multimodal Diffusion Transformers (MMDiT) driven models like FLUX and Qwen Image, have facilitated thrilling experiences in visual generation. However, these models rely only on the interactions between textual conditions and visual features to produce semantically aligned images. Once the interactions fail to reflect the nuanced compositional structure of the prompt, the generated images might be unsatisfactory. Thus, a comprehensive understanding of how different blocks and their interactions with textual conditions is crucial for better understanding the intrinsic attributes and for enhancing their interactions accordingly to strengthen the prompts adherence. In this paper, we first develop a systematic pipeline to comprehensively investigate each block's functionality by \textit{removing}, \textit{disabling}, and \textit{enhancing} textual hidden-states at corresponding blocks. Our analysis reveals that 1) semantic information appears in earlier blocks and finer details are rendered in later blocks, 2) removing specific blocks is usually less disruptive than disabling text conditions, and 3) enhancing textual conditions in selective blocks improves semantic attributes. Building on these observations, we propose \method, a novel inference-time method for tailoring block-wise textual guidance. Our approach not only improves text-image alignment but also enables a range of downstream applications, including precise editing and inference acceleration. Extensive experiments demonstrated that our method outperforms various baselines and remains flexible across text-to-image generation, image editing, and inference acceleration. Our method improves T2I-Combench from 56.92\% to 63.00\% and GenEval from 66.42\% to 71.63\% on SD3.5, without sacrificing synthesis quality.
Figures
Forward citations
Cited by 3 Pith papers
-
Prompt Reinjection: Alleviating Prompt Forgetting in Multimodal Diffusion Transformers for Text-to-Image Generation
Re-injecting shallow text features into deeper MMDiT blocks counteracts measured 'prompt forgetting' and improves instruction following in SD3, SD3.5, FLUX, and Qwen-Image without retraining.
-
Prompt Reinjection: Alleviating Prompt Forgetting in Multimodal Diffusion Transformers for Text-to-Image Generation
Prompt reinjection alleviates progressive forgetting of text prompt semantics in MMDiT text branches, producing consistent improvements in text-to-image instruction following on GenEval, DPG, and T2I-CompBench++.
-
Breaking the Lock-in: Diversifying Text-to-Image Generation via Representation Modulation
Early DC component convergence in text-to-image Transformer features causes output homogeneity; selective early attenuation via DAVE improves diversity without retraining or extra cost.
Reference graph
Works this paper leans on
-
[1]
Countgd: Multi-modal open-world counting
Niki Amini-Naieni, Tengda Han, and Andrew Zisserman. Countgd: Multi-modal open-world counting. InAdvances in Neural Information Processing Systems, pages 48810– 48837, 2024. 3
2024
-
[2]
Stable flow: Vital layers for training-free image editing
Omri Avrahami, Or Patashnik, Ohad Fried, Egor Nemchi- nov, Kfir Aberman, Dani Lischinski, and Daniel Cohen-Or. Stable flow: Vital layers for training-free image editing. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 7877–7888, 2025. 2, 5, 6, 9
2025
-
[3]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report.arXiv preprint arXiv:2502.13923, 2025. 3
Pith/arXiv arXiv 2025
-
[4]
Imagen 3.arXiv preprint arXiv:2408.07009, 2024
Jason Baldridge, Jakob Bauer, Mukul Bhutani, Nicole Brich- tova, Andrew Bunner, et al. Imagen 3.arXiv preprint arXiv:2408.07009, 2024. 9
arXiv 2024
-
[5]
All are worth words: A vit backbone for diffusion models
Fan Bao, Shen Nie, Kaiwen Xue, Yue Cao, Chongxuan Li, Hang Su, and Jun Zhu. All are worth words: A vit backbone for diffusion models. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 22669–22679, 2023. 2
2023
-
[6]
Masactrl: Tuning-free mu- 9 tual self-attention control for consistent image synthesis and editing
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xi- aohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mu- 9 tual self-attention control for consistent image synthesis and editing. InProceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 22560–22570, 2023. 9
2023
-
[7]
Pixart-α: Fast training of diffusion trans- former for photorealistic text-to-image synthesis
Junsong Chen, Jincheng Yu, Chongjian Ge, Lewei Yao, Enze Xie, Yue Wu, Zhongdao Wang, James Kwok, Ping Luo, Huchuan Lu, et al. Pixart-α: Fast training of diffusion trans- former for photorealistic text-to-image synthesis. InPro- ceedings of the International Conference on Learning Rep- resentations, 2024. 2
2024
-
[8]
Diffusion models beat gans on image synthesis
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis. InAdvances in Neural Infor- mation Processing Systems, pages 8780–8794, 2021. 8
2021
-
[9]
Scaling recti- fied flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. InProceedings of the International Conference on Machine Learning, 2024. 2, 3, 9
2024
-
[10]
Seedream 3.0 technical report.arXiv preprint arXiv:2504.11346, 2025
Yu Gao, Lixue Gong, Qiushan Guo, Xiaoxia Hou, Zhichao Lai, Fanshi Li, Liang Li, Xiaochen Lian, Chao Liao, Liyang Liu, et al. Seedream 3.0 technical report.arXiv preprint arXiv:2504.11346, 2025. 9
Pith/arXiv arXiv 2025
-
[11]
Geneval: An object-focused framework for evaluating text- to-image alignment
Dhruba Ghosh, Hannaneh Hajishirzi, and Ludwig Schmidt. Geneval: An object-focused framework for evaluating text- to-image alignment. InAdvances in Neural Information Pro- cessing Systems, pages 52132–52152, 2023. 2, 6
2023
-
[12]
Lixue Gong, Xiaoxia Hou, Fanshi Li, Liang Li, Xiaochen Lian, Fei Liu, Liyang Liu, Wei Liu, Wei Lu, Yichun Shi, et al. Seedream 2.0: A native chinese-english bilin- gual image generation foundation model.arXiv preprint arXiv:2503.07703, 2025. 9
Pith/arXiv arXiv 2025
-
[13]
Prompt-to-prompt im- age editing with cross attention control.arXiv preprint arXiv:2208.01626, 2022
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Prompt-to-prompt im- age editing with cross attention control.arXiv preprint arXiv:2208.01626, 2022. 2, 9
Pith/arXiv arXiv 2022
-
[14]
Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022. 9
Pith/arXiv arXiv 2022
-
[15]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. InAdvances in Neural Informa- tion Processing Systems, pages 6840–6851, 2020. 2, 9
2020
-
[16]
T2i-compbench++: An enhanced and comprehensive benchmark for compositional text-to-image generation.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 2025
Kaiyi Huang, Chengqi Duan, Kaiyue Sun, Enze Xie, Zhen- guo Li, and Xihui Liu. T2i-compbench++: An enhanced and comprehensive benchmark for compositional text-to-image generation.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 2025. 2, 6
2025
-
[17]
Black Forest Labs. Flux. github.com/black-forest-labs/flux,
-
[18]
Zhimin Li, Jianwei Zhang, Qin Lin, Jiangfeng Xiong, Yanxin Long, Xinchi Deng, Yingfang Zhang, Xingchao Liu, Minbin Huang, Zedong Xiao, et al. Hunyuan-dit: A powerful multi-resolution diffusion transformer with fine-grained chi- nese understanding.arXiv preprint arXiv:2405.08748, 2024. 2
Pith/arXiv arXiv 2024
-
[19]
Flow matching for generative modeling
Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maxim- ilian Nickel, and Matt Le. Flow matching for generative modeling. InProceedings of the International Conference on Learning Representations, 2023. 2
2023
-
[20]
Towards understanding cross and self-attention in stable diffusion for text-guided image editing
Bingyan Liu, Chengyu Wang, Tingfeng Cao, Kui Jia, and Jun Huang. Towards understanding cross and self-attention in stable diffusion for text-guided image editing. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 7817–7826, 2024. 9
2024
-
[21]
Timestep embedding tells: It’s time to cache for video diffusion model
Feng Liu, Shiwei Zhang, Xiaofeng Wang, Yujie Wei, Haonan Qiu, Yuzhong Zhao, Yingya Zhang, Qixiang Ye, and Fang Wan. Timestep embedding tells: It’s time to cache for video diffusion model. InProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition, 2025. 6, 8
2025
-
[22]
Flow straight and fast: Learning to generate and transfer data with rectified flow
Xingchao Liu, Chengyue Gong, et al. Flow straight and fast: Learning to generate and transfer data with rectified flow. InProceedings of the International Conference on Learning Representations, 2023. 2
2023
-
[23]
Dpm-solver: A fast ode solver for dif- fusion probabilistic model sampling in around 10 steps
Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. Dpm-solver: A fast ode solver for dif- fusion probabilistic model sampling in around 10 steps. In Advances in Neural Information Processing Systems, pages 5775–5787, 2022. 9
2022
-
[24]
Simian Luo, Yiqin Tan, Longbo Huang, Jian Li, and Hang Zhao. Latent consistency models: Synthesizing high- resolution images with few-step inference.arXiv preprint arXiv:2310.04378, 2023. 9
Pith/arXiv arXiv 2023
-
[25]
Re- thinking cross-modal interaction in multimodal diffusion transformers
Zhengyao Lv, Tianlin Pan, Chenyang Si, Zhaoxi Chen, Wangmeng Zuo, Ziwei Liu, and Kwan-Yee K Wong. Re- thinking cross-modal interaction in multimodal diffusion transformers. InProceedings of the IEEE/CVF International Conference on Computer Vision, 2025. 2, 6, 9
2025
-
[26]
Latte: Latent diffusion transformer for video generation.arXiv preprint arXiv:2401.03048, 2024
Xin Ma, Yaohui Wang, Gengyun Jia, Xinyuan Chen, Zi- wei Liu, Yuan-Fang Li, Cunjian Chen, and Yu Qiao. Latte: Latent diffusion transformer for video generation.arXiv preprint arXiv:2401.03048, 2024. 2
Pith/arXiv arXiv 2024
-
[27]
Video generation models as world simulators
OpenAI. Video generation models as world simulators
-
[28]
DINOv2: Learning robust visual features without supervision.Transactions on Machine Learning Research,
Maxime Oquab, Timoth ´ee Darcet, Th´eo Moutakanni, Huy V V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel HAZIZA, Francisco Massa, Alaaeldin El-Nouby, et al. DINOv2: Learning robust visual features without supervision.Transactions on Machine Learning Research,
-
[29]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 4195–4205, 2023. 2, 8
2023
-
[30]
Learn- ing transferable visual models from natural language super- vision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learn- ing transferable visual models from natural language super- vision. InProceedings of the International Conference on Machine Learning, pages 8748–8763, 2021. 2, 3, 6
2021
-
[31]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10684–10695, 2022. 2
2022
-
[32]
Laion aesthetics
Chrisoph Schuhmann. Laion aesthetics. 10 github.com/LAION-AI/aesthetic-predictor, 2022. 3, 6
2022
-
[33]
Exploring multimodal diffusion transform- ers for enhanced prompt-based image editing
Joonghyuk Shin, Alchan Hwang, Yujin Kim, Daneul Kim, and Jaesik Park. Exploring multimodal diffusion transform- ers for enhanced prompt-based image editing. InProceed- ings of the IEEE/CVF International Conference on Com- puter Vision, 2025. 2, 9
2025
-
[34]
Freeu: Free lunch in diffusion u-net
Chenyang Si, Ziqi Huang, Yuming Jiang, and Ziwei Liu. Freeu: Free lunch in diffusion u-net. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4733–4743, 2024. 9
2024
-
[35]
Denois- ing diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. InProceedings of the Interna- tional Conference on Learning Representations, 2021. 2
2021
-
[36]
Consistency models
Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever. Consistency models. InProceedings of the In- ternational Conference on Machine Learning, pages 32211– 32252. PMLR, 2023. 9
2023
-
[37]
Stable diffusion 3.5
Stability-AI. Stable diffusion 3.5. github.com/Stability- AI/sd3.5, 2024. 3, 6
2024
-
[38]
Zhenxiong Tan, Songhua Liu, Xingyi Yang, Qiaochu Xue, and Xinchao Wang. Ominicontrol: Minimal and uni- versal control for diffusion transformer.arXiv preprint arXiv:2411.15098, 2024. 9
Pith/arXiv arXiv 2024
-
[39]
Hunyuanvideo: A sys- tematic framework for large video generative models, 2024
Hunyuan Foundation Model Team. Hunyuanvideo: A sys- tematic framework for large video generative models, 2024. 9
2024
-
[40]
Hunyuanimage-2.1: An efficient diffusion model for high-resolution (2k) text-to- image generation, 2025
Hunyuan Foundation Model Team. Hunyuanimage-2.1: An efficient diffusion model for high-resolution (2k) text-to- image generation, 2025. 9
2025
-
[41]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. 2017. 8
2017
-
[42]
Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025
Team Wan, Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianx- iao Yang, et al. Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025. 2
Pith/arXiv arXiv 2025
-
[43]
Freeflux: Understanding and exploiting layer-specific roles in rope-based mmdit for versatile image editing
Tianyi Wei, Yifan Zhou, Dongdong Chen, and Xingang Pan. Freeflux: Understanding and exploiting layer-specific roles in rope-based mmdit for versatile image editing. InProceed- ings of the IEEE/CVF International Conference on Com- puter Vision, 2025. 2, 9
2025
-
[44]
A uni- fied framework for u-net design and analysis
Christopher Williams, Fabian Falck, George Deligiannidis, Chris C Holmes, Arnaud Doucet, and Saifuddin Syed. A uni- fied framework for u-net design and analysis. InAdvances in Neural Information Processing Systems, pages 27745– 27782, 2023. 9
2023
-
[45]
Qwen-image technical report.arXiv preprint arXiv:2508.02324, 2025
Chenfei Wu, Jiahao Li, Jingren Zhou, Junyang Lin, Kaiyuan Gao, Kun Yan, Sheng-ming Yin, Shuai Bai, Xiao Xu, Yilei Chen, et al. Qwen-image technical report.arXiv preprint arXiv:2508.02324, 2025. 2, 3, 6, 9
Pith/arXiv arXiv 2025
-
[46]
Xiaoshi Wu, Yiming Hao, Keqiang Sun, Yixiong Chen, Feng Zhu, Rui Zhao, and Hongsheng Li. Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis.arXiv preprint arXiv:2306.09341,
-
[47]
Instanceassemble: Layout-aware image generation via in- stance assembling attention
Qiang Xiang, Shuang Sun, Binglei Li, Dejia Song, Huaxia Li, Nemo Chen, Xu Tang, Yao Hu, and Junping Zhang. Instanceassemble: Layout-aware image generation via in- stance assembling attention. InAdvances in Neural Infor- mation Processing Systems, 2025. 9
2025
-
[48]
Imagereward: learning and evaluating human preferences for text-to-image generation
Jiazheng Xu, Xiao Liu, Yuchen Wu, Yuxuan Tong, Qinkai Li, Ming Ding, Jie Tang, and Yuxiao Dong. Imagereward: learning and evaluating human preferences for text-to-image generation. InAdvances in Neural Information Processing Systems, pages 15903–15935, 2023. 5
2023
-
[49]
Cogvideox: Text-to-video dif- fusion models with an expert transformer
Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiaohan Zhang, Guanyu Feng, et al. Cogvideox: Text-to-video dif- fusion models with an expert transformer. InProceedings of the International Conference on Learning Representations,
-
[50]
Towards understanding the working mechanism of text-to-image dif- fusion model
Mingyang Yi, Aoxue Li, Yi Xin, and Zhenguo Li. Towards understanding the working mechanism of text-to-image dif- fusion model. InAdvances in Neural Information Processing Systems, pages 55342–55369, 2024. 9
2024
-
[51]
Adding conditional control to text-to-image diffusion models
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 3836–3847, 2023. 2, 9
2023
-
[52]
Feng Zhou, Pu Cao, Yiyang Ma, Lu Yang, and Jian- qin Yin. Exploring position encoding in diffusion u-net for training-free high-resolution image generation.arXiv preprint arXiv:2503.09830, 2025. 9 11
Pith/arXiv arXiv 2025
-
[2024]
Technical Report, OpenAI. 9
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.