Episode

LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes

Podcast
Daily Paper Cast
Published
Sep 4, 2026
Duration seconds
1369
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/57ee1150
Audio
https://media.transistor.fm/57ee1150/c1e97cab.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/llada-image-building-strong-image-generators-with-fully-open-training-recipes
Markdown
/podcast/daily-paper-cast-7079649/llada-image-building-strong-image-generators-with-fully-open-training-recipes.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/llada-image-building-strong-image-generators-with-fully-open-training-recipes/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/llada-image-building-strong-image-generators-with-fully-open-training-recipes.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 75 | cs.CV, cs.AI Authors: Chuyan Chen, Haoxing Chen, Kun Chen, Zhenglin Cheng, Long Cui, Ruishan Fang, Zhangxuan Gu, Zhicheng Huang, Zhenzhong Lan, Yuanting Lei, Haoquan Li, Jianguo Li, Rongchuan Li, Sidu Li, Tao Lin, Deyuan Liu, Jiacheng Liu, Lin Liu, Yuxuan Lou, Zhisheng Lu, Yuxin Ma, Shuheng Shen, Peng Sun, Chaoyang Wang, Hongjun Wang, Xiaomei Wang, Yongxin Wang, Chengzhang Wu, Hongru Wu, Jun Xie Title: LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes Arxiv: http://arxiv.org/abs/2609.03796v1 Abstract: We introduce LLaDA-Image, a unified framework that pairs a 6B Diffusion Transformer (DiT) trained from scratch with a frozen vision-language understanding module built on the LLaDA2.0-Mini diffusion language model backbone. Instead of relying heavily on paired image-text data from the beginning, we first build a strong visual generative prior through image-only pre-training and mid-training. The generation pipeline comprises 220M samples, 98 of which are real images. For efficient and scalable optimization, we use parameter-free RMSNorm throughout the DiT together with the Muon optimizer. The resulting unified model produces highly photorealistic images while accurately following fine-grained editing instructions. We further distill LLaDA-Image into LLaDA-Image-Turbo, enabling fast inference in 2-4 sampling steps. On Qwen-Image-Bench, LLaDA-Image achieves overall scores of 53.53 and 53.38 on the English and Chinese tracks, respectively, setting a new state-of-the-art among open-source models on both tracks. To support further research on capable and efficient generative models, we release our model weights, training code, and detailed recipes.