paper-with-me

Papers

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 expressiveness needed to capture complex relational structures. In particular, they struggle with long-range dependencies and complex foreign-key relationships, such as tables with multiple parent tables or multiple types of links between the same pair of tables. We propose a generative model for relational data that generates the content of a relational dataset given the graph formed by the foreign-key relationships. We do this by learning a deep generative model of the content of the whole relational database by flow matching, where the neural network trained to denoise records leverages a graph neural network to obtain information from connected records. Our method is flexible, as it can support relational datasets with complex structures, and expressive, as the generation of each record can be influenced by any other record within the same connected component. We evaluate our method on several benchmark datasets and show that it achieves state-of-the-art performance in terms of synthetic data fidelity.

📄 PDF Abstract BibTeX arXiv:2505.15668

Code (1)

DavideScassola/graph-conditional-flow-matching 공식 구현 pytorch

Tasks

Graph Neural NetworkTabular Data Generation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Improving Molecular Graph Generation with Flow Matching and Optimal Transport

2024-11-08 · Xiaoyang Hou, Tian Zhu, Milong Ren, Dongbo Bu 외

Generating molecular graphs is crucial in drug design and discovery but remains challenging due to the complex interdependencies between nodes and edges. While diffusion models have demonstrated their potentiality in mol…

Drug DesignGraph GenerationMolecular Graph Generation

Prior-Informed Flow Matching for Graph Reconstruction

2026-01-29 · Harvey Chen, Nicolas Zilberstein, Santiago Segarra arxiv

We introduce \textit{Prior-Informed Flow Matching (PIFM)}, a conditional flow model for graph reconstruction. Reconstructing graphs from partial observations remains a key challenge; classical embedding methods often lac…

Energy Guided Geometric Flow Matching

2025-09-25 · Aaron Zweig, Mingxuan Zhang, Elham Azizi, David Knowles arxiv

A useful inductive bias for temporal data is that trajectories should stay close to the data manifold. Traditional flow matching relies on straight conditional paths, and flow matching methods which learn geodesics rely …

Conditional Flow Matching for Probabilistic Downscaling of Maximum 3-day Snowfall in Alaska

2026-04-28 · Douglas Brinkerhoff, Elizabeth Fischer arxiv

Precipitation in complex terrain is governed by orographic processes operating at scales of a few kilometers, yet climate models typically run at resolutions of 50--100~km where this topographic detail is absent. Dynamic…

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 (…