Kolmogorov-Smirnov GAN
Maciej Falkiewicz, Naoya Takeishi, Alexandros Kalousis
TL;DR
KSGAN introduces a Generalized Kolmogorov–Smirnov distance objective for training deep implicit generative models, replacing traditional divergences with a metric-based criterion derived from multidimensional KS theory. The framework uses neural level-set critics to implicitly model generalized quantiles and optimizes a generator to minimize $D_{\mathrm{GKS}}$, aided by an energy-based critic and auxiliary objectives. Empirical results on synthetic data, MNIST, and CIFAR-10 demonstrate competitive performance and improved training stability, with reduced sensitivity to hyperparameters and lower variance across initializations. The work connects KS-based distribution metrics to adversarial learning, offering a principled alternative to Wasserstein- or MMD-based GAN variants and suggesting avenues for future exploration of generalized quantile representations and critic design.
Abstract
We propose a novel deep generative model, the Kolmogorov-Smirnov Generative Adversarial Network (KSGAN). Unlike existing approaches, KSGAN formulates the learning process as a minimization of the Kolmogorov-Smirnov (KS) distance, generalized to handle multivariate distributions. This distance is calculated using the quantile function, which acts as the critic in the adversarial training process. We formally demonstrate that minimizing the KS distance leads to the trained approximate distribution aligning with the target distribution. We propose an efficient implementation and evaluate its effectiveness through experiments. The results show that KSGAN performs on par with existing adversarial methods, exhibiting stability during training, resistance to mode dropping and collapse, and tolerance to variations in hyperparameter settings. Additionally, we review the literature on the Generalized KS test and discuss the connections between KSGAN and existing adversarial generative models.
