paper-with-me

Papers

Deep Hashing with Active Pairwise Supervision

2020-08-01 · ECCV 2020 8 · Ziwei Wang, Quan Zheng, Jiwen Lu, Jie zhou

n this paper, we propose a Deep Hashing method with Active Pairwise Supervision(DH-APS). Conventional methods with passive pairwise supervision obtain labeled data for training and require large amount of annotations to reach their full potential, which are not feasible in realistic retrieval tasks. On the contrary, we actively select a small quantity of informative samples for annotation to provide effective pairwise supervision so that discriminative hash codes can be obtained with limited annotation budget. Specifically, we generalize the structural risk minimization principle and obtain three criteria for the pairwise supervision acquisition: uncertainty, representativeness and diversity. Accordingly, samples involved in the following training pairs should be labeled: pairs with most uncertain similarity, pairs that minimize the discrepancy between labeled and unlabeled data, and pairs which are most different from the annotated data, so that the discriminality and generalization ability of the learned hash codes are significantly strengthened. Moreover, our DH-APS can also be employed as a plug-and-play module for semi-supervised hashing methods to further enhance the performance. Experiments demonstrate that the presented DH-APS achieves the accuracy of supervised hashing methods with only $30\%$ labeled training samples and improves the semi-supervised binary codes by a sizable margin.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingRetrieval

Similar Papers 제목 키워드 기반

Unsupervised Semantic Hashing with Pairwise Reconstruction

2020-07-01 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Semantic Hashing is a popular family of methods for efficient similarity search in large-scale datasets. In Semantic Hashing, documents are encoded as short binary vectors (i.e., hash codes), such that semantic similarit…

DecoderSemantic SimilaritySemantic Textual Similarity

Pairwise Teacher-Student Network for Semi-Supervised Hashing

2019-02-02 · Shifeng Zhang, Jianmin Li, Bo Zhang

Hashing method maps similar high-dimensional data to binary hashcodes with smaller hamming distance, and it has received broad attention due to its low storage cost and fast retrieval speed. Pairwise similarity is easily…

Retrieval

Mutual Learning for Hashing: Unlocking Strong Hash Functions from Weak Supervision

2025-10-09 · Xiaoxu Ma, Runhao Li, Zhenyu Weng arxiv

Deep hashing has been widely adopted for large-scale image retrieval, with numerous strategies proposed to optimize hash function learning. Pairwise-based methods are effective in learning hash functions that preserve lo…

Image Retrieval

Deep Policy Hashing Network with Listwise Supervision

2019-04-03 · Shaoying Wang, Haijiang Lai, Yifan Yang, Jian Yin

Deep-networks-based hashing has become a leading approach for large-scale image retrieval, which learns a similarity-preserving network to map similar images to nearby hash codes. The pairwise and triplet losses are two …

Deep HashingImage RetrievalRetrievalTriplet

Hierarchy Neighborhood Discriminative Hashing for An Unified View of Single-Label and Multi-Label Image retrieval

2019-01-10 · Lei Ma, Hongliang Li, Qingbo Wu, Fanman Meng 외

Recently, deep supervised hashing methods have become popular for large-scale image retrieval task. To preserve the semantic similarity notion between examples, they typically utilize the pairwise supervision or the trip…

Image RetrievalMulti-Label Image RetrievalRetrievalSemantic Similarity+2