LGCVApr 7, 2025

Gaussian Mixture Flow Matching Models

arXiv:2504.05304v314 citationsh-index: 26ICML
Originality Incremental advance
AI Analysis

This work addresses image generation quality issues for AI practitioners, offering an incremental improvement over existing flow matching methods.

The paper tackled the limitations of diffusion and flow matching models in few-step sampling and over-saturation under classifier-free guidance by proposing a Gaussian mixture flow matching (GMFlow) model that predicts dynamic Gaussian mixture parameters, achieving a Precision of 0.942 with only 6 sampling steps on ImageNet 256x256.

Diffusion models approximate the denoising distribution as a Gaussian and predict its mean, whereas flow matching models reparameterize the Gaussian mean as flow velocity. However, they underperform in few-step sampling due to discretization error and tend to produce over-saturated colors under classifier-free guidance (CFG). To address these limitations, we propose a novel Gaussian mixture flow matching (GMFlow) model: instead of predicting the mean, GMFlow predicts dynamic Gaussian mixture (GM) parameters to capture a multi-modal flow velocity distribution, which can be learned with a KL divergence loss. We demonstrate that GMFlow generalizes previous diffusion and flow matching models where a single Gaussian is learned with an $L_2$ denoising loss. For inference, we derive GM-SDE/ODE solvers that leverage analytic denoising distributions and velocity fields for precise few-step sampling. Furthermore, we introduce a novel probabilistic guidance scheme that mitigates the over-saturation issues of CFG and improves image generation quality. Extensive experiments demonstrate that GMFlow consistently outperforms flow matching baselines in generation quality, achieving a Precision of 0.942 with only 6 sampling steps on ImageNet 256$\times$256.

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