Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Learn Graph Topologies

About

Learning a graph topology to reveal the underlying relationship between data entities plays an important role in various machine learning and data analysis tasks. Under the assumption that structured data vary smoothly over a graph, the problem can be formulated as a regularised convex optimisation over a positive semidefinite cone and solved by iterative algorithms. Classic methods require an explicit convex function to reflect generic topological priors, e.g. the $\ell_1$ penalty for enforcing sparsity, which limits the flexibility and expressiveness in learning rich topological structures. We propose to learn a mapping from node data to the graph structure based on the idea of learning to optimise (L2O). Specifically, our model first unrolls an iterative primal-dual splitting algorithm into a neural network. The key structural proximal projection is replaced with a variational autoencoder that refines the estimated graph with enhanced topological properties. The model is trained in an end-to-end fashion with pairs of node data and graph samples. Experiments on both synthetic and real-world data demonstrate that our model is more efficient than classic iterative algorithms in learning a graph with specific topological properties.

Xingyue Pu, Tianyue Cao, Xiaoyun Zhang, Xiaowen Dong, Siheng Chen• 2021

Related benchmarks

TaskDatasetResultRank
Binary graph structure recoveryScale-free BA binary (test)
KS Test Score96.15
8
Binary graph structure recoveryCommunity (SBM) binary (test)
Community Score47.9
8
Binary graph structure recoverySmall-world (WS) binary (test)
Avg Shortest Path Length2.225
8
Graph ReconstructionScale-free BA (test)
GMSE0.0594
6
Graph ReconstructionRandom sparse (ER) (test)
GMSE0.0746
6
Graph ReconstructionCommunity SBM (test)
GMSE0.0735
6
Graph ReconstructionSmall-world (WS) (test)
GMSE0.0513
6
Brain functional connectivity estimationBrain functional connectivity (Control Group)
Mean Spearman Correlation0.76
4
Brain functional connectivity estimationBrain functional connectivity (Autistic Group)
Mean Spearman Correlation0.34
4
Showing 9 of 9 rows

Other info

Code

Follow for update