paper-with-me

Papers

Supervised Incremental Hashing

2016-04-25 · Bahadir Ozdemir, Mahyar Najibi, Larry S. Davis

We propose an incremental strategy for learning hash functions with kernels for large-scale image search. Our method is based on a two-stage classification framework that treats binary codes as intermediate variables between the feature space and the semantic space. In the first stage of classification, binary codes are considered as class labels by a set of binary SVMs; each corresponds to one bit. In the second stage, binary codes become the input space of a multi-class SVM. Hash functions are learned by an efficient algorithm where the NP-hard problem of finding optimal binary codes is solved via cyclic coordinate descent and SVMs are trained in a parallelized incremental manner. For modifications like adding images from a previously unseen class, we describe an incremental procedure for effective and efficient updates to the previous hash functions. Experiments on three large-scale image datasets demonstrate the effectiveness of the proposed hashing method, Supervised Incremental Hashing (SIH), over the state-of-the-art supervised hashing methods.

📄 PDF Abstract BibTeX arXiv:1604.07342

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationImage Retrieval

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Deep Incremental Hashing Network for Efficient Image Retrieval

2019-06-01 · CVPR 2019 6 · Dayan Wu, Qi Dai, Jing Liu, Bo Li 외

Hashing has shown great potential in large-scale image retrieval due to its storage and computation efficiency, especially the recent deep supervised hashing methods. To achieve promising performance, deep supervised has…

Deep HashingImage RetrievalRetrieval

Supervised Online Hashing via Hadamard Codebook Learning

2019-04-28 · Mingbao Lin, Rongrong Ji, Hong Liu, Yongjian Liu

In recent years, binary code learning, a.k.a hashing, has received extensive attention in large-scale multimedia retrieval. It aims to encode high-dimensional data points to binary codes, hence the original high-dimensio…

RetrievalSemantic SimilaritySemantic Textual Similarity

Deep Lifelong Cross-modal Hashing

2023-04-26 · Liming Xu, Hanqi Li, Bochuan Zheng, Weisheng Li 외

Hashing methods have made significant progress in cross-modal retrieval tasks with fast query speed and low storage cost. Among them, deep learning-based hashing achieves better performance on large-scale data due to its…

Cross-Modal RetrievalLifelong learningRetrievalSemantic Similarity+1

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