English

Random VLAD based Deep Hashing for Efficient Image Retrieval

Computer Vision and Pattern Recognition 2020-02-07 v1 Information Retrieval Image and Video Processing

Abstract

Image hash algorithms generate compact binary representations that can be quickly matched by Hamming distance, thus become an efficient solution for large-scale image retrieval. This paper proposes RV-SSDH, a deep image hash algorithm that incorporates the classical VLAD (vector of locally aggregated descriptors) architecture into neural networks. Specifically, a novel neural network component is formed by coupling a random VLAD layer with a latent hash layer through a transform layer. This component can be combined with convolutional layers to realize a hash algorithm. We implement RV-SSDH as a point-wise algorithm that can be efficiently trained by minimizing classification error and quantization loss. Comprehensive experiments show this new architecture significantly outperforms baselines such as NetVLAD and SSDH, and offers a cost-effective trade-off in the state-of-the-art. In addition, the proposed random VLAD layer leads to satisfactory accuracy with low complexity, thus shows promising potentials as an alternative to NetVLAD.

Keywords

Cite

@article{arxiv.2002.02333,
  title  = {Random VLAD based Deep Hashing for Efficient Image Retrieval},
  author = {Li Weng and Lingzhi Ye and Jiangmin Tian and Jiuwen Cao and Jianzhong Wang},
  journal= {arXiv preprint arXiv:2002.02333},
  year   = {2020}
}

Comments

10 pages, 17 figures, submitted to IEEE Transactions on Image Processing

R2 v1 2026-06-23T13:33:12.390Z