SOTAVerified

Alias-Free Generative Adversarial Networks

2021-06-23NeurIPS 2021Code Available3· sign in to hype

Tero Karras, Miika Aittala, Samuli Laine, Erik Härkönen, Janne Hellsten, Jaakko Lehtinen, Timo Aila

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We observe that despite their hierarchical convolutional nature, the synthesis process of typical generative adversarial networks depends on absolute pixel coordinates in an unhealthy manner. This manifests itself as, e.g., detail appearing to be glued to image coordinates instead of the surfaces of depicted objects. We trace the root cause to careless signal processing that causes aliasing in the generator network. Interpreting all signals in the network as continuous, we derive generally applicable, small architectural changes that guarantee that unwanted information cannot leak into the hierarchical synthesis process. The resulting networks match the FID of StyleGAN2 but differ dramatically in their internal representations, and they are fully equivariant to translation and rotation even at subpixel scales. Our results pave the way for generative models better suited for video and animation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AFHQV2Alias-Free-TFID4.04Unverified
AFHQV2StyleGAN2FID4.62Unverified
AFHQV2Alias-Free-RFID4.4Unverified
FFHQ 1024 x 1024StyleGAN3-TFID2.79Unverified
FFHQ 1024 x 1024StyleGAN3-RFID3.07Unverified
FFHQ-UStyleGAN2 + No noise inputsFID4.54Unverified
FFHQ-UStyleGAN2 + Flexible layers (Alias-Free-T)FID4.62Unverified
FFHQ-UStyleGAN2 + Transformed Fourier featuresFID4.64Unverified
FFHQ-UStyleGAN2 + Fourier featuresFID4.79Unverified
FFHQ-UStyleGAN2FID5.14Unverified
FFHQ-UStyleGAN2 + Simplified generatorFID5.21Unverified
FFHQ-UStyleGAN2 + Boundaries & upsamplingFID6.02Unverified
FFHQ-UStyleGAN2 + Filtered nonlinearitiesFID6.35Unverified
FFHQ-UStyleGAN2 + Non-critical samplingFID4.78Unverified
FFHQ-UAlias-Free-RFID3.66Unverified
FFHQ-UAlias-Free-TFID3.67Unverified
FFHQ-UStyleGAN2 (70000 img, 1024^2, train from scratch)FID3.79Unverified
FFHQ-UStyleGAN2 + Rotation equiv. (Alias-Free-R)FID4.5Unverified
MetFaces-UAlias-Free-RFID18.75Unverified
MetFaces-UAlias-Free-TFID18.75Unverified
MetFaces-UStyleGAN2FID18.98Unverified

Reproductions