Supervised Quantization for Similarity Search
Abstract
In this paper, we address the problem of searching for semantically similar images from a large database. We present a compact coding approach, supervised quantization. Our approach simultaneously learns feature selection that linearly transforms the database points into a low-dimensional discriminative subspace, and quantizes the data points in the transformed space. The optimization criterion is that the quantized points not only approximate the transformed points accurately, but also are semantically separable: the points belonging to a class lie in a cluster that is not overlapped with other clusters corresponding to other classes, which is formulated as a classification problem. The experiments on several standard datasets show the superiority of our approach over the state-of-the art supervised hashing and unsupervised quantization algorithms.
Cite
Text
Wang et al. "Supervised Quantization for Similarity Search." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.222Markdown
[Wang et al. "Supervised Quantization for Similarity Search." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/wang2016cvpr-supervised/) doi:10.1109/CVPR.2016.222BibTeX
@inproceedings{wang2016cvpr-supervised,
title = {{Supervised Quantization for Similarity Search}},
author = {Wang, Xiaojuan and Zhang, Ting and Qi, Guo-Jun and Tang, Jinhui and Wang, Jingdong},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2016},
doi = {10.1109/CVPR.2016.222},
url = {https://mlanthology.org/cvpr/2016/wang2016cvpr-supervised/}
}