One-step Latent-free Image Generation with Pixel Mean Flows
Yiyang Lu, Susie Lu, Qiao Sun, Hanhong Zhao, Zhicheng Jiang, Xianbang Wang, Tianhong Li, Zhengyang Geng, Kaiming He
TL;DR
This work introduces pixel MeanFlow (pMF), a one-step latent-free image generator that outputs a denoised-image-like field $x$ and learns velocity-based objectives through a MeanFlow-based conversion between $x$, $u$, and $v$. By predicting $x$ in pixel space and deriving the corresponding velocity targets, pMF achieves strong Fréchet Inception Distance scores on ImageNet at 256×256 and 512×512 in a single forward pass, demonstrating feasibility of end-to-end pixel-space generation without latent tokens. The authors show that predicting $x$ is crucial at high resolutions, and augment the objective with perceptual losses to further improve quality, while providing thorough ablations on optimizers, time-sampling strategies, and high-resolution scaling. Overall, pMF narrows the gap between one-step and latent-based diffusion/flow methods and highlights the viability of direct end-to-end pixel-space generative modeling.
Abstract
Modern diffusion/flow-based models for image generation typically exhibit two core characteristics: (i) using multi-step sampling, and (ii) operating in a latent space. Recent advances have made encouraging progress on each aspect individually, paving the way toward one-step diffusion/flow without latents. In this work, we take a further step towards this goal and propose "pixel MeanFlow" (pMF). Our core guideline is to formulate the network output space and the loss space separately. The network target is designed to be on a presumed low-dimensional image manifold (i.e., x-prediction), while the loss is defined via MeanFlow in the velocity space. We introduce a simple transformation between the image manifold and the average velocity field. In experiments, pMF achieves strong results for one-step latent-free generation on ImageNet at 256x256 resolution (2.22 FID) and 512x512 resolution (2.48 FID), filling a key missing piece in this regime. We hope that our study will further advance the boundaries of diffusion/flow-based generative models.
