Unsupervised Hashing with Similarity Distribution Calibration
Kam Woh Ng, Xiatian Zhu, Jiun Tian Hoe, Chee Seng Chan, Tianyu Zhang,, Yi-Zhe Song, Tao Xiang

TL;DR
This paper introduces a novel unsupervised hashing method called Similarity Distribution Calibration (SDC) that aligns hash code similarity distributions to prevent collapse and improve retrieval performance.
Contribution
The paper proposes SDC, a new calibration approach that preserves similarity distribution in hash codes, addressing the similarity collapse issue in unsupervised hashing.
Findings
SDC significantly outperforms state-of-the-art methods in image retrieval.
SDC effectively alleviates the similarity collapse problem.
Experiments demonstrate improved similarity preservation across datasets.
Abstract
Unsupervised hashing methods typically aim to preserve the similarity between data points in a feature space by mapping them to binary hash codes. However, these methods often overlook the fact that the similarity between data points in the continuous feature space may not be preserved in the discrete hash code space, due to the limited similarity range of hash codes. The similarity range is bounded by the code length and can lead to a problem known as similarity collapse. That is, the positive and negative pairs of data points become less distinguishable from each other in the hash space. To alleviate this problem, in this paper a novel Similarity Distribution Calibration (SDC) method is introduced. SDC aligns the hash code similarity distribution towards a calibration distribution (e.g., beta distribution) with sufficient spread across the entire similarity range, thus alleviating the…
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.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Video Surveillance and Tracking Methods
