REVIEW 4 major objections 6 minor 23 cited by
Interleaving text reasoning with image synthesis—think, draw, reflect, redraw—lifts text-to-image quality by 5–10 points on five benchmarks.
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 →
T0 review · deepseek-v4-flash
2026-08-04 22:50 UTC pith:F4VFV6XZ
load-bearing objection A solid two-turn T2I reasoning recipe with real benchmark gains, but the second-turn benefit rests on a single, possibly biased MLLM preference result; still worth reviewing. the 4 major comments →
Interleaving Reasoning for Better Text-to-Image Generation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that a two-turn 'text-image-text-image' loop, trained end-to-end on interleaved thinking-image trajectories, improves both instruction following and fine-grained visual quality in text-to-image generation. Given a prompt, the model first emits text thinking and generates an initial image; the initial image is encoded and fed back into the model, which then produces a second text reflection describing needed improvements and generates a refined image conditioned on that reflection. The authors argue this is not merely an inference-time trick: their IRGL training, using the IRGL-300K dataset and six decomposed learning modes plus a two-stage schedule, teaches the model to
What carries the argument
The load-bearing object is the IRG trajectory: text thinking T(1) → initial image I(1) → re-encoded image features I_f → improving text thinking T(2) → refined image I(2). This converts a single forward pass into a self-correction loop, so the final image is conditioned on the actual rendered first draft rather than only on the prompt. Training relies on six 'decomposed learning modes' that split the trajectory into text-thinking and full trajectory pieces, and on a two-stage schedule: first build reasoning and reflection from text-only supervision, then fine-tune the whole pipeline on full thinking-image trajectories. A custom classifier-free guidance scheme, contrasting the second pass wit
Load-bearing premise
The evidence that the second-turn reflection actually improves visual quality comes almost entirely from MLLM pairwise preferences (63.3% vs 36.7% in Table 7), not from the standard benchmarks, which score both turns about equally; if those judges are systematically biased toward the GPT-4o-distilled style used to create the training data, the claimed benefit of the refinement step is not established.
What would settle it
Blind human rating: show human raters side-by-side first-turn and second-turn IRG images for the same prompt, without revealing the trajectory, and ask which is better in fine-grained fidelity; if humans show no preference (or prefer the first turn) at scale, the reflection step's benefit collapses. A second check: compute GenEval/WISE/TIIF scores separately for the prompts where judges preferred the second turn; if benchmark scores do not rise on those prompts, the 'quality' being measured is not what the benchmarks capture.
If this is right
- Final images get two chances: the first pass locks in semantics and composition, the second pass can fix textures, shadows, and small structures, so instruction following and visual fidelity improve together instead of trading off.
- The reported 5–10 point jumps mean the gap between open unified models and tightly coupled systems such as GPT-4o shrinks substantially on compositional and knowledge-grounded benchmarks.
- Because text-only thinking supervision is data-efficient—roughly 50K samples per task—the recipe can be applied when full high-quality trajectory pairs are scarce, which is the normal situation for this kind of data.
- The framework is defined for n turns but tested with n=2, so the reported gains are a baseline for what additional refinement turns might add.
- Since the base model is a unified interleaved model, the same six-mode training objectives transfer to other unified backbones, not only the one used in the experiments.
Where Pith is reading between the lines
- Beyond the paper, the near-tie between first-turn and second-turn benchmark scores (Table 7) suggests standard T2I metrics may be insensitive to fine-grained visual quality; a dedicated human pairwise fidelity study would give the reflection step a measurable target.
- Because the loop only requires a model that natively emits interleaved text and images, the same re-encode-and-reflect pattern could transfer to video or 3D generation, where a cheap first draft is critiqued before the final render.
- With n defined generically, a natural extension is to run three or more turns to see where quality gains saturate, and to ablate the custom CFG image-conditioning term to separate inference strategy from trajectory data.
- The teacher-distilled data construction implies a testable scaling question: whether fully synthetic self-critique (the model criticizing its own first output) can replace GPT-4o-distilled pairs, which would make the recipe cheaper and more reproducible.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Interleaving Reasoning Generation (IRG), a text-to-image framework that extends single-step self-CoT generation to a two-turn 'text–image–text–image' pipeline. The model first generates textual thinking and an initial image, then reflects on that image to produce a refined image. To train this, the authors construct IRGL-300K, a dataset with six decomposed learning modes covering both text-only thinking tasks and full thinking–image trajectories, and propose a two-stage training scheme on top of the unified model BAGEL. Experiments report state-of-the-art results on GenEval, WISE, TIIF, GenAI-Bench, and OneIG-EN, with 5–10 point gains over the self-CoT baseline, plus an analysis claiming that the second reflection turn improves perceived visual quality according to MLLM pairwise comparisons.
Significance. If the central claim holds, the paper makes a useful empirical contribution: it shows that a unified multimodal model can be trained end-to-end to perform multi-turn interleaved reasoning for image refinement, and it provides a large, decomposed training recipe that improves several standard T2I benchmarks over a strong self-CoT baseline. The benchmark gains on GenEval, WISE, and TIIF relative to BAGEL w/ self-CoT are substantial and worth reporting. The main strength is the systematic training design and the scale of the curated dataset. However, the paper's distinctive element—the second-turn reflective refinement—is supported almost entirely by MLLM pairwise preference, and this is not yet sufficient to establish the advertised benefit of interleaving reasoning over single-turn self-CoT.
major comments (4)
- [§3.3, Table 7] The central load-bearing claim is that the second IRG turn improves generation quality. Table 7 directly contradicts this on the paper's own standard benchmarks: WISE drops from 0.79 to 0.77, GenAI-Bench is unchanged at 0.84, and TIIF changes only marginally (75.84/73.90 to 76.00/73.77). The only positive evidence is the MLLM pairwise rank score (63.3% vs. 36.7%). This is a potential confound: the improved images in Improving Full Learning are generated by GPT-4o (Sec. 2.2.3), and GPT-4o is also one of the three MLLM judges. A preference by the teacher model for images resembling its own output does not establish 'visual quality and fine-grained fidelity.' The paper needs either a human evaluation, a benchmark metric that moves in the same direction, or a clearly bias-controlled judge (e.g., a judge excluded from the teacher model family) with statistical significance/error bars.
- [§2.2.3, §3.3, Table 7] The MLLM judge setup is not adequately controlled. Qwen2.5-VL-72B is used both as the MLLM that generates the initial and improving thinking in the training-data pipeline and as the evaluator in Table 7. Similarly, GPT-4o is the source of the high-quality improved images and also an evaluator. The paper states that 'multiple MLLMs as judge mitigates evaluator-specific biases,' but it does not address the systematic overlap between the training-data teachers and the evaluators. This is not a circular derivation of the benchmark numbers, but it is a real risk for the only evidence supporting the refinement step. A concrete fix is to evaluate with a held-out human preference study or with an independent judge that was not involved in data construction.
- [§3.2, Table 6] The ablation in Table 6 does not isolate the contribution of the reflective second turn. Adding high-quality image training to BAGEL w/ self-CoT gives WISE 0.70→0.73 and TIIF 68.06/68.78→70.69/69.85. Adding the IRG pipeline raises WISE to 0.76 and GenAI-Bench to 0.83, and adding decomposed learning modes gives a further jump to WISE 0.77 and TIIF 76.00/73.77. The largest component is the decomposed text-thinking training, not the second-turn image refinement. Since the paper's title and abstract attribute the improvement to 'interleaving reasoning,' the authors should either decompose the contribution of the improving-think/improved-image turns more explicitly or temper the attribution. The current text in §3.3 acknowledges the benchmark tie but then asserts a visual-quality benefit; that assertion needs the stronger evidence requested above.
- [§3.1, §3.3] No error bars, repeated-seed variance, or statistical tests are reported anywhere in the main results or the Table 7 analysis. Given that several reported differences are 1–3 points on binary/compositional metrics and the Table 7 difference is a single pairwise preference aggregate, the experimental claims are not yet quantitatively robust. At minimum, the paper should report variance across multiple evaluation runs or a significance test for the 63.3% vs. 36.7% preference.
minor comments (6)
- [Abstract] Grammar: 'recently have achieve significant improvement' should be 'have recently achieved significant improvement.'
- [§2.1, Eq. (2)] The enc arrow notation is used for both the initial image and intermediate images, but it is not defined precisely. Clarify that I_f^(k) denotes the encoded representation of I_out^(k) and that only these features, rather than raw image tokens, are propagated.
- [§2.2.4] The two CFG guidance scales are both set to 2.0; no sensitivity analysis is provided. Since CFG design is presented as a contribution, a small ablation would strengthen the inference-strategy section.
- [§2.2.2] Improving Full Learning is described as 'the most crucial stage of IRG,' but Table 6 does not isolate it from Initial Full Learning. An ablation with only Initial Full + Improving Full vs. only Improving Full would clarify the contribution.
- [Related Work / Motivation] The motivation cites the first author's own GitHub repository (Huang, 2025) for interleaving reasoning. If this is non-archival, it should be supplemented with peer-reviewed or more broadly accepted references on multi-turn reasoning.
- [Table 7] The label 'IRG reasoning step 1' is ambiguous: it is defined as 'the initial image generated by IRG,' but it would be helpful to state explicitly that this is the image before the reflection turn, and whether it is generated under the same CFG settings as the final image.
Circularity Check
Second-turn 'quality' gain is validated only by the same MLLMs (GPT-4o, Qwen2.5-VL) that generated the training supervision for that turn; standard benchmarks show no gain.
specific steps
-
self definitional
[Sec. 2.2.3 (Improving Full Learning) + Sec. 3.3 (Table 7 analysis)]
"In the Improving Full Learning setting, GPT-4o is used to produce the improved image in the IRG trajectory. Given the prompt and the initial image from the base model, GPT-4o generates a higher-quality, prompt-consistent image, which we adopt as the improved image I(2)out in Eq. 9. ... Multiple MLLMs are employed as evaluators, including Qwen2.5-VL-72B (Bai et al., 2025), GPT-4o (OpenAI, 2025c), and UnifiedReward ..."
The paper's only positive evidence for the reflective second turn is the MLLM pairwise preference (Table 7: 63.3% vs 36.7%). The models used as judges are the same model families that produced the training targets for that turn: GPT-4o generated the 'improved' images used as I(2)out in Eq. 9, and Qwen2.5-VL generated the improving thinking. The model is trained to make I(2)out match GPT-4o's output, and then GPT-4o/Qwen-family judges are asked whether I(2)out is better than I(1)out. Thus 'improved visual quality' is defined by the teacher's own preference distribution, and the preference result is not independent confirmation. Table 7's own standard-benchmark rows show no gain (WISE 0.79→0.77; GenAI-Bench 0.84→0.84), so this self-referential judgment is the only support for the core interl
full rationale
The headline benchmark gains (5–10 points on GenEval, WISE, TIIF, GenAI-Bench, OneIG-EN) are measured on external, independently defined benchmarks, so the abstract's main quantitative claims are not circular. The training data are externally sourced (GPT-4o, Qwen2.5-VL, BAGEL), and no parameter is fitted to the test sets. However, the paper's distinctive contribution—the second, reflective turn—is not corroborated by those benchmarks: the paper itself states that 'two-turn IRG and the initial generated images achieve similar benchmark scores' and Table 7 shows WISE drops from 0.79 to 0.77. The only positive evidence is MLLM pairwise preference, and the judging models (GPT-4o, Qwen2.5-VL-72B) are the same model families used to generate the supervision for the improving step. This makes the validation of the interleaving benefit self-referential: the 'improved' target was defined by GPT-4o, and GPT-4o/Qwen-family models then serve as the arbiters of improvement. The self-citation to the first author's GitHub repository in Sec. 1 is a minor motivational citation and is not load-bearing, since the empirical claim about interleaving reasoning is also cited to OpenAI. Overall: partial circularity in the central sub-claim, while the external benchmark comparisons remain independent.
Axiom & Free-Parameter Ledger
free parameters (6)
- CFG guidance scale for image and text conditions =
2.0
- Number of refinement turns n =
2
- Stage-1 training steps =
2000
- Stage-2 training steps =
30000
- Per-task sample counts for four thinking tasks =
50000 each
- Improving Full Learning sample count =
~30000
axioms (5)
- domain assumption BAGEL natively supports interleaved text-image generation and multi-turn conditioning
- domain assumption GPT-4o-generated images are higher-quality and prompt-consistent enough to serve as training targets
- domain assumption Qwen2.5-VL can produce reasoning aligned with prompt-image pairs
- domain assumption MLLM judges reliably measure visual quality and instruction following
- standard math Classifier-free guidance equations (Ho and Salimans, 2022) apply in the multi-condition setting
Cite this review
Pith. "Pith review of Interleaving Reasoning for Better Text-to-Image Generation." pith.science (2026). https://pith.science/paper/F4VFV6XZ
@misc{pith2026250906945,
author = {Pith},
title = {Pith review of: Interleaving Reasoning for Better Text-to-Image Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/F4VFV6XZ}},
note = {Machine review of arXiv:2509.06945}
}
read the original abstract
Unified multimodal understanding and generation models recently have achieve significant improvement in image generation capability, yet a large gap remains in instruction following and detail preservation compared to systems that tightly couple comprehension with generation such as GPT-4o. Motivated by recent advances in interleaving reasoning, we explore whether such reasoning can further improve Text-to-Image (T2I) generation. We introduce Interleaving Reasoning Generation (IRG), a framework that alternates between text-based thinking and image synthesis: the model first produces a text-based thinking to guide an initial image, then reflects on the result to refine fine-grained details, visual quality, and aesthetics while preserving semantics. To train IRG effectively, we propose Interleaving Reasoning Generation Learning (IRGL), which targets two sub-goals: (1) strengthening the initial think-and-generate stage to establish core content and base quality, and (2) enabling high-quality textual reflection and faithful implementation of those refinements in a subsequent image. We curate IRGL-300K, a dataset organized into six decomposed learning modes that jointly cover learning text-based thinking, and full thinking-image trajectories. Starting from a unified foundation model that natively emits interleaved text-image outputs, our two-stage training first builds robust thinking and reflection, then efficiently tunes the IRG pipeline in the full thinking-image trajectory data. Extensive experiments show SoTA performance, yielding absolute gains of 5-10 points on GenEval, WISE, TIIF, GenAI-Bench, and OneIG-EN, alongside substantial improvements in visual quality and fine-grained fidelity. The code, model weights and datasets will be released in: https://github.com/Osilly/Interleaving-Reasoning-Generation .
Figures
Forward citations
Cited by 23 Pith papers
-
UniPath: Adaptive Coordination of Understanding and Generation for Unified Multimodal Reasoning
UniPath adaptively models coordination-path diversity in unified multimodal models by training a path-conditioned executor and using a lightweight planner for input-dependent selection, improving performance over fixe...
-
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD applies on-policy distillation to flow matching models via specialized teachers, cold-start initialization, and manifold anchor regularization, lifting GenEval from 63 to 92 and OCR from 59 to 94 on Stable Di...
-
Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent
Video-DeepResearch trains video agents with a two-stage SFT plus GRPO pipeline to do visual web searches before text searches, and introduces a 200-question benchmark requiring both video grounding and open-web knowledge.
-
IV-CoT: Implicit Visual Chain-of-Thought for Structure-Aware Text-to-Image Generation
IV-CoT introduces an implicit chain-of-thought framework that decomposes visual queries into a structural-to-semantic cascade with training-only sketch supervision to improve structure-aware text-to-image generation.
-
Reason, Then Re-reason: Cross-view Revisiting Improves Spatial Reasoning
ReRe boosts open-source MLLMs on spatial reasoning benchmarks VSI-Bench and STI-Bench to rival proprietary SOTA by using a two-phase Reason then Re-reason process with Geometry-to-Video novel view synthesis.
-
LatentUMM: Dual Latent Alignment for Unified Multimodal Models
LatentUMM proposes dual latent alignment at modality and capacity levels plus latent dynamics stabilization to reduce semantic drift and improve consistency in unified multimodal models.
-
Unlocking Complex Visual Generation via Closed-Loop Verified Reasoning
CLVR framework adds closed-loop visual verification, proxy prompt reinforcement learning, and delta-space weight merge to improve complex text-to-image generation over single-step or unverified multi-step baselines.
-
Unlocking Complex Visual Generation via Closed-Loop Verified Reasoning
CLVR couples verified logical planning with pixel diffusion, uses proxy reinforcement learning on distilled histories, and merges weights to cut inference to 4 NFEs while outperforming open-source T2I models on comple...
-
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD applies on-policy distillation to Flow Matching models through specialized teachers, cold-start initialization, task routing, and manifold regularization, lifting GenEval from 63 to 92 and OCR from 59 to 94 o...
-
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD applies on-policy distillation to flow-matching text-to-image models, lifting GenEval from 63 to 92 and OCR accuracy from 59 to 94 while preserving fidelity.
-
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD applies on-policy distillation to flow matching models, achieving GenEval of 92 and OCR accuracy of 94 on Stable Diffusion 3.5 Medium while avoiding the seesaw effect of multi-reward optimization.
-
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD is a two-stage on-policy distillation method for flow matching models that lifts GenEval from 63 to 92 and OCR from 59 to 94 on SD 3.5 Medium while preserving fidelity.
-
SCOPE: Structured Decomposition and Conditional Skill Orchestration for Complex Image Generation
SCOPE maintains semantic commitments via structured specifications and conditional skill orchestration, achieving 0.60 EGIP on the new Gen-Arena benchmark while outperforming baselines on WISE-V and MindBench.
-
Refinement via Regeneration: Enlarging Modification Space Boosts Image Refinement in Unified Multimodal Models
Refinement via Regeneration (RvR) reformulates image refinement in unified multimodal models as conditional regeneration using prompt and semantic tokens from the initial image, yielding higher alignment scores than e...
-
Meta-CoT: Enhancing Granularity and Generalization in Image Editing
Meta-CoT uses two-level decomposition of editing operations into meta-tasks and a CoT consistency reward to improve granularity and generalization, reporting 15.8% gains across 21 tasks.
-
TorchUMM: A Unified Multimodal Model Codebase for Evaluation, Analysis, and Post-training
TorchUMM is the first unified codebase and benchmark suite for multimodal understanding, generation, and editing across varied UMM models and datasets.
-
Learning Preference-Based Objectives from Clinical Narratives for Dynamic Sepsis Treatment
CN-PR learns offline-RL rewards for dynamic sepsis treatment from LLM-scored discharge-summary preferences, improving recovery metrics while matching mortality baselines.
-
Learning Preference-Based Objectives from Clinical Narratives for Dynamic Sepsis Treatment
CN-PR learns reward functions from LLM-derived preferences over clinical trajectories to improve RL policies for sequential treatment decisions, showing correlation with quality scores and better recovery outcomes.
-
How RL Unlocks the Aha Moment in Geometric Interleaved Reasoning
Reinforcement learning with three causal constraints enables multimodal models to internalize diagram-reasoning links in geometry, unlike SFT which only mimics surface format and harms performance.
-
IRG-MotionLLM: Interleaving Motion Generation, Assessment and Refinement for Text-to-Motion Generation
Interleaving motion generation with text-motion assessment and refinement improves alignment between generated human motion and goal text.
-
SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search
SimpleSearch-VL improves Qwen3-VL multimodal agent baselines by 15.8-16 points on average using 7K total training examples and reaches parity with Gemini-3-Pro on the 30B variant.
-
OmniVerifier-M1: Multimodal Meta-Verifier with Explicit Structured Recalibration
OmniVerifier-M1 is a generalist visual verifier using symbolic outputs for meta-verification and decoupled RL to outperform joint optimization for robust verification and agentic self-correction.
-
TorchUMM: A Unified Multimodal Model Codebase for Evaluation, Analysis, and Post-training
TorchUMM is the first unified codebase and benchmark suite for standardized evaluation of diverse unified multimodal models on understanding, generation, and editing tasks.
Reference graph
Works this paper leans on
-
[1]
Qwen2.5-vl technical report.arXiv preprint arXiv:2502.13923,
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-vl technical report.ar...
-
[4]
Emerging properties in unified multimodal pretraining.arXiv preprint arXiv:2505.14683,
Chaorui Deng, Deyao Zhu, Kunchang Li, Chenhui Gou, Feng Li, Zeyu Wang, Shu Zhong, Weihao Yu, Xiaonan Nie, Ziang Song, et al. Emerging properties in unified multimodal pretraining.arXiv preprint arXiv:2505.14683,
-
[5]
Rongyao Fang, Chengqi Duan, Kun Wang, Linjiang Huang, Hao Li, Shilin Yan, Hao Tian, Xingyu Zeng, Rui Zhao, Jifeng Dai, et al. Got: Unleashing reasoning capability of multimodal large language model for visual generation and editing.arXiv preprint arXiv:2503.10639,
-
[6]
Seed-x: Multimodal models with unified multi-granularity comprehension and generation
Yuying Ge, Sijie Zhao, Jinguo Zhu, Yixiao Ge, Kun Yi, Lin Song, Chen Li, Xiaohan Ding, and Ying Shan. Seed-x: Multimodal models with unified multi-granularity comprehension and generation. arXiv preprint arxiv:2404.14396,
-
[8]
Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598,
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598,
-
[9]
URL https://github.com/Osilly/ Awesome-Interleaving-Reasoning. Accessed 2025-08-19. Wenxuan Huang, Bohan Jia, Zijie Zhai, Shaosheng Cao, Zheyu Ye, Fei Zhao, Zhe Xu, Yao Hu, and Shaohui Lin. Vision-r1: Incentivizing reasoning capability in multimodal large language models. arXiv preprint arXiv:2503.06749,
Pith/arXiv arXiv 2025
-
[10]
Openai o1 system card.arXiv preprint arXiv:2412.16720,
Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card.arXiv preprint arXiv:2412.16720,
-
[11]
Dongzhi Jiang, Ziyu Guo, Renrui Zhang, Zhuofan Zong, Hao Li, Le Zhuo, Shilin Yan, Pheng-Ann Heng, and Hongsheng Li. T2i-r1: Reinforcing image generation with collaborative semantic-level and token-level cot.arXiv preprint arXiv:2505.00703,
-
[12]
URL https://github.com/black-forest-labs/flux. Baiqi Li, Zhiqiu Lin, Deepak Pathak, Jiayao Li, Yixin Fei, Kewen Wu, Tiffany Ling, Xide Xia, Pengchuan Zhang, Graham Neubig, and Deva Ramanan. Genai-bench: Evaluating and improving compositional text-to-visual generation, 2024a. URL https://arxiv.org/abs/2406. 13743. Daiqing Li, Aleks Kamko, Ehsan Akhgari, Al...
-
[13]
Chao Liao, Liyang Liu, Xun Wang, Zhengxiong Luo, Xinyu Zhang, Wenliang Zhao, Jie Wu, Liang Li, Zhi Tian, and Weilin Huang. Mogao: An omni foundation model for interleaved multi-modal generation.arXiv preprint arXiv:2505.05472,
-
[14]
Bin Lin, Zongjian Li, Xinhua Cheng, Yuwei Niu, Yang Ye, Xianyi He, Shenghai Yuan, Wangbo Yu, Shaodong Wang, Yunyang Ge, et al. Uniworld: High-resolution semantic encoders for unified visual understanding and generation.arXiv preprint arXiv:2506.03147,
-
[15]
World model on million-length video and language with ringattention.arXiv preprint arxiv:2402.08268,
Hao Liu, Wilson Yan, Matei Zaharia, and Pieter Abbeel. World model on million-length video and language with ringattention.arXiv preprint arxiv:2402.08268,
-
[16]
Unitok: A unified tokenizer for visual generation and understanding.arXiv preprint arXiv:2502.20321,
Chuofan Ma, Yi Jiang, Junfeng Wu, Jihan Yang, Xin Yu, Zehuan Yuan, Bingyue Peng, and Xiao- juan Qi. Unitok: A unified tokenizer for visual generation and understanding.arXiv preprint arXiv:2502.20321,
-
[17]
Yiyang Ma, Xingchao Liu, Xiaokang Chen, Wen Liu, Chengyue Wu, Zhiyu Wu, Zizheng Pan, Zhenda Xie, Haowei Zhang, Xingkai Yu, Liang Zhao, Yisong Wang, Jiaying Liu, and Chong Ruan. Janusflow: Harmonizing autoregression and rectified flow for unified multimodal understanding and generation.arXiv preprint arXiv:2411.07975,
-
[18]
URLhttps://github.com/midjourney. Yuwei Niu, Munan Ning, Mengren Zheng, Bin Lin, Peng Jin, Jiaqi Liao, Kunpeng Ning, Bin Zhu, and Li Yuan. Wise: A world knowledge-informed semantic evaluation for text-to-image generation. arXiv preprint arXiv:2503.07265,
-
[19]
OpenAI. Introducing deep research. OpenAI Blog, 2025a. URL https://openai.com/ index/introducing-deep-research/. Accessed 2025-08-19. OpenAI. Introducing openai o3 and o4-mini. OpenAI Blog, 2025b. URL https://openai. com/index/introducing-o3-and-o4-mini/. Accessed 2025-08-19. OpenAI. Introducing 4o image generation, 2025c. URL https://openai.com/index/ in...
Pith/arXiv arXiv 2025
-
[20]
Qi Qin, Le Zhuo, Yi Xin, Ruoyi Du, Zhen Li, Bin Fu, Yiting Lu, Jiakang Yuan, Xinyue Li, Dongyang Liu, et al. Lumina-image 2.0: A unified and efficient image generative framework.arXiv preprint arXiv:2503.21758,
-
[21]
Liao Qu, Huichao Zhang, Yiheng Liu, Xu Wang, Yi Jiang, Yiming Gao, Hu Ye, Daniel K Du, Zehuan Yuan, and Xinglong Wu. Tokenflow: Unified image tokenizer for multimodal understanding and generation.arXiv preprint arXiv:2412.03069,
-
[22]
Hierarchical text- conditional image generation with clip latents.arXiv preprint arxiv:2204.06125,
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text- conditional image generation with clip latents.arXiv preprint arxiv:2204.06125,
-
[24]
Chameleon: Mixed-modal early-fusion foundation models.arXiv preprint arXiv:2405.09818,
Chameleon Team. Chameleon: Mixed-modal early-fusion foundation models.arXiv preprint arXiv:2405.09818,
-
[25]
Shengbang Tong, David Fan, Jiachen Zhu, Yunyang Xiong, Xinlei Chen, Koustuv Sinha, Michael Rabbat, Yann LeCun, Saining Xie, and Zhuang Liu. Metamorph: Multimodal understanding and generation via instruction tuning.arXiv preprint arXiv:2412.14164,
-
[26]
Illume: Illuminating your llms to see, draw, and self-enhance.arXiv preprint arXiv:2412.06673, 2024a
Chunwei Wang, Guansong Lu, Junwei Yang, Runhui Huang, Jianhua Han, Lu Hou, Wei Zhang, and Hang Xu. Illume: Illuminating your llms to see, draw, and self-enhance.arXiv preprint arXiv:2412.06673, 2024a. Xinlong Wang, Xiaosong Zhang, Zhengxiong Luo, Quan Sun, Yufeng Cui, Jinsheng Wang, Fan Zhang, Yueze Wang, Zhen Li, Qiying Yu, et al. Emu3: Next-token predic...
-
[27]
URL https://arxiv.org/abs/2506. 02161. Chengyue Wu, Xiaokang Chen, Zhiyu Wu, Yiyang Ma, Xingchao Liu, Zizheng Pan, Wen Liu, Zhenda Xie, Xingkai Yu, Chong Ruan, et al. Janus: Decoupling visual encoding for unified multimodal understanding and generation. InProceedings of the Computer Vision and Pattern Recognition Conference, pp. 12966–12977, 2025a. Chenyu...
-
[28]
Show-o2: Improved native unified multimodal models.arXiv preprint arXiv:2506.15564, 2025b
Jinheng Xie, Zhenheng Yang, and Mike Zheng Shou. Show-o2: Improved native unified multimodal models.arXiv preprint arXiv:2506.15564, 2025b. Guowei Xu, Peng Jin, Ziang Wu, Hao Li, Yibing Song, Lichao Sun, and Li Yuan. Llava-cot: Let vision language models reason step-by-step.arXiv preprint arXiv:2411.10440,
-
[29]
Qwen3 technical report.arXiv preprint arXiv:2505.09388,
An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report.arXiv preprint arXiv:2505.09388,
-
[30]
Chunting Zhou, Lili Yu, Arun Babu, Kushal Tirumala, Michihiro Yasunaga, Leonid Shamis, Jacob Kahn, Xuezhe Ma, Luke Zettlemoyer, and Omer Levy. Transfusion: Predict the next token and diffuse images with one multi-modal model.arXiv preprint arxiv:2408.11039,
-
[31]
Le Zhuo, Liangbing Zhao, Sayak Paul, Yue Liao, Renrui Zhang, Yi Xin, Peng Gao, Mohamed Elhoseiny, and Hongsheng Li. From reflection to perfection: Scaling inference-time optimization for text-to-image diffusion models via reflection tuning.arXiv preprint arXiv:2504.16080,
-
[2022]
Weijia Shi, Xiaochuang Han, Chunting Zhou, Weixin Liang, Xi Victoria Lin, Luke Zettlemoyer, and Lili Yu. Llamafusion: Adapting pretrained language models for multimodal generation.arXiv preprint arXiv:2412.15188,
-
[2023]
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning.arXiv preprint arXiv:2501.12948,
-
[2024]
Shuang Chen, Yue Guo, Zhaochen Su, Yafu Li, Yulun Wu, Jiacheng Chen, Jiayu Chen, Weijie Wang, Xiaoye Qu, and Yu Cheng. Advancing multimodal reasoning: From optimized cold start to staged reinforcement learning.arXiv preprint arXiv:2506.04207, 2025b. Xiaokang Chen, Chengyue Wu, Zhiyu Wu, Yiyang Ma, Xingchao Liu, Zizheng Pan, Wen Liu, Zhenda Xie, Xingkai Yu...
-
[2025]
URLhttps://arxiv.org/abs/2506.07977. Jiuhai Chen, Zhiyang Xu, Xichen Pan, Yushi Hu, Can Qin, Tom Goldstein, Lifu Huang, Tianyi Zhou, Saining Xie, Silvio Savarese, et al. Blip3-o: A family of fully open unified multimodal models-architecture, training and dataset.arXiv preprint arXiv:2505.09568, 2025a. Junsong Chen, Chongjian Ge, Enze Xie, Yue Wu, Lewei Ya...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.