CVDec 7, 2020

Self-supervised asymmetric deep hashing with margin-scalable constraint

arXiv:2012.03820v3
AI Analysis

This paper offers an incremental improvement in deep hashing for large-scale visual search, specifically for images with multiple semantic labels.

This paper addresses the challenge of generating compact and discriminative hash codes for multi-semantic images by proposing a self-supervised asymmetric deep hashing method with a margin-scalable constraint (SADH). SADH uses a self-supervised network to preserve semantic information in dictionaries, which then guide a feature learning network to preserve multi-label semantic information. The method outperforms several state-of-the-art approaches on four popular benchmarks.

Due to its effectivity and efficiency, deep hashing approaches are widely used for large-scale visual search. However, it is still challenging to produce compact and discriminative hash codes for images associated with multiple semantics for two main reasons, 1) similarity constraints designed in most of the existing methods are based upon an oversimplified similarity assignment(i.e., 0 for instance pairs sharing no label, 1 for instance pairs sharing at least 1 label), 2) the exploration in multi-semantic relevance are insufficient or even neglected in many of the existing methods. These problems significantly limit the discrimination of generated hash codes. In this paper, we propose a novel self-supervised asymmetric deep hashing method with a margin-scalable constraint(SADH) approach to cope with these problems. SADH implements a self-supervised network to sufficiently preserve semantic information in a semantic feature dictionary and a semantic code dictionary for the semantics of the given dataset, which efficiently and precisely guides a feature learning network to preserve multilabel semantic information using an asymmetric learning strategy. By further exploiting semantic dictionaries, a new margin-scalable constraint is employed for both precise similarity searching and robust hash code generation. Extensive empirical research on four popular benchmarks validates the proposed method and shows it outperforms several state-of-the-art approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes