Efficient image retrieval using multi neural hash codes and bloom filters
Sourin Chakrabarti

TL;DR
This paper presents an efficient image retrieval method combining multi-layer neural hash codes, PCA compression, and bloom filters to reduce false positives and improve search speed, especially in distributed image databases.
Contribution
It introduces a novel hierarchical retrieval approach using local deep CNN features, multi k-means hashing, and bloom filters for faster, distributed image search.
Findings
Reduces false positives with bloom filters
Supports parallel querying in distributed systems
Improves retrieval efficiency using hierarchical feature comparison
Abstract
This paper aims to deliver an efficient and modified approach for image retrieval using multiple neural hash codes and limiting the number of queries using bloom filters by identifying false positives beforehand. Traditional approaches involving neural networks for image retrieval tasks tend to use higher layers for feature extraction. But it has been seen that the activations of lower layers have proven to be more effective in a number of scenarios. In our approach, we have leveraged the use of local deep convolutional neural networks which combines the powers of both the features of lower and higher layers for creating feature maps which are then compressed using PCA and fed to a bloom filter after binary sequencing using a modified multi k-means approach. The feature maps obtained are further used in the image retrieval process in a hierarchical coarse-to-fine manner by first…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPrincipal Components Analysis
