paper-with-me

홈 › Papers

A non-alternating graph hashing algorithm for large scale image search

2020-12-24 · Sobhan Hemati, Mohammad Hadi Mehdizavareh, Shojaeddin Chenouri, Hamid R Tizhoosh

In the era of big data, methods for improving memory and computational efficiency have become crucial for successful deployment of technologies. Hashing is one of the most effective approaches to deal with computational limitations that come with big data. One natural way for formulating this problem is spectral hashing that directly incorporates affinity to learn binary codes. However, due to binary constraints, the optimization becomes intractable. To mitigate this challenge, different relaxation approaches have been proposed to reduce the computational load of obtaining binary codes and still attain a good solution. The problem with all existing relaxation methods is resorting to one or more additional auxiliary variables to attain high quality binary codes while relaxing the problem. The existence of auxiliary variables leads to coordinate descent approach which increases the computational complexity. We argue that introducing these variables is unnecessary. To this end, we propose a novel relaxed formulation for spectral hashing that adds no additional variables to the problem. Furthermore, instead of solving the problem in original space where number of variables is equal to the data points, we solve the problem in a much smaller space and retrieve the binary codes from this solution. This trick reduces both the memory and computational complexity at the same time. We apply two optimization techniques, namely projected gradient and optimization on manifold, to obtain the solution. Using comprehensive experiments on four public datasets, we show that the proposed efficient spectral hashing (ESH) algorithm achieves highly competitive retrieval performance compared with state of the art at low complexity.

📄 PDF Abstract BibTeX arXiv:2012.13138

Code (1)

sobhanhemati/Efficient-Spectral-Hashing-ESH- 공식 구현 tf

Tasks

Computational EfficiencyImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Fast Supervised Discrete Hashing and its Analysis

2016-11-30 · Gou Koutaki, Keiichiro Shirai, Mitsuru Ambai

In this paper, we propose a learning-based supervised discrete hashing method. Binary hashing is widely used for large-scale image retrieval as well as video and document searches because the compact representation of bi…

Image RetrievalQuantizationRetrieval

Discrete Graph Hashing

2014-12-01 · NeurIPS 2014 12 · Wei Liu, Cun Mu, Sanjiv Kumar, Shih-Fu Chang

Hashing has emerged as a popular technique for fast nearest neighbor search in gigantic databases. In particular, learning based hashing has received considerable attention due to its appealing storage and search efficie…

Graph-Collaborated Auto-Encoder Hashing for Multi-view Binary Clustering

2023-01-06 · Huibing Wang, Mingze Yao, Guangqi Jiang, Zetian Mi 외

Unsupervised hashing methods have attracted widespread attention with the explosive growth of large-scale data, which can greatly reduce storage and computation by learning compact binary codes. Existing unsupervised has…

ClusteringQuantization

Cross-Modality Binary Code Learning via Fusion Similarity Hashing

2017-07-01 · CVPR 2017 7 · Hong Liu, Rongrong Ji, Yongjian Wu, Feiyue Huang 외

Binary code learning has been emerging topic in large-scale cross-modality retrieval recently. It aims to map features from multiple modalities into a common Hamming space, where the cross-modality similarity can be appr…

Retrieval

SADIH: Semantic-Aware DIscrete Hashing

2019-04-03 · Zheng Zhang, Guo-Sen Xie, Yang Li, Sheng Li 외

Due to its low storage cost and fast query speed, hashing has been recognized to accomplish similarity search in large-scale multimedia retrieval applications. Particularly supervised hashing has recently received consid…

Retrieval