English

The Image Local Autoregressive Transformer

Computer Vision and Pattern Recognition 2021-10-19 v2 Image and Video Processing

Abstract

Recently, AutoRegressive (AR) models for the whole image generation empowered by transformers have achieved comparable or even better performance to Generative Adversarial Networks (GANs). Unfortunately, directly applying such AR models to edit/change local image regions, may suffer from the problems of missing global information, slow inference speed, and information leakage of local guidance. To address these limitations, we propose a novel model -- image Local Autoregressive Transformer (iLAT), to better facilitate the locally guided image synthesis. Our iLAT learns the novel local discrete representations, by the newly proposed local autoregressive (LA) transformer of the attention mask and convolution mechanism. Thus iLAT can efficiently synthesize the local image regions by key guidance information. Our iLAT is evaluated on various locally guided image syntheses, such as pose-guided person image synthesis and face editing. Both the quantitative and qualitative results show the efficacy of our model.

Keywords

Cite

@article{arxiv.2106.02514,
  title  = {The Image Local Autoregressive Transformer},
  author = {Chenjie Cao and Yuxin Hong and Xiang Li and Chengrong Wang and Chengming Xu and XiangYang Xue and Yanwei Fu},
  journal= {arXiv preprint arXiv:2106.02514},
  year   = {2021}
}

Comments

Accepted by NeurIPS2021

R2 v1 2026-06-24T02:50:33.629Z