QUINT: Node embedding using network hashing
Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma, Biswadeep Sen,, and Tanmoy Chakraborty

TL;DR
QUINT is a novel network embedding method that uses network hashing and binary sketching to achieve significant speed and space efficiency while maintaining high accuracy in downstream tasks.
Contribution
It introduces QUINT, the first network embedding approach based on binary sketching and hashing, offering substantial improvements in speed and space over existing neural-based methods.
Findings
Up to 7000x speedup compared to state-of-the-art methods
Up to 80x reduction in space usage
Consistently top-performing in link prediction and node classification
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsnode2vec
