MMD GAN: Towards Deeper Understanding of Moment Matching Network
About
Generative moment matching network (GMMN) is a deep generative model that differs from Generative Adversarial Network (GAN) by replacing the discriminator in GAN with a two-sample test based on kernel maximum mean discrepancy (MMD). Although some theoretical guarantees of MMD have been studied, the empirical performance of GMMN is still not as competitive as that of GAN on challenging and large benchmark datasets. The computational efficiency of GMMN is also less desirable in comparison with GAN, partially due to its requirement for a rather large batch size during the training. In this paper, we propose to improve both the model expressiveness of GMMN and its computational efficiency by introducing adversarial kernel learning techniques, as the replacement of a fixed Gaussian kernel in the original GMMN. The new approach combines the key ideas in both GMMN and GAN, hence we name it MMD GAN. The new distance measure in MMD GAN is a meaningful loss that enjoys the advantage of weak topology and can be optimized via gradient descent with relatively small batch sizes. In our evaluation on multiple benchmark datasets, including MNIST, CIFAR- 10, CelebA and LSUN, the performance of MMD-GAN significantly outperforms GMMN, and is competitive with other representative GAN works.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Generation | CIFAR-10 (test) | -- | 471 | |
| Image Generation | CelebA 64 x 64 (test) | FID6.79 | 203 | |
| Image Generation | CIFAR-10 | -- | 178 | |
| Image Generation | CIFAR10 32x32 (test) | FID16.21 | 154 | |
| Image Generation | STL-10 | FID47.2 | 66 | |
| Image Generation | STL-10 (test) | Inception Score6.07 | 59 | |
| Behavior Decoding | NHP motor cortex (Inter-Subject) | R^2-6.31 | 9 | |
| Behavior Decoding | NHP motor cortex (Cross-Day) | R^2-0.0996 | 9 | |
| Image Generation | STL-10 48 x 48 (test) | IS9.36 | 8 | |
| Neural Decoding | rat hippocampus dataset (across sessions) | R^20.2173 | 7 |