paper-with-me

홈 › Papers

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

2019-06-30 · Saket Singh, Debdoot Sheet, Mithun Dasgupta

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.

📄 PDF Abstract BibTeX arXiv:1907.00382

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Adaptive Structural Similarity Preserving for Unsupervised Cross Modal Hashing

2022-07-09 · Liang Li, Baihua Zheng, Weiwei Sun

Cross-modal hashing is an important approach for multimodal data management and application. Existing unsupervised cross-modal hashing algorithms mainly rely on data features in pre-trained models to mine their similarit…

ManagementRepresentation Learning

Random Forests Can Hash

2014-12-16 · Qiang Qiu, Guillermo Sapiro, Alex Bronstein

Hash codes are a very efficient data representation needed to be able to cope with the ever growing amounts of data. We introduce a random forest semantic hashing scheme with information-theoretic code aggregation, showi…

Retrieval

Supervised Online Hashing via Hadamard Codebook Learning

2019-04-28 · Mingbao Lin, Rongrong Ji, Hong Liu, Yongjian Liu

In recent years, binary code learning, a.k.a hashing, has received extensive attention in large-scale multimedia retrieval. It aims to encode high-dimensional data points to binary codes, hence the original high-dimensio…

RetrievalSemantic SimilaritySemantic Textual Similarity

Semantic-Aware Adversarial Training for Reliable Deep Hashing Retrieval

2023-10-23 · IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY 2023 7 · Xu Yuan, Zheng Zhang, Xunguang Wang, Lin Wu

Deep hashing has been intensively studied and successfully applied in large-scale image retrieval systems due to its efficiency and effectiveness. Recent studies have recognized that the existence of adversarial examples…

Adversarial AttackAdversarial RobustnessDeep HashingImage Retrieval+1

ForestHash: Semantic Hashing With Shallow Random Forests and Tiny Convolutional Networks

2017-11-22 · ECCV 2018 9 · Qiang Qiu, Jose Lezama, Alex Bronstein, Guillermo Sapiro

Hash codes are efficient data representations for coping with the ever growing amounts of data. In this paper, we introduce a random forest semantic hashing scheme that embeds tiny convolutional neural networks (CNN) int…

General Classificationimage-classificationImage ClassificationImage Retrieval+1