Deep Multiple Instance Hashing for Object-Based Image Retrieval
Abstract
Multi-keyword query is widely supported in text search engines. However, an analogue in image retrieval systems, multi-object query, is rarely studied. Meanwhile, traditional object-based image retrieval methods often involve multiple steps separately and need expensive location labeling for detecting objects. In this work, we propose a weakly-supervised Deep Multiple Instance Hashing (DMIH) framework for object-based image retrieval. DMIH integrates object detection and hashing learning on the basis of a popular CNN model to build the end-to-end relation between a raw image and the binary hashing codes of multiple objects in it. Specifically, we cast the object detection of each object class as a binary multiple instance learning problem where instances are object proposals extracted from multi-scale convolutional feature maps. For hashing training, we sample image pairs to learn their semantic relationships in terms of hash codes of the most probable proposals for owned labels as guided by object predictors. The two objectives benefit each other in learning. DMIH outperforms state-of-the-arts on public benchmarks for object-based image retrieval and achieves promising results for multi-object queries.
Cite
Text
Zhao et al. "Deep Multiple Instance Hashing for Object-Based Image Retrieval." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/490Markdown
[Zhao et al. "Deep Multiple Instance Hashing for Object-Based Image Retrieval." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/zhao2017ijcai-deep/) doi:10.24963/IJCAI.2017/490BibTeX
@inproceedings{zhao2017ijcai-deep,
title = {{Deep Multiple Instance Hashing for Object-Based Image Retrieval}},
author = {Zhao, Wanqing and Guan, Ziyu and Luo, Hangzai and Peng, Jinye and Fan, Jianping},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2017},
pages = {3504-3510},
doi = {10.24963/IJCAI.2017/490},
url = {https://mlanthology.org/ijcai/2017/zhao2017ijcai-deep/}
}