paper-with-me

Papers

Central Similarity Quantization for Efficient Image and Video Retrieval

2019-08-01 · CVPR 2020 6 · Li Yuan, Tao Wang, Xiaopeng Zhang, Francis EH Tay, Zequn Jie, Wei Liu, Jiashi Feng

Existing data-dependent hashing methods usually learn hash functions from pairwise or triplet data relationships, which only capture the data similarity locally, and often suffer from low learning efficiency and low collision rate. In this work, we propose a new \emph{global} similarity metric, termed as \emph{central similarity}, with which the hash codes of similar data pairs are encouraged to approach a common center and those for dissimilar pairs to converge to different centers, to improve hash learning efficiency and retrieval accuracy. We principally formulate the computation of the proposed central similarity metric by introducing a new concept, i.e., \emph{hash center} that refers to a set of data points scattered in the Hamming space with a sufficient mutual distance between each other. We then provide an efficient method to construct well separated hash centers by leveraging the Hadamard matrix and Bernoulli distributions. Finally, we propose the Central Similarity Quantization (CSQ) that optimizes the central similarity between data points w.r.t.\ their hash centers instead of optimizing the local similarity. CSQ is generic and applicable to both image and video hashing scenarios. Extensive experiments on large-scale image and video retrieval tasks demonstrate that CSQ can generate cohesive hash codes for similar data pairs and dispersed hash codes for dissimilar pairs, achieving a noticeable boost in retrieval performance, i.e. 3\%-20\% in mAP over the previous state-of-the-arts. The code is at: \url{https://github.com/yuanli2333/Hadamard-Matrix-for-hashing}

📄 PDF Abstract BibTeX arXiv:1908.00347

Code (1)

yuanli2333/Hadamard-Matrix-for-hashing 공식 구현 pytorch

Tasks

QuantizationRetrievalTripletVideo Retrieval

Similar Papers 제목 키워드 기반

Compressive Quantization for Fast Object Instance Search in Videos

2017-10-01 · ICCV 2017 10 · Tan Yu, Zhenzhen Wang, Junsong Yuan

Most of current visual search systems focus on image-to-image (point-to-point) search such as image and object retrieval. Nevertheless, fast image-to-video (point-to-set) search is much less exploited. This paper tackles…

Instance SearchObjectQuantizationRetrieval+1

Deep Triplet Quantization

2019-02-01 · Bin Liu, Yue Cao, Mingsheng Long, Jian-Min Wang 외

Deep hashing establishes efficient and effective image retrieval by end-to-end learning of deep representations and hash codes from similarity data. We present a compact coding solution, focusing on deep learning to quan…

Deep HashingImage RetrievalQuantizationRetrieval+1

Product Quantization Network for Fast Image Retrieval

2018-09-01 · ECCV 2018 9 · Tan Yu, Junsong Yuan, Chen Fang, Hailin Jin

Product quantization has been widely used in fast image retrieval due to its effectiveness of coding high-dimensional visual features. By extending the hard assignment to soft assignment, we make it feasible to incorpora…

Image RetrievalQuantizationRetrievalTriplet

Deep Visual-Semantic Quantization for Efficient Image Retrieval

2017-07-01 · CVPR 2017 7 · Yue Cao, Mingsheng Long, Jian-Min Wang, Shichen Liu

Compact coding has been widely applied to approximate nearest neighbor search for large-scale image retrieval, due to its computation efficiency and retrieval quality. This paper presents a compact coding solution with a…

Image RetrievalQuantizationRepresentation LearningRetrieval

Generalized Product Quantization Network for Semi-supervised Image Retrieval

2020-02-26 · CVPR 2020 6 · Young Kyun Jang, Nam Ik Cho

Image retrieval methods that employ hashing or vector quantization have achieved great success by taking advantage of deep learning. However, these approaches do not meet expectations unless expensive label information i…

Image RetrievalMetric LearningQuantizationRetrieval+3