CVDec 27, 2021

Hard Example Guided Hashing for Image Retrieval

arXiv:2112.13565v1
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in image retrieval for applications requiring accurate semantic hashing, but it is incremental as it builds on existing deep hashing methods.

The paper tackles the problem of poor similarity prediction for hard examples in deep hashing for image retrieval by proposing a novel end-to-end model that extracts key features and uses a redesigned hard pair-wise loss function, resulting in outperforming mainstream methods on CIFAR-10 and NUS-WIDE datasets.

Compared with the traditional hashing methods, deep hashing methods generate hash codes with rich semantic information and greatly improves the performances in the image retrieval field. However, it is unsatisfied for current deep hashing methods to predict the similarity of hard examples. It exists two main factors affecting the ability of learning hard examples, which are weak key features extraction and the shortage of hard examples. In this paper, we give a novel end-to-end model to extract the key feature from hard examples and obtain hash code with the accurate semantic information. In addition, we redesign a hard pair-wise loss function to assess the hard degree and update penalty weights of examples. It effectively alleviates the shortage problem in hard examples. Experimental results on CIFAR-10 and NUS-WIDE demonstrate that our model outperformances the mainstream hashing-based image retrieval methods.

Foundations

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

Your Notes