paper-with-me

홈 › Papers

HHF: Hashing-guided Hinge Function for Deep Hashing Retrieval

2021-12-04 · Chengyin Xu, Zenghao Chai, Zhengzhuo Xu, Hongjia Li, Qiruyi Zuo, Lingyu Yang, Chun Yuan

Deep hashing has shown promising performance in large-scale image retrieval. However, latent codes extracted by Deep Neural Networks (DNNs) will inevitably lose semantic information during the binarization process, which damages the retrieval accuracy and makes it challenging. Although many existing approaches perform regularization to alleviate quantization errors, we figure out an incompatible conflict between metric learning and quantization learning. The metric loss penalizes the inter-class distances to push different classes unconstrained far away. Worse still, it tends to map the latent code deviate from ideal binarization point and generate severe ambiguity in the binarization process. Based on the minimum distance of the binary linear code, we creatively propose Hashing-guided Hinge Function (HHF) to avoid such conflict. In detail, the carefully-designed inflection point, which relies on the hash bit length and category numbers, is explicitly adopted to balance the metric term and quantization term. Such a modification prevents the network from falling into local metric optimal minima in deep hashing. Extensive experiments in CIFAR-10, CIFAR-100, ImageNet, and MS-COCO show that HHF consistently outperforms existing techniques, and is robust and flexible to transplant into other methods. Code is available at https://github.com/JerryXu0129/HHF.

📄 PDF Abstract BibTeX arXiv:2112.02225

Code (1)

jerryxu0129/hhf 공식 구현 pytorch

Tasks

BinarizationDeep HashingImage RetrievalMetric LearningQuantizationRetrieval

Similar Papers 제목 키워드 기반

Hard Example Guided Hashing for Image Retrieval

2021-12-27 · Hai Su, Meiyin Han, Junle Liang, Jun Liang 외

Compared with the traditional hashing methods, deep hashing methods generate hash codes with rich semantic information and greatly improves the performances in the image retrieval field. However, it is unsatisfied for cu…

Deep HashingImage RetrievalRetrieval

Optimal Projection Guided Transfer Hashing for Image Retrieval

2019-03-01 · Ji Liu, Lei Zhang

Recently, learning to hash has been widely studied for image retrieval thanks to the computation and storage efficiency of binary codes. For most existing learning to hash methods, sufficient training images are required…

Image RetrievalRetrievalTransfer Learning

Unsupervised Neural Generative Semantic Hashing

2019-06-03 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Fast similarity search is a key component in large-scale information retrieval, where semantic hashing has become a popular strategy for representing documents as binary hash codes. Recent advances in this area have been…

Code GenerationDocument RankingInformation RetrievalRetrieval

Attribute-Guided Network for Cross-Modal Zero-Shot Hashing

2018-02-06 · Zhong Ji, Yuxin Sun, Yunlong Yu, Yanwei Pang 외

Zero-Shot Hashing aims at learning a hashing model that is trained only by instances from seen categories but can generate well to those of unseen categories. Typically, it is achieved by utilizing a semantic embedding s…

AttributeCross-Modal RetrievalImage RetrievalRetrieval+1

Learning Decorrelated Hashing Codes for Multimodal Retrieval

2018-03-02 · Dayong Tian

In social networks, heterogeneous multimedia data correlate to each other, such as videos and their corresponding tags in YouTube and image-text pairs in Facebook. Nearest neighbor retrieval across multiple modalities on…

Retrieval