LDGen: Enhancing Text-to-Image Synthesis via Large Language Model-Driven Language Representation
Pengzhi Li, Pengfei Yu, Zide Liu, Wei He, Xuhao Pan, Xudong Rao, Tao Wei, Wei Chen
TL;DR
LDGen addresses multilingual limitations in text-to-image diffusion by integrating large language models through a language representation strategy, a lightweight LLM alignment adapter, and a cross-modal refiner. This framework enables zero-shot multilingual image generation with reduced training demand while improving prompt adherence and image aesthetics. Key contributions include the hierarchical captioning-based language representation, the two-stage LLM alignment, and the cross-modal refiner that enriches text features with visual context. The approach achieves substantial gains over baselines and approaches larger models on semantic alignment, offering practical benefits for multilingual T2I tasks under constrained compute.
Abstract
In this paper, we introduce LDGen, a novel method for integrating large language models (LLMs) into existing text-to-image diffusion models while minimizing computational demands. Traditional text encoders, such as CLIP and T5, exhibit limitations in multilingual processing, hindering image generation across diverse languages. We address these challenges by leveraging the advanced capabilities of LLMs. Our approach employs a language representation strategy that applies hierarchical caption optimization and human instruction techniques to derive precise semantic information,. Subsequently, we incorporate a lightweight adapter and a cross-modal refiner to facilitate efficient feature alignment and interaction between LLMs and image features. LDGen reduces training time and enables zero-shot multilingual image generation. Experimental results indicate that our method surpasses baseline models in both prompt adherence and image aesthetic quality, while seamlessly supporting multiple languages. Project page: https://zrealli.github.io/LDGen.
