CVOct 1, 2021

Beyond Neighbourhood-Preserving Transformations for Quantization-Based Unsupervised Hashing

arXiv:2110.00216v1
Originality Incremental advance
AI Analysis

This work addresses the problem of improving unsupervised hashing for efficient similarity search in large-scale image retrieval, though it appears incremental as it builds on existing quantization-based schemes.

The paper tackles the sub-optimality of separate dimensionality reduction and quantization in unsupervised hashing by proposing a method that uses both rigid and non-rigid transformations to simultaneously reduce quantization error and dimensionality, achieving competitive performance with state-of-the-art linear methods and deep solutions on five benchmark datasets with almost half a million images.

An effective unsupervised hashing algorithm leads to compact binary codes preserving the neighborhood structure of data as much as possible. One of the most established schemes for unsupervised hashing is to reduce the dimensionality of data and then find a rigid (neighbourhood-preserving) transformation that reduces the quantization error. Although employing rigid transformations is effective, we may not reduce quantization loss to the ultimate limits. As well, reducing dimensionality and quantization loss in two separate steps seems to be sub-optimal. Motivated by these shortcomings, we propose to employ both rigid and non-rigid transformations to reduce quantization error and dimensionality simultaneously. We relax the orthogonality constraint on the projection in a PCA-formulation and regularize this by a quantization term. We show that both the non-rigid projection matrix and rotation matrix contribute towards minimizing quantization loss but in different ways. A scalable nested coordinate descent approach is proposed to optimize this mixed-integer optimization problem. We evaluate the proposed method on five public benchmark datasets providing almost half a million images. Comparative results indicate that the proposed method mostly outperforms state-of-art linear methods and competes with end-to-end deep solutions.

Foundations

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

Your Notes