# Deep Policy Hashing Network with Listwise Supervision

**Authors:** Shaoying Wang, Haijiang Lai, Yifan Yang, and Jian Yin

arXiv: 1904.01728 · 2019-04-04

## TL;DR

This paper introduces a novel deep policy hashing method that leverages listwise supervision and a dual-network system to improve large-scale image retrieval performance.

## Contribution

It proposes a new deep policy hashing architecture with query and database networks trained in parallel using listwise supervision for better ranking accuracy.

## Key findings

- Significant improvement in mean average precision (MAP) over existing methods.
- Effective utilization of listwise supervision in deep hashing.
- Robust performance across multiple benchmark datasets.

## Abstract

Deep-networks-based hashing has become a leading approach for large-scale image retrieval, which learns a similarity-preserving network to map similar images to nearby hash codes. The pairwise and triplet losses are two widely used similarity preserving manners for deep hashing. These manners ignore the fact that hashing is a prediction task on the list of binary codes. However, learning deep hashing with listwise supervision is challenging in 1) how to obtain the rank list of whole training set when the batch size of the deep network is always small and 2) how to utilize the listwise supervision. In this paper, we present a novel deep policy hashing architecture with two systems are learned in parallel: a query network and a shared and slowly changing database network. The following three steps are repeated until convergence: 1) the database network encodes all training samples into binary codes to obtain a whole rank list, 2) the query network is trained based on policy learning to maximize a reward that indicates the performance of the whole ranking list of binary codes, e.g., mean average precision (MAP), and 3) the database network is updated as the query network. Extensive evaluations on several benchmark datasets show that the proposed method brings substantial improvements over state-of-the-art hashing methods.

## Full text

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

## Figures

35 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01728/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1904.01728/full.md

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