paper-with-me

홈 › Papers

Identical Image Retrieval using Deep Learning

2022-05-10 · Sayan Nath, Nikhil Nayak

In recent years, we know that the interaction with images has increased. Image similarity involves fetching similar-looking images abiding by a given reference image. The target is to find out whether the image searched as a query can result in similar pictures. We are using the BigTransfer Model, which is a state-of-art model itself. BigTransfer(BiT) is essentially a ResNet but pre-trained on a larger dataset like ImageNet and ImageNet-21k with additional modifications. Using the fine-tuned pre-trained Convolution Neural Network Model, we extract the key features and train on the K-Nearest Neighbor model to obtain the nearest neighbor. The application of our model is to find similar images, which are hard to achieve through text queries within a low inference time. We analyse the benchmark of our model based on this application.

📄 PDF Abstract BibTeX arXiv:2205.04883

Code (1)

sayannath/identical-image-retrieval 공식 구현 tf

Tasks

Deep LearningImage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

Diagram Image Retrieval using Sketch-Based Deep Learning and Transfer Learning

2020-04-22 · Manish Bhattarai, Diane Oyen, Juan Castorena, Liping Yang 외

Resolution of the complex problem of image retrieval for diagram images has yet to be reached. Deep learning methods continue to excel in the fields of object detection and image classification applied to natural imagery…

Deep Learningimage-classificationImage ClassificationImage Retrieval+4

A New Evaluation Protocol and Benchmarking Results for Extendable Cross-media Retrieval

2017-03-10 · Ruoyu Liu, Yao Zhao, Liang Zheng, Shikui Wei 외

This paper proposes a new evaluation protocol for cross-media retrieval which better fits the real-word applications. Both image-text and text-image retrieval modes are considered. Traditionally, class labels in the trai…

BenchmarkingImage RetrievalRetrieval

Targeted Mismatch Adversarial Attack: Query with a Flower to Retrieve the Tower

2019-08-24 · ICCV 2019 10 · Giorgos Tolias, Filip Radenovic, Ondřej Chum

Access to online visual search engines implies sharing of private user content - the query images. We introduce the concept of targeted mismatch attack for deep learning based retrieval systems to generate an adversarial…

Adversarial AttackRetrieval

State of the Art: Image Hashing

2021-08-26 · Rubel Biswas, Pablo Blanco-Medina

Perceptual image hashing methods are often applied in various objectives, such as image retrieval, finding duplicate or near-duplicate images, and finding similar images from large-scale image content. The main challenge…

Image RetrievalRetrieval

Rotation Invariant Aerial Image Retrieval with Group Convolutional Metric Learning

2020-10-19 · Hyunseung Chung, Woo-Jeoung Nam, Seong-Whan Lee

Remote sensing image retrieval (RSIR) is the process of ranking database images depending on the degree of similarity compared to the query image. As the complexity of RSIR increases due to the diversity in shooting rang…

Image RetrievalMetric LearningRetrievalTriplet