SoFlow: Solution Flow Models for One-Step Generative Modeling
By: Tianze Luo, Haotian Yuan, Zhuang Liu
Potential Business Impact:
Makes AI create pictures instantly, not slowly.
The multi-step denoising process in diffusion and Flow Matching models causes major efficiency issues, which motivates research on few-step generation. We present Solution Flow Models (SoFlow), a framework for one-step generation from scratch. By analyzing the relationship between the velocity function and the solution function of the velocity ordinary differential equation (ODE), we propose a Flow Matching loss and a solution consistency loss to train our models. The Flow Matching loss allows our models to provide estimated velocity fields for Classifier-Free Guidance (CFG) during training, which improves generation performance. Notably, our consistency loss does not require the calculation of the Jacobian-vector product (JVP), a common requirement in recent works that is not well-optimized in deep learning frameworks like PyTorch. Experimental results indicate that, when trained from scratch using the same Diffusion Transformer (DiT) architecture and an equal number of training epochs, our models achieve better FID-50K scores than MeanFlow models on the ImageNet 256x256 dataset.
Similar Papers
Gaussian Mixture Flow Matching Models
Machine Learning (CS)
Creates better AI pictures with fewer steps.
Shortcut Flow Matching for Speech Enhancement: Step-Invariant flows via single stage training
Sound
Cleans up noisy audio much faster.
Generative Modeling with Continuous Flows: Sample Complexity of Flow Matching
Machine Learning (CS)
Makes AI create better pictures with less data.