paper-with-me

Papers

QUINT: Node embedding using network hashing

2021-09-09 · Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma, Biswadeep Sen, Tanmoy Chakraborty

Representation learning using network embedding has received tremendous attention due to its efficacy to solve downstream tasks. Popular embedding methods (such as deepwalk, node2vec, LINE) are based on a neural architecture, thus unable to scale on large networks both in terms of time and space usage. Recently, we proposed BinSketch, a sketching technique for compressing binary vectors to binary vectors. In this paper, we show how to extend BinSketch and use it for network hashing. Our proposal named QUINT is built upon BinSketch, and it embeds nodes of a sparse network onto a low-dimensional space using simple bi-wise operations. QUINT is the first of its kind that provides tremendous gain in terms of speed and space usage without compromising much on the accuracy of the downstream tasks. Extensive experiments are conducted to compare QUINT with seven state-of-the-art network embedding methods for two end tasks - link prediction and node classification. We observe huge performance gain for QUINT in terms of speedup (up to 7000x) and space saving (up to 80x) due to its bit-wise nature to obtain node embedding. Moreover, QUINT is a consistent top-performer for both the tasks among the baselines across all the datasets. Our empirical observations are backed by rigorous theoretical analysis to justify the effectiveness of QUINT. In particular, we prove that QUINT retains enough structural information which can be used further to approximate many topological properties of networks with high confidence.

📄 PDF Abstract BibTeX arXiv:2109.04206

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNetwork EmbeddingNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Deep Kernel Supervised Hashing for Node Classification in Structural Networks

2020-10-26 · Jia-Nan Guo, Xian-Ling Mao, Shu-Yang Lin, Wei Wei 외

Node classification in structural networks has been proven to be useful in many real world applications. With the development of network embedding, the performance of node classification has been greatly improved. Howeve…

ClassificationGeneral ClassificationNetwork EmbeddingNode Classification

Sign-Guided Bipartite Graph Hashing for Hamming Space Search

2024-05-04 · Xueyi Wu

Bipartite graph hashing (BGH) is extensively used for Top-K search in Hamming space at low storage and inference costs. Recent research adopts graph convolutional hashing for BGH and has achieved the state-of-the-art per…

Contrastive Learning

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

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

Graph Neural NetworkLink PredictionPrediction

Bipartite Graph Convolutional Hashing for Effective and Efficient Top-N Search in Hamming Space

2023-04-01 · Yankai Chen, Yixiang Fang, Yifei Zhang, Irwin King

Searching on bipartite graphs is basal and versatile to many real-world Web applications, e.g., online recommendation, database retrieval, and query-document searching. Given a query node, the conventional approaches rel…

Retrieval