LGCVPRMLMar 8, 2023

Multilevel Diffusion: Infinite Dimensional Score-Based Diffusion Models for Image Generation

arXiv:2303.04772v441 citationsh-index: 42
AI Analysis

This work addresses the challenge of creating well-posed diffusion models for high-resolution image generation, offering incremental improvements in efficiency and cross-resolution generalization.

The paper tackles the problem of extending score-based diffusion models to an infinite-dimensional setting for image generation, overcoming issues with latent distributions and score approximation to enable consistent multilevel training, and demonstrates practical benefits on datasets like MNIST with improved generalization across resolutions.

Score-based diffusion models (SBDM) have recently emerged as state-of-the-art approaches for image generation. Existing SBDMs are typically formulated in a finite-dimensional setting, where images are considered as tensors of finite size. This paper develops SBDMs in the infinite-dimensional setting, that is, we model the training data as functions supported on a rectangular domain. In addition to the quest for generating images at ever-higher resolutions, our primary motivation is to create a well-posed infinite-dimensional learning problem that we can discretize consistently on multiple resolution levels. We thereby intend to obtain diffusion models that generalize across different resolution levels and improve the efficiency of the training process. We demonstrate how to overcome two shortcomings of current SBDM approaches in the infinite-dimensional setting. First, we modify the forward process using trace class operators to ensure that the latent distribution is well-defined in the infinite-dimensional setting and derive the reverse processes for finite-dimensional approximations. Second, we illustrate that approximating the score function with an operator network is beneficial for multilevel training. After deriving the convergence of the discretization and the approximation of multilevel training, we demonstrate some practical benefits of our infinite-dimensional SBDM approach on a synthetic Gaussian mixture example, the MNIST dataset, and a dataset generated from a nonlinear 2D reaction-diffusion equation.

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