paper-with-me

홈 › Papers

Bayesian Supervised Hashing

2017-07-01 · CVPR 2017 7 · Zihao Hu, Junxuan Chen, Hongtao Lu, Tongzhen Zhang

Among learning based hashing methods, supervised hashing seeks compact binary representation of the training data to preserve semantic similarities. Recent years have witnessed various problem formulations and optimization methods for supervised hashing. Most of them optimize a form of loss function with a regulization term, which can be viewed as a maximum a posterior (MAP) estimation of the hashing codes. However, these approaches are prone to overfitting unless hyperparameters are tuned carefully. To address this problem, we present a novel fully Bayesian treatment for supervised hashing problem, named Bayesian Supervised Hashing (BSH), in which hyperparameters are automatically tuned during optimization. Additionally, by utilizing automatic relevance determination (ARD), we can figure out relative discriminating ability of different hashing bits and select most informative bits among them. Experimental results on three real-world image datasets with semantic information show that BSH can achieve superior performance over state-of-the-art methods with comparable training time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DistillHash: Unsupervised Deep Hashing by Distilling Data Pairs

2019-05-09 · CVPR 2019 6 · Erkun Yang, Tongliang Liu, Cheng Deng, Wei Liu 외

Due to the high storage and search efficiency, hashing has become prevalent for large-scale similarity search. Particularly, deep hashing methods have greatly improved the search performance under supervised scenarios. I…

Deep HashingSemantic SimilaritySemantic Textual Similarity

Deep Discrete Supervised Hashing

2017-07-31 · Jiang Qing-Yuan, Cui Xue, Li Wu-Jun

Hashing has been widely used for large-scale search due to its low storage cost and fast query speed. By using supervised information, supervised hashing can significantly outperform unsupervised hashing. Recently, discr…

Deep HashingImage RetrievalRetrieval

Asymmetric Deep Supervised Hashing

2017-07-26 · Qing-Yuan Jiang, Wu-Jun Li

Hashing has been widely used for large-scale approximate nearest neighbor search because of its storage and search efficiency. Recent work has found that deep supervised hashing can significantly outperform non-deep supe…

Retrieval

A Survey on Deep Hashing Methods

2020-03-04 · Xiao Luo, Haixin Wang, Daqing Wu, Chong Chen 외

Nearest neighbor search aims to obtain the samples in the database with the smallest distances from them to the queries, which is a basic task in a range of fields, including computer vision and data mining. Hashing is o…

Deep HashingDomain AdaptationPseudo LabelQuantization+3

How should we evaluate supervised hashing?

2016-09-21 · Alexandre Sablayrolles, Matthijs Douze, Hervé Jégou, Nicolas Usunier

Hashing produces compact representations for documents, to perform tasks like classification or retrieval based on these short codes. When hashing is supervised, the codes are trained using labels on the training data. T…

General ClassificationRetrievalTransfer Learning