CVIRMar 15, 2016

Nested Invariance Pooling and RBM Hashing for Image Instance Retrieval

arXiv:1603.04595v24 citations
AI Analysis

This work addresses the problem of efficient image retrieval for applications requiring compact storage and fast matching, representing an incremental improvement with novel method combinations.

The paper tackles image instance retrieval by computing compact binary hashes, introducing Nested Invariance Pooling (NIP) for invariant descriptors and a regularized Restricted Boltzmann Machine (RBMH) for hashing, achieving consistently outstanding results across datasets.

The goal of this work is the computation of very compact binary hashes for image instance retrieval. Our approach has two novel contributions. The first one is Nested Invariance Pooling (NIP), a method inspired from i-theory, a mathematical theory for computing group invariant transformations with feed-forward neural networks. NIP is able to produce compact and well-performing descriptors with visual representations extracted from convolutional neural networks. We specifically incorporate scale, translation and rotation invariances but the scheme can be extended to any arbitrary sets of transformations. We also show that using moments of increasing order throughout nesting is important. The NIP descriptors are then hashed to the target code size (32-256 bits) with a Restricted Boltzmann Machine with a novel batch-level regularization scheme specifically designed for the purpose of hashing (RBMH). A thorough empirical evaluation with state-of-the-art shows that the results obtained both with the NIP descriptors and the NIP+RBMH hashes are consistently outstanding across a wide range of datasets.

Foundations

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

Your Notes