Generative Adversarial Learning via Kernel Density Discrimination
Abdelhak Lemkhenter, Adam Bielski, Alp Eren Sari, Paolo Favaro

TL;DR
This paper introduces KDD GAN, a new generative adversarial framework that uses kernel density estimates in feature space for improved distribution discrimination, leading to higher quality generated images.
Contribution
The paper proposes Kernel Density Discrimination GAN (KDD GAN), a novel approach that formulates training as a likelihood ratio optimization using KDE in feature space, enhancing stability and sample quality.
Findings
Improved FID scores by 10-40% over baseline.
KDD GAN demonstrates better-behaved gradients than hinge loss.
Effective on CIFAR10 and ImageNet datasets.
Abstract
We introduce Kernel Density Discrimination GAN (KDD GAN), a novel method for generative adversarial learning. KDD GAN formulates the training as a likelihood ratio optimization problem where the data distributions are written explicitly via (local) Kernel Density Estimates (KDE). This is inspired by the recent progress in contrastive learning and its relation to KDE. We define the KDEs directly in feature space and forgo the requirement of invertibility of the kernel feature mappings. In our approach, features are no longer optimized for linear separability, as in the original GAN formulation, but for the more general discrimination of distributions in the feature space. We analyze the gradient of our loss with respect to the feature representation and show that it is better behaved than that of the original hinge loss. We perform experiments with the proposed KDE-based loss, used…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · AI in cancer detection
MethodsContrastive Learning
