LGMLApr 7, 2019

Supervised Discrete Hashing with Relaxation

arXiv:1904.03549v180 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate and flexible hashing methods in machine learning for applications like image and face retrieval, but it is incremental as it builds directly on an existing approach.

The paper tackles the problem of improving supervised hashing for efficient high-dimensional data retrieval by optimizing the regression target matrix to satisfy a large margin constraint, leading to better performance than the baseline method on image and face datasets.

Data-dependent hashing has recently attracted attention due to being able to support efficient retrieval and storage of high-dimensional data such as documents, images, and videos. In this paper, we propose a novel learning-based hashing method called "Supervised Discrete Hashing with Relaxation" (SDHR) based on "Supervised Discrete Hashing" (SDH). SDH uses ordinary least squares regression and traditional zero-one matrix encoding of class label information as the regression target (code words), thus fixing the regression target. In SDHR, the regression target is instead optimized. The optimized regression target matrix satisfies a large margin constraint for correct classification of each example. Compared with SDH, which uses the traditional zero-one matrix, SDHR utilizes the learned regression target matrix and, therefore, more accurately measures the classification error of the regression model and is more flexible. As expected, SDHR generally outperforms SDH. Experimental results on two large-scale image datasets (CIFAR-10 and MNIST) and a large-scale and challenging face dataset (FRGC) demonstrate the effectiveness and efficiency of SDHR.

Foundations

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

Your Notes