CVDec 1, 2015

Implicit Sparse Code Hashing

arXiv:1512.00130v1
Originality Incremental advance
AI Analysis

This addresses the problem of scalable image retrieval for applications like search engines, but it appears incremental as it builds on existing binary coding techniques with a novel mapping approach.

The paper tackles the problem of converting high-dimensional image data into binary codes for efficient nearest-neighbor search by proposing an unsupervised method that preserves relationships based on sparse code inner products instead of Euclidean distances. It demonstrates effectiveness on challenging image datasets by comparing with state-of-the-art techniques, though no concrete numbers are provided in the abstract.

We address the problem of converting large-scale high-dimensional image data into binary codes so that approximate nearest-neighbor search over them can be efficiently performed. Different from most of the existing unsupervised approaches for yielding binary codes, our method is based on a dimensionality-reduction criterion that its resulting mapping is designed to preserve the image relationships entailed by the inner products of sparse codes, rather than those implied by the Euclidean distances in the ambient space. While the proposed formulation does not require computing any sparse codes, the underlying computation model still inevitably involves solving an unmanageable eigenproblem when extremely high-dimensional descriptors are used. To overcome the difficulty, we consider the column-sampling technique and presume a special form of rotation matrix to facilitate subproblem decomposition. We test our method on several challenging image datasets and demonstrate its effectiveness by comparing with state-of-the-art binary coding techniques.

Foundations

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

Your Notes