Fast Online Hashing with Multi-Label Projection
Wenzhe Jia, Yuan Cao, Junwei Liu, Jie Gui

TL;DR
This paper introduces a fast online hashing method that updates only relevant binary codes using multi-label supervision, significantly improving retrieval efficiency while maintaining accuracy in large-scale nearest neighbor search.
Contribution
The proposed FOH method efficiently updates only a subset of binary codes based on potential neighbors and incorporates multi-label supervision, enhancing speed and preserving data similarity.
Findings
Achieves up to 6.28 seconds faster query times than baselines.
Maintains competitive retrieval accuracy.
Effectively handles multi-label data in online hashing.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Caching and Content Delivery · Text and Document Classification Technologies
