2020

Feature Quantization Improves GAN Training

Zhao, Yang, Li, Chunyuan, Yu, Ping et al.

Understand

The instability in GAN training has been a long-standing problem despite remarkable research efforts.

  • We identify that instability issues stem from difficulties of performing feature matching with mini-batch statistics, due to a fragile balance between the fixed target distribution and the progressively generated distribution.
  • In this work, we propose Feature Quantization (FQ) for the discriminator, to embed both true and fake data samples into a shared discrete space.
  • The quantized values of FQ are constructed as an evolving dictionary, which is consistent with feature statistics of the recent distribution history.

Reading the bibliography…