Prior-Informed Flow Matching for Graph Reconstruction
Harvey Chen, Nicolas Zilberstein, Santiago Segarra
TL;DR
Prior-Informed Flow Matching (PIFM) tackles reconstructing graphs from partial observations by fusing embedding-based priors with a permutation-equivariant, continuous-time flow. The method first computes a MMSE-like posterior mean from local information using inductive (graphon, GraphSAGE) or transductive (node2vec) priors, then learns a rectified flow to transport this initialization toward the true graph distribution, enforcing global consistency. Empirical results on several benchmark datasets (IMDB-B, PROTEINS, ENZYMES, CORA) show that PIFM consistently improves over both pure priors and existing flow-based baselines, across link prediction, expansion, and denoising tasks. The approach highlights the value of explicitly incorporating global structure into graph reconstruction, offering improved fidelity and a scalable, principled pathway to graph inpainting.
Abstract
We introduce 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 lack global consistency, while modern generative models struggle to incorporate structural priors. PIFM bridges this gap by integrating embedding-based priors with continuous-time flow matching. Grounded in a permutation equivariant version of the distortion-perception theory, our method first uses a prior, such as graphons or GraphSAGE/node2vec, to form an informed initial estimate of the adjacency matrix based on local information. It then applies rectified flow matching to refine this estimate, transporting it toward the true distribution of clean graphs and learning a global coupling. Experiments on different datasets demonstrate that PIFM consistently enhances classical embeddings, outperforming them and state-of-the-art generative baselines in reconstruction accuracy.
