paper-with-me

홈 › Papers

Flow Matching in Latent Space

2023-07-17 · Quan Dao, Hao Phung, Binh Nguyen, Anh Tran

Flow matching is a recent framework to train generative models that exhibits impressive empirical performance while being relatively easier to train compared with diffusion-based models. Despite its advantageous properties, prior methods still face the challenges of expensive computing and a large number of function evaluations of off-the-shelf solvers in the pixel space. Furthermore, although latent-based generative methods have shown great success in recent years, this particular model type remains underexplored in this area. In this work, we propose to apply flow matching in the latent spaces of pretrained autoencoders, which offers improved computational efficiency and scalability for high-resolution image synthesis. This enables flow-matching training on constrained computational resources while maintaining their quality and flexibility. Additionally, our work stands as a pioneering contribution in the integration of various conditions into flow matching for conditional generation tasks, including label-conditioned image generation, image inpainting, and semantic-to-image generation. Through extensive experiments, our approach demonstrates its effectiveness in both quantitative and qualitative results on various datasets, such as CelebA-HQ, FFHQ, LSUN Church & Bedroom, and ImageNet. We also provide a theoretical control of the Wasserstein-2 distance between the reconstructed latent flow distribution and true data distribution, showing it is upper-bounded by the latent flow matching objective. Our code will be available at https://github.com/VinAIResearch/LFM.git.

📄 PDF Abstract BibTeX arXiv:2307.08698

Code (1)

vinairesearch/lfm 공식 구현 pytorch

Tasks

Computational EfficiencyImage GenerationImage Inpainting

Similar Papers 제목 키워드 기반

Flow6D: Discrete-to-Continuous Flow Matching for Efficient and Accurate Category-Level 6D Pose Estimation

2026-06-22 · Mingyu Mei, Li Zhang, Zibo Dai, Han Sun 외 arxiv

6D pose estimation is a key task in computer vision and embodied AI, widely used in robotic manipulation, augmented reality, etc. Existing methods directly regress in a high-dimensional continuous space, facing two key c…

6D Pose Estimation

CoLA-Flow Policy: Temporally Coherent Imitation Learning via Continuous Latent Action Flow Matching for Robotic Manipulation

2026-01-30 · Wu Songwei, Jiang Zhiduo, Sun Wandong, Xie Guanghu 외 arxiv

Learning long-horizon robotic manipulation requires jointly achieving expressive behavior modeling, real-time inference, and stable execution, which remains challenging for existing generative policies. Diffusion-based a…

VITA: Vision-to-Action Flow Matching Policy

2025-07-17 · Dechen Gao, Boqi Zhao, Andrew Lee, Ian Chuang 외

We present VITA, a Vision-To-Action flow matching policy that evolves latent visual representations into latent actions for visuomotor control. Traditional flow matching and diffusion policies sample from standard source…

Action Generation

Coupled Flow Matching

2025-10-27 · Wenxi Cai, Yuheng Wang, Naichen Shi arxiv

We introduce Coupled Flow Matching (CPFM), a framework that integrates controllable dimensionality reduction and high-fidelity reconstruction. CPFM learns coupled continuous flows for both the high-dimensional data x and…

Dimensionality Reduction

FlowIID: Single-Step Intrinsic Image Decomposition via Latent Flow Matching

2026-01-18 · Mithlesh Singla, Seema Kumari, Shanmuganathan Raman arxiv

Intrinsic Image Decomposition (IID) separates an image into albedo and shading components. It is a core step in many real-world applications, such as relighting and material editing. Existing IID models achieve good resu…