English

Lformer: Text-to-Image Generation with L-shape Block Parallel Decoding

Computer Vision and Pattern Recognition 2023-03-08 v1

Abstract

Generative transformers have shown their superiority in synthesizing high-fidelity and high-resolution images, such as good diversity and training stability. However, they suffer from the problem of slow generation since they need to generate a long token sequence autoregressively. To better accelerate the generative transformers while keeping good generation quality, we propose Lformer, a semi-autoregressive text-to-image generation model. Lformer firstly encodes an image into h×hh{\times}h discrete tokens, then divides these tokens into hh mirrored L-shape blocks from the top left to the bottom right and decodes the tokens in a block parallelly in each step. Lformer predicts the area adjacent to the previous context like autoregressive models thus it is more stable while accelerating. By leveraging the 2D structure of image tokens, Lformer achieves faster speed than the existing transformer-based methods while keeping good generation quality. Moreover, the pretrained Lformer can edit images without the requirement for finetuning. We can roll back to the early steps for regeneration or edit the image with a bounding box and a text prompt.

Keywords

Cite

@article{arxiv.2303.03800,
  title  = {Lformer: Text-to-Image Generation with L-shape Block Parallel Decoding},
  author = {Jiacheng Li and Longhui Wei and ZongYuan Zhan and Xin He and Siliang Tang and Qi Tian and Yueting Zhuang},
  journal= {arXiv preprint arXiv:2303.03800},
  year   = {2023}
}
R2 v1 2026-06-28T09:05:16.538Z