Sketches image analysis: Web image search engine usingLSH index and DNN InceptionV3
Alessio Schiavo, Filippo Minutella, Mattia Daole, Marsha Gomez Gomez

TL;DR
This paper develops a web image search engine using LSH and deep features from InceptionV3, demonstrating efficient retrieval with binary LSH matching sequential scan performance.
Contribution
It compares real-valued and binary LSH for deep image features, showing binary LSH achieves comparable accuracy with improved efficiency.
Findings
Binary LSH achieves similar mean average precision to sequential scan.
Fine-tuning CNNs improves retrieval performance.
Binary LSH outperforms real-valued LSH in efficiency.
Abstract
The adoption of an appropriate approximate similarity search method is an essential prereq-uisite for developing a fast and efficient CBIR system, especially when dealing with large amount ofdata. In this study we implement a web image search engine on top of a Locality Sensitive Hashing(LSH) Index to allow fast similarity search on deep features. Specifically, we exploit transfer learningfor deep features extraction from images. Firstly, we adopt InceptionV3 pretrained on ImageNet asfeatures extractor, secondly, we try out several CNNs built on top of InceptionV3 as convolutionalbase fine-tuned on our dataset. In both of the previous cases we index the features extracted within ourLSH index implementation so as to compare the retrieval performances with and without fine-tuning.In our approach we try out two different LSH implementations: the first one working with real numberfeature…
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
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Remote-Sensing Image Classification
