paper-with-me

Papers

subgraph2vec: Learning Distributed Representations of Rooted Sub-graphs from Large Graphs

2016-06-29 · Annamalai Narayanan, Mahinthan Chandramohan, Lihui Chen, Yang Liu, Santhoshkumar Saminathan

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.

📄 PDF Abstract BibTeX arXiv:1606.08928

Code (3)

mldroid/subgraph2vec tf
mldroid/subgraph2vec_gensim tf
mldroid/subgraph2vec_tf tf

Tasks

ClusteringCommunity DetectionGraph ClassificationLink PredictionMalware Detection

Similar Papers 제목 키워드 기반

Nested Graph Neural Networks

2021-10-25 · NeurIPS 2021 12 · Muhan Zhang, Pan Li

Graph neural network (GNN)'s success in graph classification is closely related to the Weisfeiler-Lehman (1-WL) algorithm. By iteratively aggregating neighboring node features to a center node, both 1-WL and GNN obtain a…

Graph ClassificationGraph Neural NetworkGraph Property Prediction

Learning multi-resolution representations of research patterns in bibliographic networks

2021-02-01 · Journal of Informetrics 2021 2 · O-Joun Lee, Hyeon-Ju Jeon, Jason J. Jung

This study aims at representing research patterns of bibliographic entities (e.g., scholars, papers, and venues) with a fixed-length vector. Bibliographic network structures rooted in the entities are incredibly diverse,…

Graph EmbeddingGraph Representation LearningNetwork EmbeddingNode Property Prediction+1

Distributed Representation of Subgraphs

2017-02-22 · Bijaya Adhikari, Yao Zhang, Naren Ramakrishnan, B. Aditya Prakash

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 networ…

Community DetectionNode Classification

Fine Grained Insider Risk Detection

2024-11-04 · Birkett Huber, Casper Neo, Keiran Sampson, Alex Kantchelian 외

We present a method to detect departures from business-justified workflows among support agents. Our goal is to assist auditors in identifying agent actions that cannot be explained by the activity within their surroundi…

Contrastive Learning

How can we generalise learning distributed representations of graphs?

2019-09-25 · Paul M Scherer, Pietro Lio

We propose a general framework to construct unsupervised models capable of learning distributed representations of discrete structures such as graphs based on R-Convolution kernels and distributed semantics research. Our…

Binary ClassificationClassificationGraph ClassificationMulti-class Classification