paper-with-me

Papers

Hashing-Accelerated Graph Neural Networks for Link Prediction

2021-05-29 · Wei Wu, Bin Li, Chuan Luo, Wolfgang Nejdl

Networks are ubiquitous in the real world. Link prediction, as one of the key problems for network-structured data, aims to predict whether there exists a link between two nodes. The traditional approaches are based on the explicit similarity computation between the compact node representation by embedding each node into a low-dimensional space. In order to efficiently handle the intensive similarity computation in link prediction, the hashing technique has been successfully used to produce the node representation in the Hamming space. However, the hashing-based link prediction algorithms face accuracy loss from the randomized hashing techniques or inefficiency from the learning to hash techniques in the embedding process. Currently, the Graph Neural Network (GNN) framework has been widely applied to the graph-related tasks in an end-to-end manner, but it commonly requires substantial computational resources and memory costs due to massive parameter learning, which makes the GNN-based algorithms impractical without the help of a powerful workhorse. In this paper, we propose a simple and effective model called #GNN, which balances the trade-off between accuracy and efficiency. #GNN is able to efficiently acquire node representation in the Hamming space for link prediction by exploiting the randomized hashing technique to implement message passing and capture high-order proximity in the GNN framework. Furthermore, we characterize the discriminative power of #GNN in probability. The extensive experimental results demonstrate that the proposed #GNN algorithm achieves accuracy comparable to the learning-based algorithms and outperforms the randomized algorithm, while running significantly faster than the learning-based algorithms. Also, the proposed algorithm shows excellent scalability on a large-scale network with the limited resources.

📄 PDF Abstract BibTeX arXiv:2105.14280

Code (1)

williamweiwu/williamweiwu.github.io 공식 구현

Tasks

Graph Neural NetworkLink PredictionPrediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Deep Hashing for Signed Social Network Embedding

2019-08-12 · Jia-Nan Guo, Xian-Ling Mao, Xiao-Jian Jiang, Ying-Xiang Sun 외

Network embedding is a promising way of network representation, facilitating many signed social network processing and analysis tasks such as link prediction and node classification. Recently, feature hashing has been ad…

Deep HashingLink PredictionNetwork EmbeddingNode Classification

Nonparametric Link Prediction in Dynamic Networks

2012-06-27 · Purnamrita Sarkar, Deepayan Chakrabarti, Michael Jordan

We propose a non-parametric link prediction algorithm for a sequence of graph snapshots over time. The model predicts links based on the features of its endpoints, as well as those of the local neighborhood around the en…

Link PredictionPrediction

GPU Accelerated Cascade Hashing Image Matching for Large Scale 3D Reconstruction

2018-05-23 · Tao Xu, Kun Sun, Wenbing Tao

Image feature point matching is a key step in Structure from Motion(SFM). However, it is becoming more and more time consuming because the number of images is getting larger and larger. In this paper, we proposed a GPU a…

3D ReconstructionCPUGPU

Weisfeiler-lehman neural machine for link prediction

2017-08-01 · KDD 2017 8 · Muhan Zhang, Yixin Chen

In this paper, we propose a next-generation link prediction method, Weisfeiler-Lehman Neural Machine (Wlnm), which learns topological features in the form of graph patterns that promote the formation of links. Wlnm has…

Link PredictionPrediction

Nonparametric Link Prediction in Large Scale Dynamic Networks

2011-09-06 · Purnamrita Sarkar, Deepayan Chakrabarti, Michael Jordan

We propose a nonparametric approach to link prediction in large-scale dynamic networks. Our model uses graph-based features of pairs of nodes as well as those of their local neighborhoods to predict whether those nodes w…

Link PredictionPrediction