paper-with-me

Papers

AlignFlow: Improving Flow-based Generative Models with Semi-Discrete Optimal Transport

2025-10-16 · Lingkai Kong, Molei Tao, Yang Liu, Bryan Wang, Jinmiao Fu, Chien-Chih Wang, Huidong Liu arxiv

Flow-based Generative Models (FGMs) effectively transform noise into complex data distributions. Incorporating Optimal Transport (OT) to couple noise and data during FGM training has been shown to improve the straightness of flow trajectories, enabling more effective inference. However, existing OT-based methods estimate the OT plan using (mini-)batches of sampled noise and data points, which limits their scalability to large and high-dimensional datasets in FGMs. This paper introduces AlignFlow, a novel approach that leverages Semi-Discrete Optimal Transport (SDOT) to enhance the training of FGMs by establishing an explicit, optimal alignment between noise distribution and data points with guaranteed convergence. SDOT computes a transport map by partitioning the noise space into Laguerre cells, each mapped to a corresponding data point. During FGM training, i.i.d. noise samples are paired with data points via the SDOT map. AlignFlow scales well to large datasets and model architectures with negligible computational overhead. Experimental results show that AlignFlow improves the performance of a wide range of state-of-the-art FGM algorithms and can be integrated as a plug-and-play component. Code is available at: https://github.com/konglk1203/AlignFlow.

📄 PDF Abstract BibTeX arXiv:2510.15038

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AlignFlow: Cycle Consistent Learning from Multiple Domains via Normalizing Flows

2019-05-30 · ICLR Workshop DeepGenStruct 2019 · Aditya Grover, Christopher Chute, Rui Shu, Zhangjie Cao 외

Given datasets from multiple domains, a key challenge is to efficiently exploit these data sources for modeling a target domain. Variants of this problem have been studied in many contexts, such as cross-domain translati…

Density EstimationDomain AdaptationImage-to-Image TranslationTranslation+1

Tessellations of Semi-Discrete Flow Matching

2026-05-08 · Emile Pierret, Johannes Hertrich, Samuel Hurault, Julie Delon arxiv

We study Flow Matching in a semi-discrete setting where a Gaussian source is transported toward a discrete target supported on finitely many points. This semi-discrete regime is the theoretical setting behind the use of …

Expected Batch Optimal Transport Plans and Consequences for Flow Matching

2026-05-12 · Samuel Boïté, Julie Delon, Kimia Nadjahi arxiv

Solving optimal transport (OT) on random minibatches is a common surrogate for exact OT in large-scale learning. In flow matching (FM), this surrogate is used to obtain OT-like couplings that can straighten probability p…

Semi-discrete optimization through semi-discrete optimal transport: a framework for neural architecture search

2020-06-26 · Nicolas Garcia Trillos, Javier Morales

In this paper we introduce a theoretical framework for semi-discrete optimization using ideas from optimal transport. Our primary motivation is in the field of deep learning, and specifically in the task of neural archit…

Neural Architecture Search

Few-Shot Distribution-Aligned Flow Matching for Data Synthesis in Medical Image Segmentation

2026-04-03 · Jie Yang, Ziqi Ye, Aihua Ke, Jian Luo 외 arxiv

Data heterogeneity hinders clinical deployment of medical image analysis models, and generative data augmentation helps mitigate this issue. However, recent diffusion-based methods that synthesize image-mask pairs often …

Medical Image SegmentationData Augmentation