LGMLApr 6, 2021

Leverage Score Sampling for Complete Mode Coverage in Generative Adversarial Networks

arXiv:2104.02373v3
Originality Incremental advance
AI Analysis

This addresses the issue of incomplete mode coverage in generative modeling, which is important for applications requiring diverse data generation, but it appears incremental as it builds on existing GAN frameworks.

The paper tackles the problem of generative models overlooking underrepresented modes in data by proposing a ridge leverage score sampling procedure that significantly improves mode coverage compared to standard methods and can be combined with any GAN.

Commonly, machine learning models minimize an empirical expectation. As a result, the trained models typically perform well for the majority of the data but the performance may deteriorate in less dense regions of the dataset. This issue also arises in generative modeling. A generative model may overlook underrepresented modes that are less frequent in the empirical data distribution. This problem is known as complete mode coverage. We propose a sampling procedure based on ridge leverage scores which significantly improves mode coverage when compared to standard methods and can easily be combined with any GAN. Ridge leverage scores are computed by using an explicit feature map, associated with the next-to-last layer of a GAN discriminator or of a pre-trained network, or by using an implicit feature map corresponding to a Gaussian kernel. Multiple evaluations against recent approaches of complete mode coverage show a clear improvement when using the proposed sampling strategy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes