CAR-Flow: Condition-Aware Reparameterization Aligns Source and Target for Better Flow Matching
AuthorsChen Chen, Pengsheng Guo**, Liangchen Song, Jiasen Lu, Rui Qian, Xinze Wang, Tsu-Jui Fu**, Wei Liu**, Yinfei Yang, Alex Schwing
CAR-Flow: Condition-Aware Reparameterization Aligns Source and Target for Better Flow Matching
AuthorsChen Chen, Pengsheng Guo**, Liangchen Song, Jiasen Lu, Rui Qian, Xinze Wang, Tsu-Jui Fu**, Wei Liu**, Yinfei Yang, Alex Schwing
Conditional generative modeling aims to learn a conditional data distribution from samples containing data-condition pairs. For this, diffusion and flow-based methods have attained compelling results. These methods use a learned (flow) model to transport an initial standard Gaussian noise that ignores the condition to the conditional data distribution. The model is hence required to learn both mass transport and conditional injection. To ease the demand on the model, we propose Condition-Aware Reparameterization for Flow Matching (CAR-Flow) — a lightweight, learned shift that conditions the source, the target, or both distributions. By relocating these distributions, CAR-Flow shortens the probability path the model must learn, leading to faster training in practice. On low-dimensional synthetic data, we visualize and quantify the effects of CAR-Flow. On higher-dimensional natural image data (ImageNet-256), equipping SiT-XL/2 with CAR-Flow reduces FID from 2.07 to 1.68, while introducing less than 0.6% additional parameters.
Continuous diffusion and flow matching models could represent a powerful alternative to autoregressive approaches for language modelling (LM), as they unlock a host of advantages currently reserved for continuous modalities, including accelerated sampling and tilting. Recently, several works have demonstrated the possibility of generating discrete data continuously by a simple flow matching process between a Gaussian and the one-hot encoded data…
Score Distillation of Flow Matching Models
December 16, 2025research area Computer Vision, research area Methods and Algorithms
Diffusion models achieve high-quality image generation but are limited by slow iterative sampling. Distillation methods alleviate this by enabling one- or few-step generation. Flow matching, originally introduced as a distinct framework, has since been shown to be theoretically equivalent to diffusion under Gaussian assumptions, raising the question of whether distillation techniques such as score distillation transfer directly. We provide a…