English

Revisiting Non-Autoregressive Transformers for Efficient Image Synthesis

Computer Vision and Pattern Recognition 2024-06-11 v1 Artificial Intelligence

Abstract

The field of image synthesis is currently flourishing due to the advancements in diffusion models. While diffusion models have been successful, their computational intensity has prompted the pursuit of more efficient alternatives. As a representative work, non-autoregressive Transformers (NATs) have been recognized for their rapid generation. However, a major drawback of these models is their inferior performance compared to diffusion models. In this paper, we aim to re-evaluate the full potential of NATs by revisiting the design of their training and inference strategies. Specifically, we identify the complexities in properly configuring these strategies and indicate the possible sub-optimality in existing heuristic-driven designs. Recognizing this, we propose to go beyond existing methods by directly solving the optimal strategies in an automatic framework. The resulting method, named AutoNAT, advances the performance boundaries of NATs notably, and is able to perform comparably with the latest diffusion models at a significantly reduced inference cost. The effectiveness of AutoNAT is validated on four benchmark datasets, i.e., ImageNet-256 & 512, MS-COCO, and CC3M. Our code is available at https://github.com/LeapLabTHU/ImprovedNAT.

Keywords

Cite

@article{arxiv.2406.05478,
  title  = {Revisiting Non-Autoregressive Transformers for Efficient Image Synthesis},
  author = {Zanlin Ni and Yulin Wang and Renping Zhou and Jiayi Guo and Jinyi Hu and Zhiyuan Liu and Shiji Song and Yuan Yao and Gao Huang},
  journal= {arXiv preprint arXiv:2406.05478},
  year   = {2024}
}

Comments

Accepted by CVPR2024

R2 v1 2026-06-28T16:58:14.454Z