scispace - formally typeset
Journal ArticleDOI

Iterative Quantization: A Procrustean Approach to Learning Binary Codes for Large-Scale Image Retrieval

Reads0
Chats0
TLDR
This paper addresses the problem of learning similarity-preserving binary codes for efficient similarity search in large-scale image collections by proposing a simple and efficient alternating minimization algorithm, dubbed iterative quantization (ITQ), and demonstrating an application of ITQ to learning binary attributes or "classemes" on the ImageNet data set.
Abstract
This paper addresses the problem of learning similarity-preserving binary codes for efficient similarity search in large-scale image collections. We formulate this problem in terms of finding a rotation of zero-centered data so as to minimize the quantization error of mapping this data to the vertices of a zero-centered binary hypercube, and propose a simple and efficient alternating minimization algorithm to accomplish this task. This algorithm, dubbed iterative quantization (ITQ), has connections to multiclass spectral clustering and to the orthogonal Procrustes problem, and it can be used both with unsupervised data embeddings such as PCA and supervised embeddings such as canonical correlation analysis (CCA). The resulting binary codes significantly outperform several other state-of-the-art methods. We also show that further performance improvements can result from transforming the data with a nonlinear kernel mapping prior to PCA or CCA. Finally, we demonstrate an application of ITQ to learning binary attributes or "classemes" on the ImageNet data set.

read more

Citations
More filters
Posted Content

Compressing Deep Convolutional Networks using Vector Quantization

TL;DR: This paper is able to achieve 16-24 times compression of the network with only 1% loss of classification accuracy using the state-of-the-art CNN, and finds in terms of compressing the most storage demanding dense connected layers, vector quantization methods have a clear gain over existing matrix factorization methods.
Proceedings ArticleDOI

Deep Hashing Network for Unsupervised Domain Adaptation

TL;DR: In this article, the authors proposed a novel deep learning framework that can exploit labeled source data and unlabeled target data to learn informative hash codes, to accurately classify unseen target data.
Proceedings ArticleDOI

Supervised Discrete Hashing

TL;DR: This work proposes a new supervised hashing framework, where the learning objective is to generate the optimal binary hash codes for linear classification, and introduces an auxiliary variable to reformulate the objective such that it can be solved substantially efficiently by employing a regularization algorithm.
Proceedings ArticleDOI

Discriminative Learning of Deep Convolutional Feature Point Descriptors

TL;DR: This paper uses Convolutional Neural Networks to learn discriminant patch representations and in particular train a Siamese network with pairs of (non-)corresponding patches to develop 128-D descriptors whose euclidean distances reflect patch similarity and can be used as a drop-in replacement for any task involving SIFT.
Journal ArticleDOI

A Survey on Learning to Hash

TL;DR: In this paper, a comprehensive survey of the learning to hash algorithms is presented, categorizing them according to the manners of preserving the similarities into: pairwise similarity preserving, multi-wise similarity preservation, implicit similarity preserving and quantization, and discuss their relations.
References
More filters
Journal ArticleDOI

Large-Scale Discovery of Spatially Related Images

TL;DR: It is shown that the probability of finding a seed for an image cluster rapidly increases with the size of the cluster, and the speed of the method depends on thesize of the database and the number of clusters.
Proceedings Article

PiCoDes: Learning a Compact Code for Novel-Category Recognition

TL;DR: PICODES: a very compact image descriptor which nevertheless allows high performance on object category recognition and an alternation scheme and convex upper bound which demonstrate excellent performance in practice are presented.
Proceedings ArticleDOI

Compact hashing with joint optimization of search accuracy and time

TL;DR: A new scalable hashing algorithm with joint optimization of search accuracy and search time simultaneously is developed, which significantly outperforms several state-of-the-art hashing approaches.
Proceedings ArticleDOI

Learning image similarity from Flickr groups using Stochastic Intersection Kernel MAchines

TL;DR: This paper learns similarity from Flickr groups and uses it to organize photos, and shows the approach performs better on image matching, retrieval, and classification than using conventional visual features.
Proceedings ArticleDOI

SPEC hashing: Similarity preserving algorithm for entropy-based coding

TL;DR: This paper presents a novel and fast algorithm for learning binary hash functions for fast nearest neighbor retrieval and links the method to the idea of maximizing conditional entropy among pair of bits and derive an extremely efficient linear time hash learning algorithm.