Online Hashing with Efficient Updating of Binary Codes
Zhenyu Weng, Yuesheng Zhu

TL;DR
This paper introduces a novel online hashing framework that efficiently updates binary codes for streaming data without needing to recompute from the entire database, enhancing retrieval speed and accuracy.
Contribution
The proposed method fixes hash functions and uses projection functions for online updates, avoiding full database recomputation and improving multi-label image retrieval.
Findings
Effective and efficient binary code updating demonstrated on two image datasets.
Improved retrieval accuracy through asymmetric projection of queries and database.
Outperforms existing online hashing methods in speed and accuracy.
Abstract
Online hashing methods are efficient in learning the hash functions from the streaming data. However, when the hash functions change, the binary codes for the database have to be recomputed to guarantee the retrieval accuracy. Recomputing the binary codes by accumulating the whole database brings a timeliness challenge to the online retrieval process. In this paper, we propose a novel online hashing framework to update the binary codes efficiently without accumulating the whole database. In our framework, the hash functions are fixed and the projection functions are introduced to learn online from the streaming data. Therefore, inefficient updating of the binary codes by accumulating the whole database can be transformed to efficient updating of the binary codes by projecting the binary codes into another binary space. The queries and the binary code database are projected…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Video Surveillance and Tracking Methods
