Collective Deep Quantization for Efficient Cross-Modal Retrieval
Abstract
Cross-modal similarity retrieval is a problem about designing a retrieval system that supports querying across content modalities, e.g., using an image to retrieve for texts. This paper presents a compact coding solution for efficient cross-modal retrieval, with a focus on the quantization approach which has already shown the superior performance over the hashing solutions in single-modal similarity retrieval. We propose a collective deep quantization (CDQ) approach, which is the first attempt to introduce quantization in end-to-end deep architecture for cross-modal retrieval. The major contribution lies in jointly learning deep representations and the quantizers for both modalities using carefully-crafted hybrid networks and well-specified loss functions. In addition, our approach simultaneously learns the common quantizer codebook for both modalities through which the cross-modal correlation can be substantially enhanced. CDQ enables efficient and effective cross-modal retrieval using inner product distance computed based on the common codebook with fast distance table lookup. Extensive experiments show that CDQ yields state of the art cross-modal retrieval results on standard benchmarks.
Cite
Text
Cao et al. "Collective Deep Quantization for Efficient Cross-Modal Retrieval." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.11218Markdown
[Cao et al. "Collective Deep Quantization for Efficient Cross-Modal Retrieval." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/cao2017aaai-collective/) doi:10.1609/AAAI.V31I1.11218BibTeX
@inproceedings{cao2017aaai-collective,
title = {{Collective Deep Quantization for Efficient Cross-Modal Retrieval}},
author = {Cao, Yue and Long, Mingsheng and Wang, Jianmin and Liu, Shichen},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2017},
pages = {3974-3980},
doi = {10.1609/AAAI.V31I1.11218},
url = {https://mlanthology.org/aaai/2017/cao2017aaai-collective/}
}