paper-with-me

Papers

A Scalable Optimization Mechanism for Pairwise based Discrete Hashing

2018-11-27 · Shi Xiaoshuang, Xing Fuyong, Zhang Zizhao, Sapkota Manish, Guo Zhenhua, Yang Lin

Maintaining the pair similarity relationship among originally high-dimensional data into a low-dimensional binary space is a popular strategy to learn binary codes. One simiple and intutive method is to utilize two identical code matrices produced by hash functions to approximate a pairwise real label matrix. However, the resulting quartic problem is difficult to directly solve due to the non-convex and non-smooth nature of the objective. In this paper, unlike previous optimization methods using various relaxation strategies, we aim to directly solve the original quartic problem using a novel alternative optimization mechanism to linearize the quartic problem by introducing a linear regression model. Additionally, we find that gradually learning each batch of binary codes in a sequential mode, i.e. batch by batch, is greatly beneficial to the convergence of binary code learning. Based on this significant discovery and the proposed strategy, we introduce a scalable symmetric discrete hashing algorithm that gradually and smoothly updates each batch of binary codes. To further improve the smoothness, we also propose a greedy symmetric discrete hashing algorithm to update each bit of batch binary codes. Moreover, we extend the proposed optimization mechanism to solve the non-convex optimization problems for binary code learning in many other pairwise based hashing algorithms. Extensive experiments on benchmark single-label and multi-label databases demonstrate the superior performance of the proposed mechanism over recent state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1811.10810

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SADIH: Semantic-Aware DIscrete Hashing

2019-04-03 · Zheng Zhang, Guo-Sen Xie, Yang Li, Sheng Li 외

Due to its low storage cost and fast query speed, hashing has been recognized to accomplish similarity search in large-scale multimedia retrieval applications. Particularly supervised hashing has recently received consid…

Retrieval

Column sampling based discrete supervised hashing

2016-02-21 · AAAI 2016 2 · Wang-Cheng Kang, Wu-Jun Li and Zhi-Hua Zhou

By leveraging semantic (label) information, supervised hashing has demonstrated better accuracy than unsupervised hashing in many real applications. Because the hashing-code learning problem is essentially a discrete opt…

Image RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Pairwise Supervised Hashing with Bernoulli Variational Auto-Encoder and Self-Control Gradient Estimator

2020-05-21 · Siamak Zamani Dadaneh, Shahin Boluki, Mingzhang Yin, Mingyuan Zhou 외

Semantic hashing has become a crucial component of fast similarity search in many large-scale information retrieval systems, in particular, for text data. Variational auto-encoders (VAEs) with binary latent variables as …

Information RetrievalRetrieval

Exploring Auxiliary Context: Discrete Semantic Transfer Hashing for Scalable Image Retrieval

2019-04-25 · Lei Zhu, Zi Huang, Zhihui Li, Liang Xie 외

Unsupervised hashing can desirably support scalable content-based image retrieval (SCBIR) for its appealing advantages of semantic label independence, memory and search efficiency. However, the learned hash codes are emb…

Content-Based Image RetrievalImage RetrievalRetrieval

Recursive n-gram hashing is pairwise independent, at best

2007-05-31 · Daniel Lemire, Owen Kaser

Many applications use sequences of n consecutive symbols (n-grams). Hashing these n-grams can be a performance bottleneck. For more speed, recursive hash families compute hash values by updating previous values. We prove…