You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We study the impact of weighting hyperparameter (\lambda) for CE regularizer. The performance of image generation is evaluated by inception score (ICP), and image reconstruction is evaluted by mean square error (MSE).
Best ICP=9.279 ± 0.07, and MSE=0.0803 ± 0.007, when \lambda=1
Note: we pre-trained a "perfect" MNIST classifier (100% training accuracy) to compute the inception score for MNIST.
Image Generation
Image Reconstruction
CIFAR
Best ICP=6.015 ± 0.0284, and MSE=0.4155 ± 0.2015, when \lambda=1e-6. Larger \lambda leads to lower MSE.
If you use this code for your research, please cite our paper:
@article{li2017alice,
title={ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching},
author={Li, Chunyuan and Liu, Hao and Chen, Changyou and Pu, Yunchen and Chen, Liqun and Henao, Ricardo and Carin, Lawrence},
journal={Neural Information Processing Systems (NIPS)},
year={2017}
}
About
NIPS 2017: ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching