ICASSP 2020accepted0 citations

Deep Product Quantization Module for Efficient Image Retrieval

Meihan Liu, Yongxing Dai, Yan Bai, Ling-Yu Duan

Abstract

Product Quantization (PQ) is one of the most popular Approximate Nearest Neighbor (ANN) methods for large-scale image retrieval, bringing better performance than hashing based methods. In recent years, several works extend the hard quantization to soft quantization with specially designed deep neural architectures. We propose a simple but effective deep Product Quantization Module (PQM) to jointly learn discriminative codebook and precise hard assignment in an end-to-end manner. In this work, we use the straight-through estimator to make it feasible to directly optimize the discrete binary representations in deep neural networks with stochastic gradient descent. Different from previous deep vector quantization methods, PQM is a plug-and-play module which can be adaptive to various base networks in the scenarios of image search or compression. Besides, we propose a reconstruction loss to minimize the domain gap between the original embedding features and codebook. Experimental results show that PQM outperforms state-of-the-art deep supervised hashing and quantization methods on several image retrieval benchmarks.

BibTeX
@inproceedings{icassp2020_deepproductquant,
  title = {Deep Product Quantization Module for Efficient Image Retrieval},
  author = {Meihan Liu and Yongxing Dai and Yan Bai and Ling-Yu Duan},
  booktitle = {ICASSP 2020},
  year = {2020}
}