CVLGJan 16, 2024

SiT: Exploring Flow and Diffusion-based Generative Models with Scalable Interpolant Transformers

arXiv:2401.08740v2610 citationsECCV
Originality Incremental advance
AI Analysis

This work provides incremental improvements in generative modeling for image synthesis, benefiting researchers and practitioners in computer vision.

The authors tackled the problem of improving generative models by introducing Scalable Interpolant Transformers (SiT), which surpasses Diffusion Transformers (DiT) on ImageNet benchmarks, achieving FID-50K scores of 2.06 for 256x256 and 2.62 for 512x512 with the same model parameters.

We present Scalable Interpolant Transformers (SiT), a family of generative models built on the backbone of Diffusion Transformers (DiT). The interpolant framework, which allows for connecting two distributions in a more flexible way than standard diffusion models, makes possible a modular study of various design choices impacting generative models built on dynamical transport: learning in discrete or continuous time, the objective function, the interpolant that connects the distributions, and deterministic or stochastic sampling. By carefully introducing the above ingredients, SiT surpasses DiT uniformly across model sizes on the conditional ImageNet 256x256 and 512x512 benchmark using the exact same model structure, number of parameters, and GFLOPs. By exploring various diffusion coefficients, which can be tuned separately from learning, SiT achieves an FID-50K score of 2.06 and 2.62, respectively.

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