Sign-Guided Bipartite Graph Hashing for Hamming Space Search
Xueyi Wu

TL;DR
This paper introduces a sign-guided bipartite graph hashing framework that improves Hamming space search performance by analyzing and leveraging the sign properties and layer-wise similarities of binary embeddings.
Contribution
It proposes a novel sign-guided framework SGBGH that enhances bipartite graph hashing with sign-aware contrastive learning and negative sampling, outperforming previous models.
Findings
SGBGH significantly outperforms BGCH and LightGCH in embedding quality.
Analysis reveals low Hamming similarity among neighbors at shallow layers and high similarity at deep layers.
Sign-guided strategies effectively improve neighbor similarity and embedding uniformity.
Abstract
Bipartite graph hashing (BGH) is extensively used for Top-K search in Hamming space at low storage and inference costs. Recent research adopts graph convolutional hashing for BGH and has achieved the state-of-the-art performance. However, the contributions of its various influencing factors to hashing performance have not been explored in-depth, including the same/different sign count between two binary embeddings during Hamming space search (sign property), the contribution of sub-embeddings at each layer (model property), the contribution of different node types in the bipartite graph (node property), and the combination of augmentation methods. In this work, we build a lightweight graph convolutional hashing model named LightGCH by mainly removing the augmentation methods of the state-of-the-art model BGCH. By analyzing the contributions of each layer and node type to performance, as…
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 · Algorithms and Data Compression · Graph Theory and Algorithms
MethodsContrastive Learning
