paper-with-me

홈 › Papers

Adaptive Hashing for Fast Similarity Search

2015-12-01 · ICCV 2015 12 · Fatih Cakir, Stan Sclaroff

With the staggering growth in image and video datasets, algorithms that provide fast similarity search and compact storage are crucial. Hashing methods that map the data into Hamming space have shown promise; however, many of these methods employ a batch-learning strategy in which the computational cost and memory requirements may become intractable and infeasible with larger and larger datasets. To overcome these challenges, we propose an online learning algorithm based on stochastic gradient descent in which the hash functions are updated iteratively with streaming data. In experiments with three image retrieval benchmarks, our online algorithm attains retrieval accuracy that is comparable to competing state-of-the-art batch-learning solutions, while our formulation is orders of magnitude faster and being online it is adaptable to the variations of the data. Moreover, our formulation yields improved retrieval performance over a recently reported online hashing technique, Online Kernel Hashing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalRetrieval

Similar Papers 제목 키워드 기반

Adaptive Object Retrieval with Kernel Reconstructive Hashing

2014-06-01 · CVPR 2014 6 · Haichuan Yang, Xiao Bai, Jun Zhou, Peng Ren 외

Hashing is very useful for fast approximate similarity search on large database. In the unsupervised settings, most hashing methods aim at preserving the similarity defined by Euclidean distance. Hash codes generated by …

ObjectRetrievalvalid

Unsupervised Multi-Index Semantic Hashing

2021-03-26 · Christian Hansen, Casper Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Semantic hashing represents documents as compact binary vectors (hash codes) and allows both efficient and effective similarity search in large-scale information retrieval. The state of the art has primarily focused on l…

Information RetrievalRetrieval

Pairwise Supervised Hashing with Bernoulli Variational Auto-Encoder and Self-Control Gradient Estimator

2020-05-21 · Siamak Zamani Dadaneh, Shahin Boluki, Mingzhang Yin, Mingyuan Zhou 외

Semantic hashing has become a crucial component of fast similarity search in many large-scale information retrieval systems, in particular, for text data. Variational auto-encoders (VAEs) with binary latent variables as …

Information RetrievalRetrieval

Dynamic Similarity Search on Integer Sketches

2020-09-24 · Shunsuke Kanda, Yasuo Tabei

Similarity-preserving hashing is a core technique for fast similarity searches, and it randomly maps data points in a metric space to strings of discrete symbols (i.e., sketches) in the Hamming space. While traditional h…

Ranking Preserving Hashing for Fast Similarity Search

2015-06-27 · AAAI 2015 6 · Qifan Wang, Zhiwei Zhang, Luo Si

Hashing method becomes popular for large scale similarity search due to its storage and computational efficiency. Many machine learning techniques, ranging from unsupervised to supervised, have been proposed to design co…

Computational Efficiency