Search Efficient Binary Network Embedding
Daokun Zhang, Jie Yin, Xingquan Zhu, Chengqi Zhang

TL;DR
BinaryNE introduces a binary network embedding method that significantly accelerates large-scale node similarity searches while maintaining comparable or superior accuracy to traditional methods.
Contribution
The paper proposes BinaryNE, a novel binary network embedding algorithm that enables fast, memory-efficient, and effective node similarity search and analysis.
Findings
BinaryNE achieves over 25 times faster search speed.
BinaryNE provides comparable or better search quality than traditional methods.
Binary codes support efficient node classification and clustering.
Abstract
Traditional network embedding primarily focuses on learning a continuous vector representation for each node, preserving network structure and/or node content information, such that off-the-shelf machine learning algorithms can be easily applied to the vector-format node representations for network analysis. However, the learned continuous vector representations are inefficient for large-scale similarity search, which often involves finding nearest neighbors measured by distance or similarity in a continuous vector space. In this paper, we propose a search efficient binary network embedding algorithm called BinaryNE to learn a binary code for each node, by simultaneously modeling node context relations and node attribute relations through a three-layer neural network. BinaryNE learns binary node representations through a stochastic gradient descent based online learning algorithm. The…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Domain Adaptation and Few-Shot Learning
