CVJun 15, 2018

Weakly Supervised Deep Image Hashing through Tag Embeddings

arXiv:1806.05804v336 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of large-scale labeled data scarcity for image retrieval by leveraging abundant but noisy web tags, though it is incremental as it builds on existing weakly supervised methods.

The paper tackles the problem of semantic image hashing by formulating it as a weakly-supervised learning problem using user-generated tags instead of expensive labeled data, and results show that their approach sets a new state-of-the-art in weakly supervised image hashing.

Many approaches to semantic image hashing have been formulated as supervised learning problems that utilize images and label information to learn the binary hash codes. However, large-scale labeled image data is expensive to obtain, thus imposing a restriction on the usage of such algorithms. On the other hand, unlabelled image data is abundant due to the existence of many Web image repositories. Such Web images may often come with images tags that contain useful information, although raw tags, in general, do not readily lead to semantic labels. Motivated by this scenario, we formulate the problem of semantic image hashing as a weakly-supervised learning problem. We utilize the information contained in the user-generated tags associated with the images to learn the hash codes. More specifically, we extract the word2vec semantic embeddings of the tags and use the information contained in them for constraining the learning. Accordingly, we name our model Weakly Supervised Deep Hashing using Tag Embeddings (WDHT). WDHT is tested for the task of semantic image retrieval and is compared against several state-of-art models. Results show that our approach sets a new state-of-art in the area of weekly supervised image hashing.

Code Implementations1 repo
Foundations

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

Your Notes