Prior-Informed Flow Matching for Graph Reconstruction
Harvey Chen, Nicolas Zilberstein, Santiago Segarra

TL;DR
This paper presents Prior-Informed Flow Matching (PIFM), a novel graph reconstruction method that combines structural priors with flow matching to improve accuracy over existing models.
Contribution
PIFM introduces a new approach integrating embedding priors with continuous flow matching for more accurate graph reconstruction.
Findings
PIFM outperforms classical embedding methods in accuracy.
PIFM surpasses state-of-the-art generative models.
The method effectively incorporates structural priors.
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…
Peer Reviews
Decision·Submitted to ICLR 2026
The problem of completing the missing edges in the graph is important and has real world significance as not all information is explicitly available.
1. The idea of identifying missing link based on existing link is not novel as several algorithm have been proposed like TransE, TransH and several GNN based algorithms. 2. The approach has been tested on only three datasets however several datasets exists for link prediction. Given the high level of importance and high level of existing research it would be beneficial to add a few more datasets. Moreover the statistics of the datasets is not available in the paper making it hard to determine t
- The paper identifies a real gap between local graph embedding methods (which miss global consistency) and generative flow models (which lack structural priors). - The reinterpretation of graph reconstruction under the perception–distortion theory is grounded. - The integration of priors into a rectified flow-matching process is natural, lightweight, and permutation-equivariant. - Results consistently show improvements over classical and generative baselines in both link prediction and blind re
- The idea of "learning flow trajectories from prior-informed initializations" builds directly on existing rectified flow work (Liu et al., 2023; Albergo et al., 2023). The main novelty lies in applying it to graph reconstruction, not in the core algorithm. - Experiments are restricted to small graph benchmarks (IMDB-B, PROTEINS, ENZYMES). No evidence of scalability to large or molecular graphs (e.g., ZINC, ogbg-molhiv). - The use of MMD² and basic graph statistics is informative but lacks compa
1. Clear motivations. 2. Novel methodological contribution that integrates structural priors with flow-based modeling. 3. Insightful presentation. 4. Comprehensive experimental validation.
1. On page 11, the reference appears to be missing the paper title: "Santiago Segarra, Antonio G. Marques, Gonzalo Mateos, and Alejandro Ribeiro. Ieee trans. signal and info. process. over networks. IEEE Transactions on Signal and Information Processing over Networks, 3(3):467–483, 2017". Does this correspond to Segarra, Santiago, et al. "Network topology inference from spectral templates." IEEE Transactions on Signal and Information Processing over Networks 3.3 (2017): 467-483? 2. In the link
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Multimodal Machine Learning Applications
