CVSep 16, 2020

Weakly-Supervised Online Hashing

arXiv:2009.07436v21 citations
AI Analysis

This addresses the need for efficient and scalable image search in social media applications, though it is incremental as it builds on existing hashing methods by incorporating weak supervision.

The paper tackles the problem of social image retrieval by proposing a weakly-supervised online hashing method that leverages user-provided tags to learn hash codes efficiently in a streaming fashion, achieving superior performance on two real-world datasets compared to state-of-the-art baselines.

With the rapid development of social websites, recent years have witnessed an explosive growth of social images with user-provided tags which continuously arrive in a streaming fashion. Due to the fast query speed and low storage cost, hashing-based methods for image search have attracted increasing attention. However, existing hashing methods for social image retrieval are based on batch mode which violates the nature of social images, i.e., social images are usually generated periodically or collected in a stream fashion. Although there exist many online image hashing methods, they either adopt unsupervised learning which ignore the relevant tags, or are designed in the supervised manner which needs high-quality labels. In this paper, to overcome the above limitations, we propose a new method named Weakly-supervised Online Hashing (WOH). In order to learn high-quality hash codes, WOH exploits the weak supervision by considering the semantics of tags and removing the noise. Besides, We develop a discrete online optimization algorithm for WOH, which is efficient and scalable. Extensive experiments conducted on two real-world datasets demonstrate the superiority of WOH compared with several state-of-the-art hashing baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes