Image-only pretraining helps build a strong open image generator

LLaDA-Image combines a six-billion-parameter diffusion transformer with a frozen vision-language module, while its distilled version generates images in two to four sampling steps.

PaperIndependentcs.CVarXiv:2609.03796v1
Chuyan Chen · Haoxing Chen · Kun Chen · Zhenglin Cheng · Long Cui · Ruishan Fang · +24 more
Research Digest··2 min read
The authors trained a 6B diffusion transformer from scratch, first using image-only pretraining and mid-training to establish a visual generative prior before relying more heavily on image-text supervision. They report leading Qwen-Image-Bench scores among open-source models in both English and Chinese, and release the model weights, code, and training recipes.

What they did

The authors built LLaDA-Image around a 6B Diffusion Transformer, or DiT, paired with a frozen vision-language understanding module based on the LLaDA2.0-Mini diffusion language model. Training begins with image-only pretraining and mid-training rather than depending on paired image-text data from the outset.

The DiT uses parameter-free RMSNorm and the Muon optimizer. The authors also distilled the model into LLaDA-Image-Turbo for inference with two to four sampling steps.

Key findings

  • LLaDA-Image scored 53.53 on the English track and 53.38 on the Chinese track of Qwen-Image-Bench.
  • The authors report that these are the highest overall scores among the open-source models evaluated on both tracks.
  • The same framework supports image generation and fine-grained instruction-based editing, with the authors reporting photorealistic outputs and accurate instruction following.
  • LLaDA-Image-Turbo reduces generation to two to four sampling steps, although the abstract does not provide corresponding quality or latency measurements.

Why it matters

The work suggests that a strong visual prior can be developed through image-only training before extensive image-text alignment, potentially reducing dependence on paired datasets. Releasing weights, code, and detailed recipes also makes the training and optimization choices more inspectable and reproducible than those of closed image generators.

Caveats

The supplied abstract does not describe benchmark baselines, human evaluations, compute requirements, data provenance, or safety testing. It states that the generation pipeline contains 220 million samples but says only that “98” are real images, without a unit or percentage sign, leaving the dataset composition unclear; the claimed open-source state of the art therefore requires confirmation from the full experimental details.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.