paper-with-me

홈 › Papers

Revisiting Non-Autoregressive Transformers for Efficient Image Synthesis

2024-06-08 · CVPR 2024 1 · Zanlin Ni, Yulin Wang, Renping Zhou, Jiayi Guo, Jinyi Hu, Zhiyuan Liu, Shiji Song, Yuan YAO, Gao Huang

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.

📄 PDF Abstract BibTeX arXiv:2406.05478

Code (1)

leaplabthu/improvednat 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

IconShop: Text-Guided Vector Icon Synthesis with Autoregressive Transformers

2023-04-27 · Ronghuan Wu, Wanchao Su, Kede Ma, Jing Liao

Scalable Vector Graphics (SVG) is a popular vector image format that offers good support for interactivity and animation. Despite its appealing characteristics, creating custom SVG content can be challenging for users du…

DiversityImage GenerationText to Image GenerationText-to-Image Generation+1

The Image Local Autoregressive Transformer

2021-06-04 · NeurIPS 2021 12 · Chenjie Cao, Yuxin Hong, Xiang Li, Chengrong Wang 외

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 applyin…

Image Generation

Taming Transformers for High-Resolution Image Synthesis

2020-12-17 · CVPR 2021 1 · Patrick Esser, Robin Rombach, Björn Ommer

Designed to learn long-range interactions on sequential data, transformers continue to show state-of-the-art results on a wide variety of tasks. In contrast to CNNs, they contain no inductive bias that prioritizes local …

DeepFake DetectionImage GenerationImage OutpaintingImage Reconstruction+4

Revisiting the Markov Property for Machine Translation

2024-02-03 · Cunxiao Du, Hao Zhou, Zhaopeng Tu, Jing Jiang

In this paper, we re-examine the Markov property in the context of neural machine translation. We design a Markov Autoregressive Transformer~(MAT) and undertake a comprehensive assessment of its performance across four W…

Machine TranslationTranslation

Visual Prompt Tuning for Generative Transfer Learning

2022-10-03 · CVPR 2023 1 · Kihyuk Sohn, Yuan Hao, José Lezama, Luisa Polania 외

Transferring knowledge from an image synthesis model trained on a large dataset is a promising direction for learning generative image models from various domains efficiently. While previous works have studied GAN models…

Image GenerationTransfer LearningVisual Prompt Tuning