Unleashing the Potential of Large Language Models for Text-to-Image Generation through Autoregressive Representation Alignment
By: Xing Xie , Jiawei Liu , Ziyue Lin and more
Potential Business Impact:
Makes AI draw pictures that make sense.
We present Autoregressive Representation Alignment (ARRA), a new training framework that unlocks global-coherent text-to-image generation in autoregressive LLMs without architectural modifications. Different from prior works that require complex architectural redesigns, ARRA aligns LLM's hidden states with visual representations from external visual foundational models via a global visual alignment loss and a hybrid token, [object Object]. This token enforces dual constraints: local next-token prediction and global semantic distillation, enabling LLMs to implicitly learn spatial and contextual coherence while retaining their original autoregressive paradigm. Extensive experiments validate ARRA's plug-and-play versatility. When training T2I LLMs from scratch, ARRA reduces FID by 16.6% (ImageNet), 12.0% (LAION-COCO) for autoregressive LLMs like LlamaGen, without modifying original architecture and inference mechanism. For training from text-generation-only LLMs, ARRA reduces FID by 25.5% (MIMIC-CXR), 8.8% (DeepEyeNet) for advanced LLMs like Chameleon. For domain adaptation, ARRA aligns general-purpose LLMs with specialized models (e.g., BioMedCLIP), achieving an 18.6% FID reduction over direct fine-tuning on medical imaging (MIMIC-CXR). These results demonstrate that training objective redesign, rather than architectural modifications, can resolve cross-modal global coherence challenges. ARRA offers a complementary paradigm for advancing autoregressive models. The code is available at https://github.com/xiexing0916/ARRA.
Similar Papers
Improving Autoregressive Visual Generation with Cluster-Oriented Token Prediction
CV and Pattern Recognition
Makes AI draw better pictures faster.
REAR: Rethinking Visual Autoregressive Models via Generator-Tokenizer Consistency Regularization
CV and Pattern Recognition
Makes AI create better pictures from words.
IAR2: Improving Autoregressive Visual Generation with Semantic-Detail Associated Token Prediction
CV and Pattern Recognition
Makes AI draw pictures with more detail.