Deep Supervised Hashing with Nonlinear Projections

Abstract

Hashing has attracted broad research interests in large scale image retrieval due to its high search speed and efficient storage. Recently, many deep hashing methods have been proposed to perform simultaneous nonlinear feature learning and hash projection learning, which have shown superior performance compared to hand-crafted feature based hashing methods. Nonlinear projection functions have shown their advantages over the linear ones due to their powerful generalization capabilities. To improve the performance of deep hashing methods by generalizing projection functions, we propose the idea of implementing a pure nonlinear deep hashing network architecture. By consolidating the above idea, this paper presents a Deep Supervised Hashing architecture with Nonlinear Projections (DSHNP). In particular, soft decision trees are adopted as the nonlinear projection functions, since they can generate differentiable nonlinear outputs and can be trained with deep neural networks in an end-to-end way. Moreover, to make the hash codes as independent as possible, we design two regularizers imposed on the parameter matrices of the leaves in the soft decision trees. Extensive evaluations on two benchmark image datasets show that the proposed DSHNP outperforms several state-of-the-art hashing methods.

Cite

Text

Su et al. "Deep Supervised Hashing with Nonlinear Projections." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/388

Markdown

[Su et al. "Deep Supervised Hashing with Nonlinear Projections." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/su2017ijcai-deep/) doi:10.24963/IJCAI.2017/388

BibTeX

@inproceedings{su2017ijcai-deep,
  title     = {{Deep Supervised Hashing with Nonlinear Projections}},
  author    = {Su, Sen and Chen, Gang and Cheng, Xiang and Bi, Rong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2786-2792},
  doi       = {10.24963/IJCAI.2017/388},
  url       = {https://mlanthology.org/ijcai/2017/su2017ijcai-deep/}
}