LGCVNov 27, 2025

Adversarial Flow Models

arXiv:2511.22475v16 citations
Originality Highly original
AI Analysis

This work addresses the challenge of training stable and efficient generative models for image synthesis, representing a significant advance rather than an incremental improvement.

The paper tackles the problem of unstable adversarial training in generative models by unifying adversarial models and flow models, achieving state-of-the-art FID scores of 2.38 on ImageNet-256px with an XL/2 model and 1.94 with a 112-layer model in a single forward pass.

We present adversarial flow models, a class of generative models that unifies adversarial models and flow models. Our method supports native one-step or multi-step generation and is trained using the adversarial objective. Unlike traditional GANs, where the generator learns an arbitrary transport plan between the noise and the data distributions, our generator learns a deterministic noise-to-data mapping, which is the same optimal transport as in flow-matching models. This significantly stabilizes adversarial training. Also, unlike consistency-based methods, our model directly learns one-step or few-step generation without needing to learn the intermediate timesteps of the probability flow for propagation. This saves model capacity, reduces training iterations, and avoids error accumulation. Under the same 1NFE setting on ImageNet-256px, our B/2 model approaches the performance of consistency-based XL/2 models, while our XL/2 model creates a new best FID of 2.38. We additionally show the possibility of end-to-end training of 56-layer and 112-layer models through depth repetition without any intermediate supervision, and achieve FIDs of 2.08 and 1.94 using a single forward pass, surpassing their 2NFE and 4NFE counterparts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes