CVMar 1, 2016

Convolutional Patch Representations for Image Retrieval: an Unsupervised Approach

arXiv:1603.00438v167 citations
Originality Highly original
AI Analysis

This addresses the problem of image retrieval without labeled data for computer vision researchers, offering a novel unsupervised method that improves performance and efficiency.

The paper tackles unsupervised learning of patch descriptors for image retrieval by proposing Patch-CKN, a convolutional descriptor based on convolutional kernel networks, which outperforms SIFT and other supervised methods and achieves state-of-the-art results on standard benchmarks while being faster to train.

Convolutional neural networks (CNNs) have recently received a lot of attention due to their ability to model local stationary structures in natural images in a multi-scale fashion, when learning all model parameters with supervision. While excellent performance was achieved for image classification when large amounts of labeled visual data are available, their success for un-supervised tasks such as image retrieval has been moderate so far. Our paper focuses on this latter setting and explores several methods for learning patch descriptors without supervision with application to matching and instance-level retrieval. To that effect, we propose a new family of convolutional descriptors for patch representation , based on the recently introduced convolutional kernel networks. We show that our descriptor, named Patch-CKN, performs better than SIFT as well as other convolutional networks learned by artificially introducing supervision and is significantly faster to train. To demonstrate its effectiveness, we perform an extensive evaluation on standard benchmarks for patch and image retrieval where we obtain state-of-the-art results. We also introduce a new dataset called RomePatches, which allows to simultaneously study descriptor performance for patch and image retrieval.

Foundations

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

Your Notes