TL;DR
This paper introduces a flexible framework for supervised hashing that combines graph cuts and boosted decision trees, improving large-scale image retrieval in terms of speed and accuracy.
Contribution
It presents a novel, adaptable framework that separates binary code learning from hash function training, enabling the use of various loss functions and hash functions, including boosted decision trees.
Findings
Outperforms state-of-the-art methods on high-dimensional data
Uses graph cuts for efficient binary code inference
Employs boosted decision trees for fast and effective hash functions
Abstract
Embedding image features into a binary Hamming space can improve both the speed and accuracy of large-scale query-by-example image retrieval systems. Supervised hashing aims to map the original features to compact binary codes in a manner which preserves the label-based similarities of the original data. Most existing approaches apply a single form of hash function, and an optimization process which is typically deeply coupled to this specific form. This tight coupling restricts the flexibility of those methods, and can result in complex optimization problems that are difficult to solve. In this work we proffer a flexible yet simple framework that is able to accommodate different types of loss functions and hash functions. The proposed framework allows a number of existing approaches to hashing to be placed in context, and simplifies the development of new problem-specific hashing…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
