paper-with-me

홈 › Papers

Fine-grained Apparel Classification and Retrieval without rich annotations

2018-11-06 · Aniket Bhatnagar, Sanchit Aggarwal

The ability to correctly classify and retrieve apparel images has a variety of applications important to e-commerce, online advertising and internet search. In this work, we propose a robust framework for fine-grained apparel classification, in-shop and cross-domain retrieval which eliminates the requirement of rich annotations like bounding boxes and human-joints or clothing landmarks, and training of bounding box/ key-landmark detector for the same. Factors such as subtle appearance differences, variations in human poses, different shooting angles, apparel deformations, and self-occlusion add to the challenges in classification and retrieval of apparel items. Cross-domain retrieval is even harder due to the presence of large variation between online shopping images, usually taken in ideal lighting, pose, positive angle and clean background as compared with street photos captured by users in complicated conditions with poor lighting and cluttered scenes. Our framework uses compact bilinear CNN with tensor sketch algorithm to generate embeddings that capture local pairwise feature interactions in a translationally invariant manner. For apparel classification, we pass the feature embeddings through a softmax classifier, while, the in-shop and cross-domain retrieval pipelines use a triplet-loss based optimization approach, such that squared Euclidean distance between embeddings measures the dissimilarity between the images. Unlike previous works that relied on bounding box, key clothing landmarks or human joint detectors to assist the final deep classifier, proposed framework can be trained directly on the provided category labels or generated triplets for triplet loss optimization. Lastly, Experimental results on the DeepFashion fine-grained categorization, and in-shop and consumer-to-shop retrieval datasets provide a comparative analysis with previous work performed in the domain.

📄 PDF Abstract BibTeX arXiv:1811.02385

Code (2)

aniket03/keras_compact_bilnear_CNN tf
sunn-e/DeepFashion-retrieval-2019 pytorch

Tasks

ClassificationGeneral ClassificationRetrievalTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Chat-to-Design: AI Assisted Personalized Fashion Design

2022-07-03 · Weiming Zhuang, Chongjie Ye, Ying Xu, Pengzhi Mao 외

In this demo, we present Chat-to-Design, a new multimodal interaction system for personalized fashion design. Compared to classic systems that recommend apparel based on keywords, Chat-to-Design enables users to design c…

multimodal interactionNatural Language UnderstandingRetrieval

AI Assisted Apparel Design

2020-07-09 · Alpana Dubey, Nitish Bhardwaj, Kumar Abhinav, Suma Mani Kuriakose 외

Fashion is a fast-changing industry where designs are refreshed at large scale every season. Moreover, it faces huge challenge of unsold inventory as not all designs appeal to customers. This puts designers under signifi…

Style Transfer

Fashionpedia: Ontology, Segmentation, and an Attribute Localization Dataset

2020-04-26 · ECCV 2020 8 · Menglin Jia, Mengyun Shi, Mikhail Sirotenko, Yin Cui 외

In this work we explore the task of instance segmentation with attribute localization, which unifies instance segmentation (detect and segment each object instance) and fine-grained visual attribute categorization (recog…

AttributeFine-Grained Visual CategorizationFine-Grained Visual RecognitionInstance Segmentation+3

A Federated Approach for Fine-Grained Classification of Fashion Apparel

2020-08-27 · Tejaswini Mallavarapu, Luke Cranfill, Junggab Son, Eun Hye Kim 외

As online retail services proliferate and are pervasive in modern lives, applications for classifying fashion apparel features from image data are becoming more indispensable. Online retailers, from leading companies to …

ClassificationGeneral ClassificationSemantic Segmentation

Learning Unified Embedding for Apparel Recognition

2017-07-19 · Yang Song, Yuan Li, Bo Wu, Chao-Yeh Chen 외

In apparel recognition, specialized models (e.g. models trained for a particular vertical like dresses) can significantly outperform general models (i.e. models that cover a wide range of verticals). Therefore, deep neur…

RetrievalTriplet