paper-with-me

홈 › Papers

Learning to Hash for Indexing Big Data - A Survey

2015-09-17 · Jun Wang, Wei Liu, Sanjiv Kumar, Shih-Fu Chang

The explosive growth in big data has attracted much attention in designing efficient indexing and search methods recently. In many critical applications such as large-scale search and pattern matching, finding the nearest neighbors to a query is a fundamental research problem. However, the straightforward solution using exhaustive comparison is infeasible due to the prohibitive computational complexity and memory requirement. In response, Approximate Nearest Neighbor (ANN) search based on hashing techniques has become popular due to its promising performance in both efficiency and accuracy. Prior randomized hashing methods, e.g., Locality-Sensitive Hashing (LSH), explore data-independent hash functions with random projections or permutations. Although having elegant theoretic guarantees on the search quality in certain metric spaces, performance of randomized hashing has been shown insufficient in many real-world applications. As a remedy, new approaches incorporating data-driven learning methods in development of advanced hash functions have emerged. Such learning to hash methods exploit information such as data distributions or class labels when optimizing the hash codes or functions. Importantly, the learned hash codes are able to preserve the proximity of neighboring data in the original feature spaces in the hash code spaces. The goal of this paper is to provide readers with systematic understanding of insights, pros and cons of the emerging techniques. We provide a comprehensive survey of the learning to hash framework and representative techniques of various types, including unsupervised, semi-supervised, and supervised. In addition, we also summarize recent hashing approaches utilizing the deep learning models. Finally, we discuss the future direction and trends of research in this area.

📄 PDF Abstract BibTeX arXiv:1509.05472

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Similar Papers 제목 키워드 기반

Effective and Efficient Indexing in Cross-Modal Hashing-Based Datasets

2019-04-30 · Sarawut Markchit, Chih-Yi Chiu

To overcome the barrier of storage and computation, the hashing technique has been widely used for nearest neighbor search in multimedia retrieval applications recently. Particularly, cross-modal retrieval that searches …

Cross-Modal RetrievalRetrieval

IHashNet: Iris Hashing Network based on efficient multi-index hashing

2020-12-07 · Avantika Singh, Chirag Vashist, Pratyush Gaurav, Aditya Nigam 외

Massive biometric deployments are pervasive in today's world. But despite the high accuracy of biometric systems, their computational efficiency degrades drastically with an increase in the database size. Thus, it is ess…

Computational Efficiency

Adaptive von Mises-Fisher Likelihood Loss for Supervised Deep Time Series Hashing

2025-09-23 · Juan Manuel Perez, Kevin Garcia, Brooklyn Berry, Dongjin Song 외 arxiv

Indexing time series by creating compact binary representations is a fundamental task in time series data mining. Recently, deep learning-based hashing methods have proven effective for indexing time series based on sema…

Representation Learning

FMHash: Deep Hashing of In-Air-Handwriting for User Identification

2018-06-10 · Duo Lu, Dijiang Huang, Anshul Rai

Many mobile systems and wearable devices, such as Virtual Reality (VR) or Augmented Reality (AR) headsets, lack a keyboard or touchscreen to type an ID and password for signing into a virtual website. However, they are u…

Deep HashingUser Identification

An Efficient Approach for Super and Nested Term Indexing and Retrieval

2019-05-23 · Md. Faisal Mahbub Chowdhury, Robert Farrell

This paper describes a new approach, called Terminological Bucket Indexing (TBI), for efficient indexing and retrieval of both nested and super terms using a single method. We propose a hybrid data structure for facilita…

Retrieval