New Frontiers in Graph Autoencoders: Joint Community Detection and Link Prediction
Guillaume Salha-Galvan, Johannes F. Lutzeyer, George Dasoulas, and Romain Hennequin, Michalis Vazirgiannis

TL;DR
This paper introduces a novel community-preserving message passing scheme for graph autoencoders, enabling high-accuracy joint community detection and link prediction, outperforming existing methods on real-world graphs.
Contribution
It proposes Modularity-Aware GAE and VGAE with new training strategies for simultaneous community detection and link prediction, addressing a key gap in current graph autoencoder performance.
Findings
Effective joint community detection and link prediction demonstrated
Outperforms simpler methods like Louvain in experiments
Applicable to various real-world graph datasets
Abstract
Graph autoencoders (GAE) and variational graph autoencoders (VGAE) emerged as powerful methods for link prediction (LP). Their performances are less impressive on community detection (CD), where they are often outperformed by simpler alternatives such as the Louvain method. It is still unclear to what extent one can improve CD with GAE and VGAE, especially in the absence of node features. It is moreover uncertain whether one could do so while simultaneously preserving good performances on LP in a multi-task setting. In this workshop paper, summarizing results from our journal publication (Salha-Galvan et al. 2022), we show that jointly addressing these two tasks with high accuracy is possible. For this purpose, we introduce a community-preserving message passing scheme, doping our GAE and VGAE encoders by considering both the initial graph and Louvain-based prior communities when…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Bioinformatics and Genomic Networks
MethodsVariational Graph Auto Encoder
