CVLGJul 17, 2023

Flow Matching in Latent Space

arXiv:2307.08698v1155 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks for researchers and practitioners in generative modeling, offering a more efficient method for high-resolution image generation, though it is incremental by building on existing flow matching and latent space techniques.

The paper tackles the computational inefficiency of flow matching in pixel space by applying it in latent spaces of pretrained autoencoders, achieving improved efficiency and scalability for high-resolution image synthesis while maintaining quality, as demonstrated on datasets like CelebA-HQ and ImageNet.

Flow matching is a recent framework to train generative models that exhibits impressive empirical performance while being relatively easier to train compared with diffusion-based models. Despite its advantageous properties, prior methods still face the challenges of expensive computing and a large number of function evaluations of off-the-shelf solvers in the pixel space. Furthermore, although latent-based generative methods have shown great success in recent years, this particular model type remains underexplored in this area. In this work, we propose to apply flow matching in the latent spaces of pretrained autoencoders, which offers improved computational efficiency and scalability for high-resolution image synthesis. This enables flow-matching training on constrained computational resources while maintaining their quality and flexibility. Additionally, our work stands as a pioneering contribution in the integration of various conditions into flow matching for conditional generation tasks, including label-conditioned image generation, image inpainting, and semantic-to-image generation. Through extensive experiments, our approach demonstrates its effectiveness in both quantitative and qualitative results on various datasets, such as CelebA-HQ, FFHQ, LSUN Church & Bedroom, and ImageNet. We also provide a theoretical control of the Wasserstein-2 distance between the reconstructed latent flow distribution and true data distribution, showing it is upper-bounded by the latent flow matching objective. Our code will be available at https://github.com/VinAIResearch/LFM.git.

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