LGMay 21, 2025

Graph-Conditional Flow Matching for Relational Data Generation

arXiv:2505.15668v23 citationsh-index: 10INTERSPEECH
Originality Highly original
AI Analysis

This addresses the need for flexible and expressive data synthesis for privacy enhancement in relational databases, representing a novel method for a known bottleneck.

The paper tackles the problem of generating synthetic multi-table relational data with complex foreign-key relationships, proposing a graph-conditioned flow matching model that achieves state-of-the-art performance in synthetic data fidelity on benchmark datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes