LGPFMEMLOct 4, 2021

A moment-matching metric for latent variable generative models

arXiv:2111.00875v2
Originality Incremental advance
AI Analysis

This addresses the challenge of model assessment in unsupervised learning for researchers and practitioners using latent variable models, though it is incremental as it builds on existing moment-based ideas.

The paper tackles the problem of evaluating latent variable generative models without relying on likelihood, which can be misleading due to Goodhart's law, by proposing a moment-matching metric for model comparison and regularization. The result is a metric that is faster to compute and has lower variance than sampling-based alternatives, as demonstrated in a proof of concept.

It can be difficult to assess the quality of a fitted model when facing unsupervised learning problems. Latent variable models, such as variation autoencoders and Gaussian mixture models, are often trained with likelihood-based approaches. In scope of Goodhart's law, when a metric becomes a target it ceases to be a good metric and therefore we should not use likelihood to assess the quality of the fit of these models. The solution we propose is a new metric for model comparison or regularization that relies on moments. The concept is to study the difference between the data moments and the model moments using a matrix norm, such as the Frobenius norm. We show how to use this new metric for model comparison and then for regularization. It is common to draw samples from the fitted distribution when evaluating latent variable models and we show that our proposed metric is faster to compute and has a smaller variance that this alternative. We conclude this article with a proof of concept of both applications and we discuss future work.

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