Paper Overview
- Field: Machine Learning
- Authors: Sophia Tang, Pranam Chatterjee
- Posted: 2026-07-25
- arXiv: 2507.20479
- An expand operator, which augments the state space with new coordinates or tokens conditioned on the current state
- A transport map, which advances the expanded state along the interpolant
- EFlows: flows between distributions of increasing dimensionality via an expanding interpolant with conditional noise augmentation
- EFMs: few-step generative models distilled from the expanding interpolant through a factored expand + transport formulation
- Discrete extension: the framework generalizes to discrete simplices, enabling variable-size graph generation and variable-length sequence generation
Abstract
Flow-based generative models have enabled remarkable progress in fast and controllable generation across continuous and discrete state spaces, yet existing parameterizations are constrained to fixed dimensions or fixed sequence lengths. Here, we introduce Expanding Generative Flows (EFlows), which define flows between distributions of increasing dimensionality along an expanding interpolant that grows the state by augmenting it with conditional noise.
Building on this construction, we propose Expanding Flow Maps (EFMs), a new class of flow maps that distill the expanding interpolant into efficient few-step generative models. Each EFM factors the map between any two timesteps into two learnable operations:
Composing these operations produces a single map that jointly expands and denoises the state. Existing fixed-canvas flows and flow maps are recovered as special cases where the expand operator is the identity mapping.