Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Improved Transformer for High-Resolution GANs

About

Attention-based models, exemplified by the Transformer, can effectively model long range dependency, but suffer from the quadratic complexity of self-attention operation, making them difficult to be adopted for high-resolution image generation based on Generative Adversarial Networks (GANs). In this paper, we introduce two key ingredients to Transformer to address this challenge. First, in low-resolution stages of the generative process, standard global self-attention is replaced with the proposed multi-axis blocked self-attention which allows efficient mixing of local and global attention. Second, in high-resolution stages, we drop self-attention while only keeping multi-layer perceptrons reminiscent of the implicit neural function. To further improve the performance, we introduce an additional self-modulation component based on cross-attention. The resulting model, denoted as HiT, has a nearly linear computational complexity with respect to the image size and thus directly scales to synthesizing high definition images. We show in the experiments that the proposed HiT achieves state-of-the-art FID scores of 30.83 and 2.95 on unconditional ImageNet $128 \times 128$ and FFHQ $256 \times 256$, respectively, with a reasonable throughput. We believe the proposed HiT is an important milestone for generators in GANs which are completely free of convolutions. Our code is made publicly available at https://github.com/google-research/hit-gan

Long Zhao, Zizhao Zhang, Ting Chen, Dimitris N. Metaxas, Han Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Unconditional Image GenerationFFHQ 256x256
FID2.95
64
Image GenerationCelebA-HQ (test)
FID3.39
42
Image GenerationImageNet 1k (train)
FID30.83
29
Image GenerationFFHQ (test)
FID2.95
21
Unconditional image synthesisCelebA-HQ 256 x 256
FID3.39
16
Image GenerationFFHQ 256x256 50k (test)
FID2.58
15
Unconditional image synthesisFFHQ 1024
FID6.37
12
Unconditional Image GenerationImageNet 128x128 (train)
FID30.83
9
Image GenerationFFHQ 1024x1024 50k (test)
FID6.37
7
Image ReconstructionImageNet 256x256 (test)
FID6.37
5
Showing 10 of 11 rows

Other info

Code

Follow for update