CVMMFeb 1, 2021

Rescuing Deep Hashing from Dead Bits Problem

arXiv:2102.00648v17 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in deep hashing methods for large-scale image retrieval, offering an incremental improvement to existing techniques.

The paper tackles the 'Dead Bits Problem' in deep hashing for image retrieval, where hash bits get stuck in saturated activation functions, and proposes a gradient amplifier and error-aware quantization loss to alleviate it, achieving improved retrieval accuracy on three datasets.

Deep hashing methods have shown great retrieval accuracy and efficiency in large-scale image retrieval. How to optimize discrete hash bits is always the focus in deep hashing methods. A common strategy in these methods is to adopt an activation function, e.g. $\operatorname{sigmoid}(\cdot)$ or $\operatorname{tanh}(\cdot)$, and minimize a quantization loss to approximate discrete values. However, this paradigm may make more and more hash bits stuck into the wrong saturated area of the activation functions and never escaped. We call this problem "Dead Bits Problem~(DBP)". Besides, the existing quantization loss will aggravate DBP as well. In this paper, we propose a simple but effective gradient amplifier which acts before activation functions to alleviate DBP. Moreover, we devise an error-aware quantization loss to further alleviate DBP. It avoids the negative effect of quantization loss based on the similarity between two images. The proposed gradient amplifier and error-aware quantization loss are compatible with a variety of deep hashing methods. Experimental results on three datasets demonstrate the efficiency of the proposed gradient amplifier and the error-aware quantization loss.

Foundations

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

Your Notes