Text-to-image generation has traditionally focused on finding better modeling assumptions for training on a fixed dataset. These assumptions might involve complex architectures, auxiliary losses, or side information such as object part labels or segmentation masks supplied during training. We describe a simple approach for this task based on a transformer that autoregressively models the text and image tokens as a single stream of data. With sufficient data and scale, our approach is competitive with previous domain-specific models when evaluated in a zero-shot fashion.
核心贡献 · Key contributions
提出一种基于 Transformer 的简单方法,通过将文本和图像令牌建模为单一数据流,实现零样本文本到图像生成。 Proposes a simple transformer-based approach for zero-shot text-to-image generation by modeling text and image tokens as a single data stream.
证明扩展数据规模和模型规模(120 亿参数)可生成高保真、灵活的图像,与领域特定模型竞争。 Demonstrates that scaling data and model size (12-billion parameters) yields high-fidelity, flexible image generation competitive with domain-specific models.
引入两阶段训练流程:离散 VAE 用于图像压缩,自回归 Transformer 用于联合文本-图像建模。 Introduces a two-stage training procedure with a discrete VAE for image compression and an autoregressive transformer for joint text-image modeling.
在 MS-COCO 上实现最先进的零样本性能,人类评估者 90%的情况下偏好本方法。 Achieves state-of-the-art zero-shot performance on MS-COCO, preferred by human evaluators 90% of the time over prior work.
展示单一生成模型涌现的零样本图像到图像翻译和组合泛化等能力。 Shows emergent capabilities like zero-shot image-to-image translation and combinatorial generalization from a single generative model.
开发大规模 Transformer 稳定训练的实用技术,包括逐残差块梯度缩放和 PowerSGD 压缩。 Develops practical techniques for stable training of large-scale transformers, including per-resblock gradient scaling and PowerSGD compression.
局限 · Limitations
通过 dVAE 的强图像压缩限制了高频细节生成,在 CUB 等专业数据集上降低 FID/IS。 Heavy image compression via dVAE limits high-frequency detail generation, reducing FID/IS on specialized datasets like CUB.
在专业分布(如 CUB 鸟类)上的零样本性能显著差于领域特定模型。 Zero-shot performance on specialized distributions (e.g., CUB birds) is significantly worse than domain-specific models.