paper-with-me

홈 › Papers

Graph Flow Matching: Enhancing Image Generation with Neighbor-Aware Flow Fields

2025-05-30 · Md Shahriar Rahim Siddiqui, Moshe Eliasof, Eldad Haber

Flow matching casts sample generation as learning a continuous-time velocity field that transports noise to data. Existing flow matching networks typically predict each point's velocity independently, considering only its location and time along its flow trajectory, and ignoring neighboring points. However, this pointwise approach may overlook correlations between points along the generation trajectory that could enhance velocity predictions, thereby improving downstream generation quality. To address this, we propose Graph Flow Matching (GFM), a lightweight enhancement that decomposes the learned velocity into a reaction term -- any standard flow matching network -- and a diffusion term that aggregates neighbor information via a graph neural module. This reaction-diffusion formulation retains the scalability of deep flow models while enriching velocity predictions with local context, all at minimal additional computational cost. Operating in the latent space of a pretrained variational autoencoder, GFM consistently improves Fr\'echet Inception Distance (FID) and recall across five image generation benchmarks (LSUN Church, LSUN Bedroom, FFHQ, AFHQ-Cat, and CelebA-HQ at $256\times256$), demonstrating its effectiveness as a modular enhancement to existing flow matching architectures.

📄 PDF Abstract BibTeX arXiv:2505.24434

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Iterative Flow Matching -- Path Correction and Gradual Refinement for Enhanced Generative Modeling

2025-02-23 · Eldad Haber, Shadab Ahamed, Md. Shahriar Rahim Siddiqui, Niloufar Zakariaei 외

Generative models for image generation are now commonly used for a wide variety of applications, ranging from guided image generation for entertainment to solving inverse problems. Nonetheless, training a generator is a …

Image Generation

Contrastive Flow Matching

2025-06-05 · George Stoica, Vivek Ramanujan, Xiang Fan, Ali Farhadi 외

Unconditional flow-matching trains diffusion models to transport samples from a source distribution to a target distribution by enforcing that the flows between sample pairs are unique. However, in conditional settings (…

Variational Flow Matching for Graph Generation

2024-06-07 · Floor Eijkelboom, Grigory Bartosh, Christian Andersson Naesseth, Max Welling 외

We present a formulation of flow matching as variational inference, which we refer to as variational flow matching (VFM). Based on this formulation we develop CatFlow, a flow matching method for categorical data. CatFlow…

Graph GenerationVariational Inference

Adapting Dense Matching for Homography Estimation with Grid-based Acceleration

2025-01-01 · CVPR 2025 1 · Kaining Zhang, Yuxin Deng, Jiayi Ma, Paolo Favaro

Current deep homography estimation methods are typically constrained to processing low-resolution image pairs due to network architecture and computational limitations. For high-resolution images, downsampling is oft…

Homography Estimation

Graph Conditional Flow Matching for Relational Data Generation

2025-05-21 · Davide Scassola, Sebastiano Saccani, Luca Bortolussi

Data synthesis is gaining momentum as a privacy-enhancing technology. While single-table tabular data generation has seen considerable progress, current methods for multi-table data often lack the flexibility and express…

Graph Neural NetworkTabular Data Generation