TL;DR
This paper introduces a novel deep hashing method called Semantic Cluster Deep Hashing (SCDH) that uses a unary loss to efficiently generate semantically meaningful hashcodes, outperforming existing methods in large-scale retrieval tasks.
Contribution
The paper proposes a new unary loss based on an upper bound of triplet loss, enabling efficient training and semantic clustering in deep hashing.
Findings
SCDH achieves superior retrieval accuracy on large-scale datasets.
The unary loss reduces training complexity from O(n^2) to O(n).
SCDH can be extended to semi-supervised learning scenarios.
Abstract
Hashing method maps similar data to binary hashcodes with smaller hamming distance, which has received a broad attention due to its low storage cost and fast retrieval speed. With the rapid development of deep learning, deep hashing methods have achieved promising results in efficient information retrieval. Most of the existing deep hashing methods adopt pairwise or triplet losses to deal with similarities underlying the data, but the training is difficult and less efficient because data pairs and triplets are involved. To address these issues, we propose a novel deep hashing algorithm with unary loss which can be trained very efficiently. We first of all introduce a Unary Upper Bound of the traditional triplet loss, thus reducing the complexity to and bridging the classification-based unary loss and the triplet loss. Second, we propose a novel Semantic Cluster…
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.
