Classic Graph Structural Features Outperform Factorization-Based Graph Embedding Methods on Community Labeling
Andrew Stolman, Caleb Levy, C. Seshadhri, Aneesh Sharma

TL;DR
This paper demonstrates that traditional graph structural features outperform popular embedding methods in community labeling tasks, supported by empirical results and theoretical analysis showing the limitations of embeddings in capturing community structures.
Contribution
It provides a comprehensive empirical and theoretical evaluation revealing the shortcomings of factorization-based embeddings for community detection.
Findings
Embedding methods perform poorly on community labeling tasks.
Classic structural features outperform embedding-based features.
Theoretical analysis shows embeddings cannot reliably capture community structure.
Abstract
Graph representation learning (also called graph embeddings) is a popular technique for incorporating network structure into machine learning models. Unsupervised graph embedding methods aim to capture graph structure by learning a low-dimensional vector representation (the embedding) for each node. Despite the widespread use of these embeddings for a variety of downstream transductive machine learning tasks, there is little principled analysis of the effectiveness of this approach for common tasks. In this work, we provide an empirical and theoretical analysis for the performance of a class of embeddings on the common task of pairwise community labeling. This is a binary variant of the classic community detection problem, which seeks to build a classifier to determine whether a pair of vertices participate in a community. In line with our goal of foundational understanding, we focus on…
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
Methodsnode2vec · Graph Representation with Global structure · DeepWalk
