# Asymmetric Deep Semantic Quantization for Image Retrieval

**Authors:** Zhan Yang, Osolo Ian Raymond, WuQing Sun, Jun Long

arXiv: 1903.12493 · 2019-06-04

## TL;DR

This paper introduces ADSQ, a novel asymmetric deep semantic quantization method for image retrieval that leverages semantic information to generate discriminative hash codes, outperforming existing methods on benchmark datasets.

## Contribution

The paper proposes a new asymmetric deep hashing framework with a LabelNet and two ImgNets to improve semantic discrimination and code optimization in image retrieval.

## Key findings

- ADSQ outperforms state-of-the-art methods on CIFAR-10, NUS-WIDE, and ImageNet.
- The asymmetric framework effectively captures rich semantic information.
- The method improves the discriminability of hash codes in retrieval tasks.

## Abstract

Due to its fast retrieval and storage efficiency capabilities, hashing has been widely used in nearest neighbor retrieval tasks. By using deep learning based techniques, hashing can outperform non-learning based hashing technique in many applications. However, we argue that the current deep learning based hashing methods ignore some critical problems (e.g., the learned hash codes are not discriminative due to the hashing methods being unable to discover rich semantic information and the training strategy having difficulty optimizing the discrete binary codes). In this paper, we propose a novel image hashing method, termed as \textbf{\underline{A}}symmetric \textbf{\underline{D}}eep \textbf{\underline{S}}emantic \textbf{\underline{Q}}uantization (\textbf{ADSQ}). \textbf{ADSQ} is implemented using three stream frameworks, which consist of one \emph{LabelNet} and two \emph{ImgNets}. The \emph{LabelNet} leverages the power of three fully-connected layers, which are used to capture rich semantic information between image pairs. For the two \emph{ImgNets}, they each adopt the same convolutional neural network structure, but with different weights (i.e., asymmetric convolutional neural networks). The two \emph{ImgNets} are used to generate discriminative compact hash codes. Specifically, the function of the \emph{LabelNet} is to capture rich semantic information that is used to guide the two \emph{ImgNets} in minimizing the gap between the real-continuous features and the discrete binary codes. Furthermore, \textbf{ADSQ} can utilize the most critical semantic information to guide the feature learning process and consider the consistency of the common semantic space and Hamming space. Experimental results on three benchmarks (i.e., CIFAR-10, NUS-WIDE, and ImageNet) demonstrate that the proposed \textbf{ADSQ} can outperforms current state-of-the-art methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.12493/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/1903.12493/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1903.12493/full.md

---
Source: https://tomesphere.com/paper/1903.12493