English

Generative Models as Distributions of Functions

Machine Learning 2022-02-18 v4 Computer Vision and Pattern Recognition Machine Learning

Abstract

Generative models are typically trained on grid-like data such as images. As a result, the size of these models usually scales directly with the underlying grid resolution. In this paper, we abandon discretized grids and instead parameterize individual data points by continuous functions. We then build generative models by learning distributions over such functions. By treating data points as functions, we can abstract away from the specific type of data we train on and construct models that are agnostic to discretization. To train our model, we use an adversarial approach with a discriminator that acts on continuous signals. Through experiments on a wide variety of data modalities including images, 3D shapes and climate data, we demonstrate that our model can learn rich distributions of functions independently of data type and resolution.

Keywords

Cite

@article{arxiv.2102.04776,
  title  = {Generative Models as Distributions of Functions},
  author = {Emilien Dupont and Yee Whye Teh and Arnaud Doucet},
  journal= {arXiv preprint arXiv:2102.04776},
  year   = {2022}
}

Comments

AISTATS 2022 Oral camera ready. Incorporated reviewer feedback

R2 v1 2026-06-23T22:58:37.743Z