paper-with-me

홈 › Papers

Random VLAD based Deep Hashing for Efficient Image Retrieval

2020-02-06 · Li Weng, Lingzhi Ye, Jiangmin Tian, Jiuwen Cao, Jianzhong Wang

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.

📄 PDF Abstract BibTeX arXiv:2002.02333

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingImage RetrievalQuantizationRetrieval

Similar Papers 제목 키워드 기반

Bilinear Supervised Hashing Based on 2D Image Features

2019-01-05 · Yujuan Ding, Wai Kueng Wong, Zhihui Lai, Zheng Zhang

Hashing has been recognized as an efficient representation learning method to effectively handle big data due to its low computational complexity and memory cost. Most of the existing hashing methods focus on learning th…

Representation LearningRetrieval

Hashing-Baseline: Rethinking Hashing in the Age of Pretrained Models

2025-09-17 · Ilyass Moummad, Kawtar Zaher, Lukas Rauch, Alexis Joly arxiv

Information retrieval with compact binary embeddings, also referred to as hashing, is crucial for scalable fast search applications, yet state-of-the-art hashing methods require expensive, scenario-specific training. In …

Information RetrievalImage Retrieval

PointNetVLAD: Deep Point Cloud Based Retrieval for Large-Scale Place Recognition

2018-04-10 · CVPR 2018 6 · Mikaela Angelina Uy, Gim Hee Lee

Unlike its image based counterpart, point cloud based retrieval for place recognition has remained as an unexplored and unsolved problem. This is largely due to the difficulty in extracting local feature descriptors from…

3D Place RecognitionPoint Cloud RetrievalRetrievalTriplet+2

All About VLAD

2013-06-01 · CVPR 2013 6 · Relja Arandjelovic, Andrew Zisserman

The objective of this paper is large scale object instance retrieval, given a query image. A starting point of such systems is feature detection and description, for example using SIFT. The focus of this paper, however, …

AllRetrieval

Geometric VLAD for Large Scale Image Search

2014-03-15 · Zixuan Wang, Wei Di, Anurag Bhardwaj, Vignesh Jagadeesh 외

We present a novel compact image descriptor for large scale image search. Our proposed descriptor - Geometric VLAD (gVLAD) is an extension of VLAD (Vector of Locally Aggregated Descriptors) that incorporates weak geometr…

ClusteringImage RetrievalRetrieval