Robustness of graph embedding methods for community detection
Zhi-Feng Wei, Pablo Moriano, Ramakrishnan Kannan

TL;DR
This paper evaluates how different graph embedding methods perform in community detection tasks when networks are perturbed, highlighting the varying robustness of methods like node2vec and LLE across different network scenarios.
Contribution
It provides a comparative analysis of the robustness of state-of-the-art graph embedding methods under network perturbations for community detection.
Findings
node2vec and LLE show higher robustness across scenarios
Robustness depends on network size and community strength
Perturbation type influences embedding performance
Abstract
This study investigates the robustness of graph embedding methods for community detection in the face of network perturbations, specifically edge deletions. Graph embedding techniques, which represent nodes as low-dimensional vectors, are widely used for various graph machine learning tasks due to their ability to capture structural properties of networks effectively. However, the impact of perturbations on the performance of these methods remains relatively understudied. The research considers state-of-the-art graph embedding methods from two families: matrix factorization (e.g., LE, LLE, HOPE, M-NMF) and random walk-based (e.g., DeepWalk, LINE, node2vec). Through experiments conducted on both synthetic and real-world networks, the study reveals varying degrees of robustness within each family of graph embedding methods. The robustness is found to be influenced by factors such as…
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
MethodsDeepWalk · Large-scale Information Network Embedding · High-Order Proximity preserved Embedding · node2vec
