Scalable Implicit Graphon Learning
Ali Azizpour, Nicolas Zilberstein, Santiago Segarra
TL;DR
SIGL introduces a scalable, resolution-free graphon learning framework by marrying implicit neural representations with graph neural networks to align nodes across multiple graphs and replace GW-based losses with an efficient MSE objective on histogram observations. The method yields a continuous graphon representation f_θ: [0,1]^2 → [0,1] that can be sampled at arbitrary resolutions and extends to learning parametric families ω_α via an augmented input. Theoretical guarantees establish asymptotic consistency as expressivity grows, and extensive experiments show SIGL outperforms state-of-the-art baselines in both estimation accuracy and scalability, while enabling effective graph data augmentation through graphon mixup. The practical impact lies in scalable graphon estimation for large networks and improved performance in downstream tasks that rely on realistic graph generation and augmentation.
Abstract
Graphons are continuous models that represent the structure of graphs and allow the generation of graphs of varying sizes. We propose Scalable Implicit Graphon Learning (SIGL), a scalable method that combines implicit neural representations (INRs) and graph neural networks (GNNs) to estimate a graphon from observed graphs. Unlike existing methods, which face important limitations like fixed resolution and scalability issues, SIGL learns a continuous graphon at arbitrary resolutions. GNNs are used to determine the correct node ordering, improving graph alignment. Furthermore, we characterize the asymptotic consistency of our estimator, showing that more expressive INRs and GNNs lead to consistent estimators. We evaluate SIGL in synthetic and real-world graphs, showing that it outperforms existing methods and scales effectively to larger graphs, making it ideal for tasks like graph data augmentation.
