Supervised Deep Hashing for Hierarchical Labeled Data

Abstract

Recently, hashing methods have been widely used in large-scale image retrieval. However, most existing supervised hashing methods do not consider the hierarchical relation of labels,which means that they ignored the rich semantic information stored in the hierarchy. Moreover, most of previous works treat each bit in a hash code equally, which does not meet the scenario of hierarchical labeled data. To tackle the aforementioned problems, in this paper, we propose a novel deep hashing method, called supervised hierarchical deep hashing (SHDH), to perform hash code learning for hierarchical labeled data. Specifically, we define a novel similarity formula for hierarchical labeled data by weighting each level, and design a deep neural network to obtain a hash code for each data point. Extensive experiments on two real-world public datasets show that the proposed method outperforms the state-of-the-art baselines in the image retrieval task.

Cite

Text

Wang et al. "Supervised Deep Hashing for Hierarchical Labeled Data." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.12247

Markdown

[Wang et al. "Supervised Deep Hashing for Hierarchical Labeled Data." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/wang2018aaai-supervised/) doi:10.1609/AAAI.V32I1.12247

BibTeX

@inproceedings{wang2018aaai-supervised,
  title     = {{Supervised Deep Hashing for Hierarchical Labeled Data}},
  author    = {Wang, Dan and Huang, Heyan and Lu, Chi and Feng, Bo-Si and Wen, Guihua and Nie, Liqiang and Mao, Xianling},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {7388-7395},
  doi       = {10.1609/AAAI.V32I1.12247},
  url       = {https://mlanthology.org/aaai/2018/wang2018aaai-supervised/}
}