paper-with-me

홈 › Papers

Fast Online Hashing with Multi-Label Projection

2022-12-03 · Wenzhe Jia, Yuan Cao, Junwei Liu, Jie Gui

Hashing has been widely researched to solve the large-scale approximate nearest neighbor search problem owing to its time and storage superiority. In recent years, a number of online hashing methods have emerged, which can update the hash functions to adapt to the new stream data and realize dynamic retrieval. However, existing online hashing methods are required to update the whole database with the latest hash functions when a query arrives, which leads to low retrieval efficiency with the continuous increase of the stream data. On the other hand, these methods ignore the supervision relationship among the examples, especially in the multi-label case. In this paper, we propose a novel Fast Online Hashing (FOH) method which only updates the binary codes of a small part of the database. To be specific, we first build a query pool in which the nearest neighbors of each central point are recorded. When a new query arrives, only the binary codes of the corresponding potential neighbors are updated. In addition, we create a similarity matrix which takes the multi-label supervision information into account and bring in the multi-label projection loss to further preserve the similarity among the multi-label data. The experimental results on two common benchmarks show that the proposed FOH can achieve dramatic superiority on query time up to 6.28 seconds less than state-of-the-art baselines with competitive retrieval accuracy.

📄 PDF Abstract BibTeX arXiv:2212.03112

Code (1)

caoyuan57/foh 공식 구현

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Fast Supervised Discrete Hashing

2019-04-07 · Jie Gui, Tongliang Liu, Zhenan Sun, DaCheng Tao 외

Learning-based hashing algorithms are ``hot topics" because they can greatly increase the scale at which existing methods operate. In this paper, we propose a new learning-based hashing method called ``fast supervised di…

regression

Multilinear Hyperplane Hashing

2016-06-01 · CVPR 2016 6 · Xianglong Liu, Xinjie Fan, Cheng Deng, Zhujin Li 외

Hashing has become an increasingly popular technique for fast nearest neighbor search in large databases. Despite its successful progress in classic point-to-point search, there are few studies regarding point-to-hyperpl…

Active LearningQuantizationSensitivity

Mutual Linear Regression-based Discrete Hashing

2019-03-15 · Xingbo Liu, Xiushan Nie, Yilong Yin

Label information is widely used in hashing methods because of its effectiveness of improving the precision. The existing hashing methods always use two different projections to represent the mutual regression between ha…

regression

Fast Class-wise Updating for Online Hashing

2020-12-01 · Mingbao Lin, Rongrong Ji, Xiaoshuai Sun, Baochang Zhang 외

Online image hashing has received increasing research attention recently, which processes large-scale data in a streaming fashion to update the hash functions on-the-fly. To this end, most existing works exploit this pro…

Making Online Sketching Hashing Even Faster

2020-10-10 · Xixian Chen, Haiqin Yang, Shenglin Zhao, Michael R. Lyu 외

Data-dependent hashing methods have demonstrated good performance in various machine learning applications to learn a low-dimensional representation from the original data. However, they still suffer from several obstacl…