English

Dual Purpose Hashing

Computer Vision and Pattern Recognition 2016-07-20 v1

Abstract

Recent years have seen more and more demand for a unified framework to address multiple realistic image retrieval tasks concerning both category and attributes. Considering the scale of modern datasets, hashing is favorable for its low complexity. However, most existing hashing methods are designed to preserve one single kind of similarity, thus improper for dealing with the different tasks simultaneously. To overcome this limitation, we propose a new hashing method, named Dual Purpose Hashing (DPH), which jointly preserves the category and attribute similarities by exploiting the Convolutional Neural Network (CNN) models to hierarchically capture the correlations between category and attributes. Since images with both category and attribute labels are scarce, our method is designed to take the abundant partially labelled images on the Internet as training inputs. With such a framework, the binary codes of new-coming images can be readily obtained by quantizing the network outputs of a binary-like layer, and the attributes can be recovered from the codes easily. Experiments on two large-scale datasets show that our dual purpose hash codes can achieve comparable or even better performance than those state-of-the-art methods specifically designed for each individual retrieval task, while being more compact than the compared methods.

Keywords

Cite

@article{arxiv.1607.05529,
  title  = {Dual Purpose Hashing},
  author = {Haomiao Liu and Ruiping Wang and Shiguang Shan and Xilin Chen},
  journal= {arXiv preprint arXiv:1607.05529},
  year   = {2016}
}

Comments

With supplementary materials added to the end

R2 v1 2026-06-22T14:58:23.027Z