Fast Supervised Discrete Hashing
Jie Gui, Tongliang Liu, Zhenan Sun, Dacheng Tao, and Tieniu Tan

TL;DR
The paper introduces Fast Supervised Discrete Hashing (FSDH), a novel, highly efficient hashing method that accelerates training and outperforms existing algorithms in speed and accuracy by using a simple regression strategy with a closed-form solution.
Contribution
FSDH presents a new regression approach for hashing that eliminates iterative optimization, significantly increasing speed while maintaining or improving accuracy over previous methods.
Findings
FSDH is about 12 times faster than SDH on CIFAR-10.
FSDH is approximately 151 times faster than FastHash on MNIST.
FSDH outperforms other hashing methods in accuracy.
Abstract
Learning-based hashing algorithms are ``hot topics" because they can greatly increase the scale at which existing methods operate. In this paper, we propose a new learning-based hashing method called ``fast supervised discrete hashing" (FSDH) based on ``supervised discrete hashing" (SDH). Regressing the training examples (or hash code) to the corresponding class labels is widely used in ordinary least squares regression. Rather than adopting this method, FSDH uses a very simple yet effective regression of the class labels of training examples to the corresponding hash code to accelerate the algorithm. To the best of our knowledge, this strategy has not previously been used for hashing. Traditional SDH decomposes the optimization into three sub-problems, with the most critical sub-problem - discrete optimization for binary hash codes - solved using iterative discrete cyclic coordinate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Face and Expression Recognition · Text and Document Classification Technologies
