paper-with-me

홈 › Papers

HashNet: Deep Learning to Hash by Continuation

2017-02-02 · ICCV 2017 10 · Zhangjie Cao, Mingsheng Long, Jian-Min Wang, Philip S. Yu

Learning to hash has been widely applied to approximate nearest neighbor search for large-scale multimedia retrieval, due to its computation efficiency and retrieval quality. Deep learning to hash, which improves retrieval quality by end-to-end representation learning and hash encoding, has received increasing attention recently. Subject to the ill-posed gradient difficulty in the optimization with sign activations, existing deep learning to hash methods need to first learn continuous representations and then generate binary hash codes in a separated binarization step, which suffer from substantial loss of retrieval quality. This work presents HashNet, a novel deep architecture for deep learning to hash by continuation method with convergence guarantees, which learns exactly binary hash codes from imbalanced similarity data. The key idea is to attack the ill-posed gradient problem in optimizing deep networks with non-smooth binary activations by continuation method, in which we begin from learning an easier network with smoothed activation function and let it evolve during the training, until it eventually goes back to being the original, difficult to optimize, deep network with the sign activation function. Comprehensive empirical evidence shows that HashNet can generate exactly binary hash codes and yield state-of-the-art multimedia retrieval performance on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:1702.00758

Code (2)

thuml/HashNet 공식 구현 pytorch
hatimwen/paddle_hashnet paddle

Tasks

BinarizationDeep LearningRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

Vision Transformer Hashing for Image Retrieval

2021-09-26 · Shiv Ram Dubey, Satish Kumar Singh, Wei-Ta Chu

Deep learning has shown a tremendous growth in hashing techniques for image retrieval. Recently, Transformer has emerged as a new architecture by utilizing self-attention without convolution. Transformer is also extended…

Deep HashingImage RetrievalQuantizationRetrieval

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

Locality Sensitive Hashing in Fourier Frequency Domain For Soft Set Containment Search

2023-09-21 · NeurIPS 2023 11

In many search applications related to passage retrieval, text entailment, and subgraph search, the query and each 'document' is a set of elements, with a document being relevant if it contains the query. These elements …

Deep Segment Hash Learning for Music Generation

2018-05-30 · Kevin Joslyn, Naifan Zhuang, Kien A. Hua

Music generation research has grown in popularity over the past decade, thanks to the deep learning revolution that has redefined the landscape of artificial intelligence. In this paper, we propose a novel approach to mu…

Music Generation

DeepThin: A Self-Compressing Library for Deep Neural Networks

2018-02-20 · Matthew Sotoudeh, Sara S. Baghsorkhi

As the industry deploys increasingly large and complex neural networks to mobile devices, more pressure is put on the memory and compute resources of those devices. Deep compression, or compression of deep neural network…