CVApr 20, 2015

Exploiting Local Features from Deep Networks for Image Retrieval

arXiv:1504.05133v2423 citations
AI Analysis

This work provides guidance for transferring deep networks from image classification to image retrieval, addressing a specific bottleneck in computer vision.

The paper tackled the problem of using deep convolutional neural networks for image retrieval by showing that lower or intermediate layers, rather than the last layers, often perform better, and achieved state-of-the-art results with compressed 128-D VLAD descriptors on two out of three test datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes