paper-with-me

Papers

Search Efficient Binary Network Embedding

2019-01-14 · Daokun Zhang, Jie Yin, Xingquan Zhu, Chengqi Zhang

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 learned binary encoding not only reduces memory usage to represent each node, but also allows fast bit-wise comparisons to support faster node similarity search than using Euclidean distance or other distance measures. Extensive experiments and comparisons demonstrate that BinaryNE not only delivers more than 25 times faster search speed, but also provides comparable or better search quality than traditional continuous vector based network embedding methods. The binary codes learned by BinaryNE also render competitive performance on node classification and node clustering tasks. The source code of this paper is available at https://github.com/daokunzhang/BinaryNE.

📄 PDF Abstract BibTeX arXiv:1901.04097

Code (1)

daokunzhang/binaryne 공식 구현

Tasks

AttributeNetwork EmbeddingNode ClassificationNode Clustering

Similar Papers 제목 키워드 기반

AMVH: Asymmetric Multi-Valued Hashing

2017-07-01 · CVPR 2017 7 · Cheng Da, Shibiao Xu, Kun Ding, Gaofeng Meng 외

Most existing hashing methods resort to binary codes for similarity search, owing to the high efficiency of computation and storage. However, binary codes lack enough capability in similarity preservation, resulting in l…

HBST: A Hamming Distance embedding Binary Search Tree for Visual Place Recognition

2018-02-26 · Dominik Schlegel, Giorgio Grisetti

Reliable and efficient Visual Place Recognition is a major building block of modern SLAM systems. Leveraging on our prior work, in this paper we present a Hamming Distance embedding Binary Search Tree (HBST) approach for…

Image RetrievalRetrievalVisual Place Recognition

Evolutionary Feature-wise Thresholding for Binary Representation of NLP Embeddings

2025-07-22 · Soumen Sinha, Shahryar Rahnamayan, Azam Asilian Bidgoli arxiv

Efficient text embedding is crucial for large-scale natural language processing (NLP) applications, where storage and computational efficiency are key concerns. In this paper, we explore how using binary representations …

Computational Efficiency

SAFE: Self-Attentive Function Embeddings for Binary Similarity

2018-11-13 · Luca Massarelli, Giuseppe Antonio Di Luna, Fabio Petroni, Leonardo Querzoni 외

The binary similarity problem consists in determining if two functions are similar by only considering their compiled form. Advanced techniques for binary similarity recently gained momentum as they can be applied in sev…

Malware AnalysisVulnerability Detection

Angular Quantization-based Binary Codes for Fast Similarity Search

2012-12-01 · NeurIPS 2012 12 · Yunchao Gong, Sanjiv Kumar, Vishal Verma, Svetlana Lazebnik

This paper focuses on the problem of learning binary embeddings for efficient retrieval of high-dimensional non-negative data. Such data typically arises in a large number of vision and text applications where counts or …

QuantizationRetrievalText Retrieval