CVJun 18

CrossFlow: One-Step Generation Across Latent and Pixel Spaces

arXiv:2606.1997012.8
Predicted impact top 35% in CV · last 90 daysOriginality Highly original
AI Analysis

For generative modeling practitioners, CrossFlow addresses the mismatch between latent-space optimization and pixel-space quality in latent diffusion models, offering a unified one-step generator-decoder.

CrossFlow introduces a cross-space flow formulation that maps noisy latent inputs directly to pixel-space images in one step, achieving 1.62 FID on class-conditional ImageNet-1k at 256x256 resolution. This eliminates the need for a separate decoder at inference.

Most diffusion and flow-matching generators define the prior, probability path, and prediction target in the same representation space. Latent diffusion improves efficiency by moving this path into an autoencoder latent space, but the final sample is still produced by a separately trained decoder. This separation creates a mismatch: the generator is optimized for latent-space prediction, while final quality depends on how the decoder handles generated latents that may differ from clean encoder outputs. We introduce CrossFlow, a cross-space flow formulation that maps noisy latent inputs directly to pixel-space images. The key technical step is a velocity-free one-step objective: the latent trajectory defines the training path, but the supervised prediction is an image rather than a latent displacement. This lets one model act both as a one-step latent-to-pixel generator and as a decoder replacement for latent diffusion pipelines. On class-conditional ImageNet-1k at $256\times256$, CrossFlow-XL achieves 1.62 FID with one function evaluation. Ablations show that the latent encoder and pixel-space perceptual and adversarial losses are important for fidelity. These results indicate that cross-space flow objectives can combine the efficiency of latent representations with direct pixel-space supervision, without requiring a separate decoder at inference.

Foundations

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

Your Notes