CVLGIVJun 30, 2019

Adversarially Trained Deep Neural Semantic Hashing Scheme for Subjective Search in Fashion Inventory

arXiv:1907.00382v13 citations
Originality Incremental advance
AI Analysis

This addresses the need for faster and more robust subjective search in large fashion datasets, though it is incremental as it builds on existing hashing and adversarial learning techniques.

The paper tackles the problem of efficient and accurate image retrieval in fashion inventory by developing an adversarially trained deep neural semantic hashing scheme, achieving a mean average precision (mAP) of 90.65% compared to 53.26% from prior methods.

The simple approach of retrieving a closest match of a query image from one in the gallery, compares an image pair using sum of absolute difference in pixel or feature space. The process is computationally expensive, ill-posed to illumination, background composition, pose variation, as well as inefficient to be deployed on gallery sets with more than 1000 elements. Hashing is a faster alternative which involves representing images in reduced dimensional simple feature spaces. Encoding images into binary hash codes enables similarity comparison in an image-pair using the Hamming distance measure. The challenge, however, lies in encoding the images using a semantic hashing scheme that lets subjective neighbors lie within the tolerable Hamming radius. This work presents a solution employing adversarial learning of a deep neural semantic hashing network for fashion inventory retrieval. It consists of a feature extracting convolutional neural network (CNN) learned to (i) minimize error in classifying type of clothing, (ii) minimize hamming distance between semantic neighbors and maximize distance between semantically dissimilar images, (iii) maximally scramble a discriminator's ability to identify the corresponding hash code-image pair when processing a semantically similar query-gallery image pair. Experimental validation for fashion inventory search yields a mean average precision (mAP) of 90.65% in finding the closest match as compared to 53.26% obtained by the prior art of deep Cauchy hashing for hamming space retrieval.

Foundations

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

Your Notes