T-GAE: Transferable Graph Autoencoder for Network Alignment
Jiashu He, Charilaos I. Kanatsoulis, Alejandro Ribeiro

TL;DR
T-GAE introduces a transferable graph autoencoder that enables efficient, out-of-distribution network alignment without retraining, outperforming existing methods in accuracy and speed on large-scale real-world graphs.
Contribution
The paper proposes T-GAE, a novel transferable GNN-based autoencoder framework that improves network alignment efficiency and accuracy without retraining on new graphs.
Findings
T-GAE outperforms state-of-the-art methods by up to 50.8%.
Reduces training time by 90% on large-scale networks.
Proves GNN embeddings can surpass spectral methods in alignment accuracy.
Abstract
Network alignment is the task of establishing one-to-one correspondences between the nodes of different graphs. Although finding a plethora of applications in high-impact domains, this task is known to be NP-hard in its general form. Existing optimization algorithms do not scale up as the size of the graphs increases. While being able to reduce the matching complexity, current GNN approaches fit a deep neural network on each graph and requires re-train on unseen samples, which is time and memory inefficient. To tackle both challenges we propose T-GAE, a transferable graph autoencoder framework that leverages transferability and stability of GNNs to achieve efficient network alignment on out-of-distribution graphs without retraining. We prove that GNN-generated embeddings can achieve more accurate alignment compared to classical spectral methods. Our experiments on real-world benchmarks…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
