This paper introduces ARM, a discrete representation-based AutoRegressive Model that unifies image understanding, generation, and editing within a next-token prediction framework. ARM is built on three efforts: first, we train a discrete semantic visual tokenizer that maps images into compact token sequences. Our tokenizer is supervised with multiple objectives that jointly promote semantic discriminability, language alignment and faithful reconstruction, thereby supporting diverse tasks in a shared latent space. With this, we train a 7B autoregressive model over large-scale text and image token sequences, seamlessly developing vision-language perception and generation capabilities. Finally, to further improve preference-aligned behavior for text-to-image generation and instruction-guided editing, ARM applies reinforcement learning (RL) to optimize task-level objectives such as visual quality, instruction adherence, and edit consistency. Surprisingly, the results show that RL not only substantially improves performance on the target tasks (e.g., raising WISE overall from 0.50 to 0.56, GEdit-Bench-EN G_O from 5.75 to 6.68), but also induces cross-task synergy between text-to-image generation and editing. Collectively, these findings highlight autoregressive modeling, when paired with strong representations and preference optimization, as a scalable foundation for multimodal intelligence. Code: https://github.com/wdrink/ARM.
翻译:本文介绍ARM,这是一种基于离散表示的自回归模型,能在下一个词元预测框架内统一实现图像理解、生成与编辑。ARM的构建基于三方面努力:首先,我们训练了一种离散语义视觉分词器,将图像映射为紧凑的词元序列。该分词器通过多目标监督学习,联合促进语义可辨别性、语言对齐与忠实重构,从而在共享潜空间中支持多样任务。基于此,我们在大规模文本和图像词元序列上训练了一个7B自回归模型,无缝发展视觉-语言感知与生成能力。最后,为进一步提升文本到图像生成与指令引导编辑中的偏好对齐行为,ARM应用强化学习(RL)优化任务级目标,如视觉质量、指令遵循度与编辑一致性。令人惊讶的是,结果表明RL不仅显著提升了目标任务性能(例如,将WISE综合得分从0.50提升至0.56,GEdit-Bench-EN的G_O从5.75提升至6.68),还引发了文本到图像生成与编辑之间的跨任务协同效应。这些发现共同凸显了自回归建模——当与强大表示和偏好优化相结合时——作为多模态智能可扩展基础架构的潜力。代码:https://github.com/wdrink/ARM。