Distributed Representation of Subgraphs
Bijaya Adhikari, Yao Zhang, Naren Ramakrishnan, and B. Aditya Prakash

TL;DR
This paper introduces sub2vec, an unsupervised scalable algorithm for learning feature representations of subgraphs, enabling improved community detection and network analysis by capturing subgraph similarities.
Contribution
The paper presents sub2vec, a novel method for embedding subgraphs that preserves local proximity and enhances network mining tasks over existing node-embedding approaches.
Findings
sub2vec outperforms state-of-the-art methods in community detection
It effectively captures subgraph similarities and local proximity
Provides a richer feature vocabulary for subgraph analysis
Abstract
Network embeddings have become very popular in learning effective feature representations of networks. Motivated by the recent successes of embeddings in natural language processing, researchers have tried to find network embeddings in order to exploit machine learning algorithms for mining tasks like node classification and edge prediction. However, most of the work focuses on finding distributed representations of nodes, which are inherently ill-suited to tasks such as community detection which are intuitively dependent on subgraphs. Here, we propose sub2vec, an unsupervised scalable algorithm to learn feature representations of arbitrary subgraphs. We provide means to characterize similarties between subgraphs and provide theoretical analysis of sub2vec and demonstrate that it preserves the so-called local proximity. We also highlight the usability of sub2vec by leveraging it for…
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.
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
