paper-with-me

Papers

Deep Saliency Hashing

2018-07-04 · Sheng Jin, Hongxun Yao, Xiaoshuai Sun, Shangchen Zhou, Lei Zhang, Xian-Sheng Hua

In recent years, hashing methods have been proved to be effective and efficient for the large-scale Web media search. However, the existing general hashing methods have limited discriminative power for describing fine-grained objects that share similar overall appearance but have subtle difference. To solve this problem, we for the first time introduce the attention mechanism to the learning of fine-grained hashing codes. Specifically, we propose a novel deep hashing model, named deep saliency hashing (DSaH), which automatically mines salient regions and learns semantic-preserving hashing codes simultaneously. DSaH is a two-step end-to-end model consisting of an attention network and a hashing network. Our loss function contains three basic components, including the semantic loss, the saliency loss, and the quantization loss. As the core of DSaH, the saliency loss guides the attention network to mine discriminative regions from pairs of images. We conduct extensive experiments on both fine-grained and general retrieval datasets for performance evaluation. Experimental results on fine-grained datasets, including Oxford Flowers-17, Stanford Dogs-120, and CUB Bird demonstrate that our DSaH performs the best for fine-grained retrieval task and beats the strongest competitor (DTQ) by approximately 10% on both Stanford Dogs-120 and CUB Bird. DSaH is also comparable to several state-of-the-art hashing methods on general datasets, including CIFAR-10 and NUS-WIDE.

📄 PDF Abstract BibTeX arXiv:1807.01459

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingQuantizationRetrieval

Similar Papers 제목 키워드 기반

Attention-based Saliency Hashing for Ophthalmic Image Retrieval

2020-12-07 · Jiansheng Fang, Yanwu Xu, Xiaoqing Zhang, Yan Hu 외

Deep hashing methods have been proved to be effective for the large-scale medical image search assisting reference-based diagnosis for clinicians. However, when the salient region plays a maximal discriminative role in o…

Deep HashingImage RetrievalRetrieval

Deep Discrete Supervised Hashing

2017-07-31 · Jiang Qing-Yuan, Cui Xue, Li Wu-Jun

Hashing has been widely used for large-scale search due to its low storage cost and fast query speed. By using supervised information, supervised hashing can significantly outperform unsupervised hashing. Recently, discr…

Deep HashingImage RetrievalRetrieval

Neurons Merging Layer: Towards Progressive Redundancy Reduction for Deep Supervised Hashing

2018-09-07 · Chaoyou Fu, Liangchen Song, Xiang Wu, Guoli Wang 외

Deep supervised hashing has become an active topic in information retrieval. It generates hashing bits by the output neurons of a deep hashing network. During binary discretization, there often exists much redundancy bet…

Deep HashingInformation RetrievalRetrieval

A Survey on Deep Hashing Methods

2020-03-04 · Xiao Luo, Haixin Wang, Daqing Wu, Chong Chen 외

Nearest neighbor search aims to obtain the samples in the database with the smallest distances from them to the queries, which is a basic task in a range of fields, including computer vision and data mining. Hashing is o…

Deep HashingDomain AdaptationPseudo LabelQuantization+3

Deep Attention-guided Hashing

2018-12-04 · Zhan Yang, Osolo Ian Raymond, Wuqing Sun, Jun Long

With the rapid growth of multimedia data (e.g., image, audio and video etc.) on the web, learning-based hashing techniques such as Deep Supervised Hashing (DSH) have proven to be very efficient for large-scale multimedia…

Deep Attention