paper-with-me

Papers

Consistency Flow Matching: Defining Straight Flows with Velocity Consistency

2024-07-02 · Ling Yang, Zixiang Zhang, Zhilong Zhang, Xingchao Liu, Minkai Xu, Wentao Zhang, Chenlin Meng, Stefano Ermon, Bin Cui

Flow matching (FM) is a general framework for defining probability paths via Ordinary Differential Equations (ODEs) to transform between noise and data samples. Recent approaches attempt to straighten these flow trajectories to generate high-quality samples with fewer function evaluations, typically through iterative rectification methods or optimal transport solutions. In this paper, we introduce Consistency Flow Matching (Consistency-FM), a novel FM method that explicitly enforces self-consistency in the velocity field. Consistency-FM directly defines straight flows starting from different times to the same endpoint, imposing constraints on their velocity values. Additionally, we propose a multi-segment training approach for Consistency-FM to enhance expressiveness, achieving a better trade-off between sampling quality and speed. Preliminary experiments demonstrate that our Consistency-FM significantly improves training efficiency by converging 4.4x faster than consistency models and 1.7x faster than rectified flow models while achieving better generation quality. Our code is available at: https://github.com/YangLing0818/consistency_flow_matching

📄 PDF Abstract BibTeX arXiv:2407.02398

Code (1)

yangling0818/consistency_flow_matching 공식 구현 jax

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Consistency Models 설명 없음

Similar Papers 제목 키워드 기반

Straight-Path Flow Matching for Incomplete Multi-View Clustering

2026-07-07 · Yiteng Yuan, Junyan Wang, Zheyuan Liu, Hong Jia 외 arxiv

Incomplete Multi-View Clustering addresses the problem of clustering multi-modal data when certain views are missing. Recent end-to-end generative approaches leverage diffusion models to recover missing views via stochas…

Incomplete multi-view clustering

Learning Straight Flows: Variational Flow Matching for Efficient Generation

2025-11-15 · Chenrui Ma, Xi Xiao, Tianyang Wang, Xiao Wang 외 arxiv

Flow Matching has limited ability in achieving one-step generation due to its reliance on learned curved trajectories. Previous studies have attempted to address this limitation by either modifying the coupling distribut…

Multisample Flow Matching: Straightening Flows with Minibatch Couplings

2023-04-28 · Aram-Alexandre Pooladian, Heli Ben-Hamu, Carles Domingo-Enrich, Brandon Amos 외

Simulation-free methods for training continuous-time generative models construct probability paths that go between noise distributions and individual data samples. Recent works, such as Flow Matching, derived paths that …

Federated Flow Matching

2025-09-25 · Zifan Wang, Anqi Dong, Mahmoud Selim, Michael M. Zavlanos 외 arxiv

Data today is decentralized, generated and stored across devices and institutions where privacy, ownership, and regulation prevent centralization. This motivates the need to train generative models directly from distribu…

Optimal Flow Matching: Learning Straight Trajectories in Just One Step

2024-03-19 · Nikita Kornilov, Petr Mokrov, Alexander Gasnikov, Alexander Korotin

Over the several recent years, there has been a boom in development of Flow Matching (FM) methods for generative modeling. One intriguing property pursued by the community is the ability to learn flows with straight traj…