TL;DR
This paper introduces #GNN, a graph neural network model that uses hashing to efficiently generate node representations for link prediction, balancing accuracy and computational efficiency.
Contribution
The paper proposes #GNN, a novel GNN framework that employs randomized hashing for efficient high-order proximity capture, improving speed while maintaining accuracy.
Findings
#GNN achieves comparable accuracy to learning-based methods.
It outperforms randomized algorithms in accuracy.
It demonstrates excellent scalability on large networks.
Abstract
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…
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
MethodsGraph Neural Network
