Duality Models: An Embarrassingly Simple One-step Generation Paradigm
Abstract
Consistency-based generative models like Shortcut and MeanFlow achieve impressive results via a target-aware design for solving the Probability Flow ODE (PF-ODE). Typically, such methods introduce a target time alongside the current time to modulate outputs between a local multi-step derivative () and a global few-step integral (). However, the conventional "one input, one output" paradigm enforces a partition of the training budget, often allocating a significant portion (e.g., 75% in MeanFlow) solely to the multi-step objective for stability. This separation forces a trade-off: allocating sufficient samples to the multi-step objective leaves the few-step generation undertrained, which harms convergence and limits scalability. To this end, we propose Duality Models (DuMo) via a "one input, dual output" paradigm. Using a shared backbone with dual heads, DuMo simultaneously predicts velocity and flow-map from a single input . This applies geometric constraints from the multi-step objective to every sample, bounding the few-step estimation without separating training objectives, thereby significantly improving stability and efficiency. On ImageNet 256 256, a 679M Diffusion Transformer with SD-VAE achieves a state-of-the-art (SOTA) FID of 1.79 in just 2 steps. Code is available at: https://github.com/LINs-lab/DuMo
Cite
@article{arxiv.2602.17682,
title = {Duality Models: An Embarrassingly Simple One-step Generation Paradigm},
author = {Peng Sun and Xinyi Shang and Tao Lin and Zhiqiang Shen},
journal= {arXiv preprint arXiv:2602.17682},
year = {2026}
}
Comments
https://github.com/LINs-lab/DuMo