paper-with-me

홈 › Papers

Exploiting Local Features from Deep Networks for Image Retrieval

2015-04-20 · Joe Yue-Hei Ng, Fan Yang, Larry S. Davis

Deep convolutional neural networks have been successfully applied to image classification tasks. When these same networks have been applied to image retrieval, the assumption has been made that the last layers would give the best performance, as they do in classification. We show that for instance-level image retrieval, lower layers often perform better than the last layers in convolutional neural networks. We present an approach for extracting convolutional features from different layers of the networks, and adopt VLAD encoding to encode features into a single vector for each image. We investigate the effect of different layers and scales of input images on the performance of convolutional features using the recent deep networks OxfordNet and GoogLeNet. Experiments demonstrate that intermediate layers or higher layers with finer scales produce better results for image retrieval, compared to the last layer. When using compressed 128-D VLAD descriptors, our method obtains state-of-the-art results and outperforms other VLAD and CNN based approaches on two out of three test datasets. Our work provides guidance for transferring deep networks trained on image classification to image retrieval tasks.

📄 PDF Abstract BibTeX arXiv:1504.05133

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationImage 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,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Visual Instance Retrieval with Deep Convolutional Networks

2014-12-20 · Ali Sharif Razavian, Josephine Sullivan, Stefan Carlsson, Atsuto Maki

This paper provides an extensive study on the availability of image representations based on convolutional networks (ConvNets) for the task of visual instance retrieval. Besides the choice of convolutional layers, we pre…

Image RetrievalRetrieval

LATFormer: Locality-Aware Point-View Fusion Transformer for 3D Shape Recognition

2021-09-03 · Xinwei He, Silin Cheng, Dingkang Liang, Song Bai 외

Recently, 3D shape understanding has achieved significant progress due to the advances of deep learning models on various data formats like images, voxels, and point clouds. Among them, point clouds and multi-view images…

3D Object Classification3D Object Retrieval3D Shape Recognition3D Shape Retrieval+1

Exploiting Local Indexing and Deep Feature Confidence Scores for Fast Image-to-Video Search

2018-08-03 · Savas Ozkan, Gozde Bozdagi Akar

The cost-effective visual representation and fast query-by-example search are two challenging goals that should be maintained for web-scale visual retrieval tasks on moderate hardware. This paper introduces a fast and ro…

Retrieval

Focus on Local: Finding Reliable Discriminative Regions for Visual Place Recognition

2025-04-14 · Changwei Wang, Shunpeng Chen, Yukun Song, Rongtao Xu 외

Visual Place Recognition (VPR) is aimed at predicting the location of a query image by referencing a database of geotagged images. For VPR task, often fewer discriminative local regions in an image produce important effe…

Computational EfficiencyImage RetrievalRe-RankingRetrieval+1

Learning Super-Features for Image Retrieval

2022-01-31 · ICLR 2022 4 · Philippe Weinzaepfel, Thomas Lucas, Diane Larlus, Yannis Kalantidis

Methods that combine local and global features have recently shown excellent performance on multiple challenging deep image retrieval benchmarks, but their use of local features raises at least two issues. First, these l…

Image RetrievalRetrieval