TL;DR
Qwen-Image-2.0 unifies text-to-image generation and editing via Qwen3-VL encoder, MMDiT backbone, and 16× compression VAE with RLHF. It excels in long-text rendering, multilingual typography, and 2K photorealism, ranking #9 globally on LMArena (ELO 1168).

论文原始摘要

We present Qwen-Image-2.0, an omni-capable image generation foundation model that unifies high-fidelity generation and precise image editing within a single framework. Despite recent progress, existing models still struggle with ultra-long text rendering, multilingual typography, high-resolution photorealism, robust instruction following, and efficient deployment, especially in text-rich and compositionally complex scenarios. Qwen-Image-2.0 addresses these challenges by coupling Qwen3-VL as the condition encoder with a Multimodal Diffusion Transformer for joint condition-target modeling, supported by large-scale data curation and a customized multi-stage training pipeline. This enables strong multimodal understanding while preserving flexible generation and editing capabilities. The model supports instructions of up to 1K tokens for generating text-rich content such as slides, posters, infographics, and comics, while significantly improving multilingual text fidelity and typography. It also enhances photorealistic generation with richer details, more realistic textures, and coherent lighting, and follows complex prompts more reliably across diverse styles. Extensive human evaluations show that Qwen-Image-2.0 substantially outperforms previous Qwen-Image models in both generation and editing, marking a step toward more general, reliable, and practical image generation foundation models.

Paper Collector 中文速览

统一高保真图像生成与精确编辑的通用模型

方法概述

耦合Qwen3-VL作为条件编码器与多模态扩散Transformer进行联合建模,通过大规模数据精选和定制多阶段训练管道,支持最长1K token指令生成文本丰富内容。

核心贡献

提出Qwen-Image-2.0,将Qwen3-VL与多模态扩散Transformer结合,实现长文本渲染、多语言排版、高分辨率照片级生成及精确编辑。

原始来源与核验范围

核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。

15
已证实
24
证据不足
2
无法验证
N/A
可复现性
置信度
62%

核心问题

How can we build a unified image generation system that simultaneously addresses key bottlenecks in ultra-long text rendering, multilingual typography, high-resolution photorealism, and computational efficiency?

核心方法

The architecture combines a Qwen3-VL multimodal encoder, MMDiT backbone, and high-compression VAE with 16× spatial downsampling. Training follows a multi-stage pipeline including pre-training, continual pre-training, supervised fine-tuning, and RLHF with five task-specific reward models. A Prompt Enhancer module and Distribution Matching Distillation further improve generation quality and inference efficiency.

方法组件

论点验证

