paper-with-me

Papers

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 search. The recent successes seen in Learning-based hashing methods are largely due to the success of deep learning-based hashing methods. However, there are some limitations to previous learning-based hashing methods (e.g., the learned hash codes containing repetitive and highly correlated information). In this paper, we propose a novel learning-based hashing method, named Deep Attention-guided Hashing (DAgH). DAgH is implemented using two stream frameworks. The core idea is to use guided hash codes which are generated by the hashing network of the first stream framework (called first hashing network) to guide the training of the hashing network of the second stream framework (called second hashing network). Specifically, in the first network, it leverages an attention network and hashing network to generate the attention-guided hash codes from the original images. The loss function we propose contains two components: the semantic loss and the attention loss. The attention loss is used to punish the attention network to obtain the salient region from pairs of images; in the second network, these attention-guided hash codes are used to guide the training of the second hashing network (i.e., these codes are treated as supervised labels to train the second network). By doing this, DAgH can make full use of the most critical information contained in images to guide the second hashing network in order to learn efficient hash codes in a true end-to-end fashion. Results from our experiments demonstrate that DAgH can generate high quality hash codes and it outperforms current state-of-the-art methods on three benchmark datasets, CIFAR-10, NUS-WIDE, and ImageNet.

📄 PDF Abstract BibTeX arXiv:1812.01404

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Attention

Similar Papers 제목 키워드 기반

Attributes Grouping and Mining Hashing for Fine-Grained Image Retrieval

2023-11-10 · Xin Lu, Shikun Chen, Yichao Cao, Xin Zhou 외

In recent years, hashing methods have been popular in the large-scale media search for low storage and strong representation capabilities. To describe objects with similar overall appearance but subtle differences, more …

DiversityImage RetrievalRetrieval

Hadamard Matrix Guided Online Hashing

2019-05-11 · Mingbao Lin, Rongrong Ji, Hong Liu, Xiaoshuai Sun 외

Online image hashing has attracted increasing research attention recently, which receives large-scale data in a streaming manner to update the hash functions on-the-fly. Its key challenge lies in the difficulty of balanc…

Binary Classification

Cascading Hierarchical Networks with Multi-task Balanced Loss for Fine-grained hashing

2023-03-20 · Xianxian Zeng, Yanjun Zheng

With the explosive growth in the number of fine-grained images in the Internet era, it has become a challenging problem to perform fast and efficient retrieval from large-scale fine-grained images. Among the many retriev…

Data AugmentationFine-Grained Image ClassificationMulti-Task LearningRetrieval

Pairwise Relationship Guided Deep Hashing for Cross-Modal Retrieval

2017-02-12 · Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence 2017 2 · ErkunYang, 1 ChengDeng, 1 WeiLiu, 2 XianglongLiu 외

With benefits of low storage cost and fast query speed, crossmodal hashing has received considerable attention recently. However,almostallexistingmethodsoncross-modalhashing cannot obtain powerful hash codes due to direct…

Cross-Modal RetrievalDeep HashingRetrieval

Using Deep Cross Modal Hashing and Error Correcting Codes for Improving the Efficiency of Attribute Guided Facial Image Retrieval

2019-02-11 · Veeru Talreja, Fariborz Taherkhani, Matthew C. Valenti, Nasser M. Nasrabadi

With benefits of fast query speed and low storage cost, hashing-based image retrieval approaches have garnered considerable attention from the research community. In this paper, we propose a novel Error-Corrected Deep Cr…

AttributeDeep HashingFace Image RetrievalImage Retrieval+1