CVAug 31, 2019

Push for Quantization: Deep Fisher Hashing

arXiv:1909.00206v129 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient storage and processing of massive image datasets, though it is incremental as it builds on existing hashing methods with a focus on quantization.

The paper tackles the problem of optimizing deep learning for image hashing by including quantization in the optimization to ensure separable binary codes, resulting in compact codes that perform favorably on datasets like CIFAR-10, NUS-WIDE, and ImageNet100.

Current massive datasets demand light-weight access for analysis. Discrete hashing methods are thus beneficial because they map high-dimensional data to compact binary codes that are efficient to store and process, while preserving semantic similarity. To optimize powerful deep learning methods for image hashing, gradient-based methods are required. Binary codes, however, are discrete and thus have no continuous derivatives. Relaxing the problem by solving it in a continuous space and then quantizing the solution is not guaranteed to yield separable binary codes. The quantization needs to be included in the optimization. In this paper we push for quantization: We optimize maximum class separability in the binary space. We introduce a margin on distances between dissimilar image pairs as measured in the binary space. In addition to pair-wise distances, we draw inspiration from Fisher's Linear Discriminant Analysis (Fisher LDA) to maximize the binary distances between classes and at the same time minimize the binary distance of images within the same class. Experiments on CIFAR-10, NUS-WIDE and ImageNet100 demonstrate compact codes comparing favorably to the current state of the art.

Foundations

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

Your Notes