证据不足 (60%) we present Qwen-Image-2.0, an image generation foundation model that unifies text-to-image generation and image editing within a single framework.
已证实 (85%) we introduce a high-compression Variational Autoencoder (VAE) with a 16× spatial downsampling ratio, incorporating residual autoencoding, enlarged latent channels, and a semantic alignment loss to balance compression efficiency, reconstruction fidelity, and latent diffusability.
The paper provides detailed architectural specifications for the VAE: 16× spatial downsampling ratio (p_32), residual autoencoding with non-parametric shortcut connections (p_34), 64 latent channels (p_34), and semantic alignment loss (p_35). Table 1
证据不足 (55%) we construct a fine-grained captioning framework tailored to different task types and image characteristics. Specifically, we design dedicated captioning schemes for General captions, Text captions, Knowledge captions, and Structured captions.
证据不足 (45%) we design and introduce a highly automated Data Flywheel System. As illustrated in Figure 7, this system comprises a closed loop consisting of three core stages
证据不足 (50%) we introduce the Prompt Enhancer (PE), a rewriting module that converts user queries of varying specificity into structured, detail-rich prompts, enabling the downstream generator to better capture the intended visual design across diverse tasks.
证据不足 (55%) we develop an RLHF pipeline that refines the base diffusion model through multi-dimensional reward signals and a sample-efficient optimization algorithm.
证据不足 (50%) We construct task-specific composite reward models from distinct human preference annotation datasets, with each model targeting a particular evaluation dimension: Aesthetic reward, Image-text alignment reward, Portrait reward, Instruction-following reward, and Visual consistency reward.
证据不足 (50%) Qwen-Image-2.0 supports prompts of up to 1K tokens and can directly produce text-dense visual outputs such as slides, posters, and infographics, with substantially improved glyph fidelity over prior systems.
证据不足 (45%) With native 2K-resolution support, Qwen-Image-2.0 produces finer texture detail, more coherent lighting, and more realistic materials across portraits, natural scenes, and architectural imagery.
Native 2K resolution support is mentioned (p_11), but there are no quantitative evaluations of texture detail, lighting coherence, or material realism. The claim uses subjective descriptors without measurable metrics.
证据不足 (55%) A single model supports both text-to-image generation and instruction-based image editing under a unified architecture and training paradigm.
The unified architecture is described and qualitative results are shown for both T2I and TI2I tasks. However, there is no quantitative comparison to specialized models or metrics showing the unified model performs well on both tasks simultaneously.
证据不足 (50%) Whereas existing open-source VAEs typically adopt an 8× compression ratio, we employ a 16× ratio to further accelerate DiT training.
The 16× compression ratio is clearly specified (p_32), but the claimed benefit of 'further accelerate DiT training' is not quantitatively demonstrated. No training time comparisons or speedup metrics are provided.
已证实 (85%) we adopt a residual autoencoder architecture, which incorporates non-parametric shortcut connections to better preserve fine-grained spatial details. In addition, we increase the latent dimensionality to 64 channels.
The design choice is clearly specified with architectural details: residual autoencoder with non-parametric shortcut connections and 64 latent channels (p_34). The f16c64 configuration is explicitly named.
已证实 (80%) we follow VA-VAE and introduce a semantic alignment loss in addition to conventional reconstruction objectives.
The semantic alignment loss is clearly described (p_35) with reference to VA-VAE prior work and explanation of its purpose.
已证实 (80%) we remove the adversarial objective to improve training stability.
The removal of adversarial objective is clearly stated (p_35) with the motivation of improving training stability, and reference to consistent findings in prior work.
已证实 (85%) To encode positional information across both textual and visual tokens in a unified manner, we employ MSRoPE within the attention module.
MSRoPE for cross-modal positional encoding is clearly specified (p_39) with reference to prior work (Wu et al., 2025).
已证实 (85%) For the modulation module, we remove the bias term and adopt a purely multiplicative modulation formulation
The bias-free multiplicative modulation is clearly specified (p_39-40) with mathematical formulation showing the purely multiplicative form.
已证实 (85%) we introduce a SwiGLU module into the Multilayer Perceptron (MLP) layers.
The SwiGLU module introduction is clearly specified (p_41-42) with mathematical formulation.
已证实 (90%) The training data consists of a 9:1 mixture of T2I and TI2I data. The learning rate is set to 1 × 10 -4
The pre-training stage configuration is clearly specified with exact values: 9:1 T2I:TI2I mixture and 1×10^-4 learning rate (p_54).
已证实 (90%) The data distribution is adjusted to a 7:3 mixture of T2I and TI2I data. The learning rate is reduced to 2 × 10 -5
The continual pre-training stage configuration is clearly specified with exact values: 7:3 T2I:TI2I mixture and 2×10^-5 learning rate (p_55).
已证实 (80%) In our RLHF pipeline, we adopt a hybrid strategy: CFG is used during rollout sampling to generate high-quality candidates for reward evaluation, while the unconditional branch is excluded from the policy optimization objective.
The hybrid CFG strategy is clearly described (p_64) with explanation of using CFG during rollout sampling while excluding the unconditional branch from policy optimization.

... 共 41 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限与证据边界

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-16T01:06:25+00:00 · 数据来源:Paper Collector