Web image search engine based on LSH index and CNN Resnet50

08/20/2021
by   Marco Parola, et al.
0

To implement a good Content Based Image Retrieval (CBIR) system, it is essential to adopt efficient search methods. One way to achieve this results is by exploiting approximate search techniques. In fact, when we deal with very large collections of data, using an exact search method makes the system very slow. In this project, we adopt the Locality Sensitive Hashing (LSH) index to implement a CBIR system that allows us to perform fast similarity search on deep features. Specifically, we exploit transfer learning techniques to extract deep features from images; this phase is done using two famous Convolutional Neural Networks (CNNs) as features extractors: Resnet50 and Resnet50v2, both pre-trained on ImageNet. Then we try out several fully connected deep neural networks, built on top of both of the previously mentioned CNNs in order to fine-tuned them on our dataset. In both of previous cases, we index the features within our LSH index implementation and within a sequential scan, to better understand how much the introduction of the index affects the results. Finally, we carry out a performance analysis: we evaluate the relevance of the result set, computing the mAP (mean Average Precision) value obtained during the different experiments with respect to the number of done comparison and varying the hyper-parameter values of the LSH index.

READ FULL TEXT
research
05/03/2021

Sketches image analysis: Web image search engine usingLSH index and DNN InceptionV3

The adoption of an appropriate approximate similarity search method is a...
research
03/31/2016

Large Scale Deep Convolutional Neural Network Features Search with Lucene

In this work, we propose an approach to index Deep Convolutional Neural ...
research
01/28/2019

Watermark Signal Detection and Its Application in Image Retrieval

We propose a few fundamental techniques to obtain effective watermark fe...
research
08/05/2019

A Fast Content-Based Image Retrieval Method Using Deep Visual Features

Fast and scalable Content-Based Image Retrieval using visual features is...
research
05/05/2021

TransHash: Transformer-based Hamming Hashing for Efficient Image Retrieval

Deep hamming hashing has gained growing popularity in approximate neares...
research
05/07/2015

Webly Supervised Learning of Convolutional Networks

We present an approach to utilize large amounts of web data for learning...
research
02/14/2018

Web-Scale Responsive Visual Search at Bing

In this paper, we introduce a web-scale general visual search system dep...

Please sign up or login with your details

Forgot password? Click here to reset