iN2V extends node2vec embeddings to unseen nodes via iterative neighbor averaging with train-time modifications, improving node classification by about 1 point on average over Feature Propagation.
subgraph2vec: Learning Distributed Representations of Rooted Sub-graphs from Large Graphs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this paper, we present subgraph2vec, a novel approach for learning latent representations of rooted subgraphs from large graphs inspired by recent advancements in Deep Learning and Graph Kernels. These latent representations encode semantic substructure dependencies in a continuous vector space, which is easily exploited by statistical models for tasks such as graph classification, clustering, link prediction and community detection. subgraph2vec leverages on local information obtained from neighbourhoods of nodes to learn their latent representations in an unsupervised fashion. We demonstrate that subgraph vectors learnt by our approach could be used in conjunction with classifiers such as CNNs, SVMs and relational data clustering algorithms to achieve significantly superior accuracies. Also, we show that the subgraph vectors could be used for building a deep learning variant of Weisfeiler-Lehman graph kernel. Our experiments on several benchmark and large-scale real-world datasets reveal that subgraph2vec achieves significant improvements in accuracies over existing graph kernels on both supervised and unsupervised learning tasks. Specifically, on two realworld program analysis tasks, namely, code clone and malware detection, subgraph2vec outperforms state-of-the-art kernels by more than 17% and 4%, respectively.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
iN2V: Bringing Transductive Node Embeddings to Inductive Graphs
iN2V extends node2vec embeddings to unseen nodes via iterative neighbor averaging with train-time modifications, improving node classification by about 1 point on average over Feature Propagation.