MLLGFeb 13, 2019

Rethinking Generative Mode Coverage: A Pointwise Guaranteed Approach

arXiv:1902.04697v76 citations
AI Analysis

This addresses the issue of incomplete mode coverage in generative models for machine learning practitioners, offering a theoretical guarantee rather than an incremental heuristic improvement.

The paper tackles the problem of missing modes in generative models by proposing a pointwise guaranteed approach that ensures complete mode coverage through a mixture of generators, achieving better mode coverage than recent methods on real and synthetic datasets.

Many generative models have to combat $\textit{missing modes}$. The conventional wisdom to this end is by reducing through training a statistical distance (such as $f$-divergence) between the generated distribution and provided data distribution. But this is more of a heuristic than a guarantee. The statistical distance measures a $\textit{global}$, but not $\textit{local}$, similarity between two distributions. Even if it is small, it does not imply a plausible mode coverage. Rethinking this problem from a game-theoretic perspective, we show that a complete mode coverage is firmly attainable. If a generative model can approximate a data distribution moderately well under a global statistical distance measure, then we will be able to find a mixture of generators that collectively covers $\textit{every}$ data point and thus $\textit{every}$ mode, with a lower-bounded generation probability. Constructing the generator mixture has a connection to the multiplicative weights update rule, upon which we propose our algorithm. We prove that our algorithm guarantees complete mode coverage. And our experiments on real and synthetic datasets confirm better mode coverage over recent approaches, ones that also use generator mixtures but rely on global statistical distances.

Foundations

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

Your Notes