diff --git a/README.md b/README.md index 6c2465c..046c2ac 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # OCFGAN-GP -This repository contains code for the CVPR 2020 paper *[A Characteristic Function Approach to Deep Implicit Generative Modeling](https://arxiv.org/abs/1909.07425)*. In this paper, we proposed a method of training a Generative Adversarial Network (GAN) by minimizing the expected distance between empirical characteristic functions of the real and generated data distributions. The generator seeks to minimize what we term as the Empirical Characteristic Function Distance (ECFD), whereas the discriminator maximizes it. Given samples from a distribution, the empirical characteristic function is given by +This repository contains code for the CVPR 2020 paper (Oral) *[A Characteristic Function Approach to Deep Implicit Generative Modeling](https://arxiv.org/abs/1909.07425)*. In this paper, we propose a method of training a Generative Adversarial Network (GAN) by minimizing the expected distance between empirical characteristic functions of the real and generated data distributions. The generator seeks to minimize what we term as the Empirical Characteristic Function Distance (ECFD), whereas the discriminator maximizes it. Given samples from a distribution, the empirical characteristic function is given by

- +

and the ECFD between two distributions is given by

- +

@@ -87,4 +87,4 @@ Parts of the code/network structures in this repository have been adapted from t * [ozanciga/gans-with-pytorch](https://github.com/ozanciga/gans-with-pytorch) * [OctoberChang/MMD-GAN](https://github.com/OctoberChang/MMD-GAN) -* [mbinkowski/MMD-GAN](https://github.com/mbinkowski/MMD-GAN) \ No newline at end of file +* [mbinkowski/MMD-GAN](https://github.com/mbinkowski/MMD-GAN)