# PDH : Probabilistic deep hashing based on MAP estimation of Hamming   distance

**Authors:** Yosuke Kaga, Masakazu Fujio, Kenta Takahashi, Tetsushi Ohki, Masakatsu, Nishigaki

arXiv: 1905.08501 · 2019-05-23

## TL;DR

This paper introduces PDH, a probabilistic deep hashing method that derives a hyperparameter-free loss function from image probability distributions, achieving high accuracy in image retrieval tasks.

## Contribution

The paper presents a novel loss function for deep hashing derived from probability distributions, eliminating the need for hyperparameter tuning and improving retrieval accuracy.

## Key findings

- Outperforms state-of-the-art hashing methods on MNIST, CIFAR-10, SVHN datasets.
- Provides a theoretically grounded, hyperparameter-free loss function.
- Achieves probabilistic optimality in image retrieval.

## Abstract

With the growth of image on the web, research on hashing which enables high-speed image retrieval has been actively studied. In recent years, various hashing methods based on deep neural networks have been proposed and achieved higher precision than the other hashing methods. In these methods, multiple losses for hash codes and the parameters of neural networks are defined. They generate hash codes that minimize the weighted sum of the losses. Therefore, an expert has to tune the weights for the losses heuristically, and the probabilistic optimality of the loss function cannot be explained. In order to generate explainable hash codes without weight tuning, we theoretically derive a single loss function with no hyperparameters for the hash code from the probability distribution of the images. By generating hash codes that minimize this loss function, highly accurate image retrieval with probabilistic optimality is performed. We evaluate the performance of hashing using MNIST, CIFAR-10, SVHN and show that the proposed method outperforms the state-of-the-art hashing methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.08501/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1905.08501/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1905.08501/full.md

---
Source: https://tomesphere.com/paper/1905.08501