CVIVJul 4, 2019

Searching for Apparel Products from Images in the Wild

arXiv:1907.02244v28 citations
AI Analysis

This addresses the need for automated shopping inspiration from social media images, though it is incremental as it builds on existing detection and embedding methods.

The paper tackles the problem of finding visually similar clothing items from in-the-wild images (street-to-shop searching) by localizing and classifying apparel regions using CNN detectors and a multi-task feature embedding, with validation through benchmark datasets and human evaluation.

In this age of social media, people often look at what others are wearing. In particular, Instagram and Twitter influencers often provide images of themselves wearing different outfits and their followers are often inspired to buy similar clothes.We propose a system to automatically find the closest visually similar clothes in the online Catalog (street-to-shop searching). The problem is challenging since the original images are taken under different pose and lighting conditions. The system initially localizes high-level descriptive regions (top, bottom, wristwear. . . ) using multiple CNN detectors such as YOLO and SSD that are trained specifically for apparel domain. It then classifies these regions into more specific regions such as t-shirts, tunic or dresses. Finally, a feature embedding learned using a multi-task function is recovered for every item and then compared with corresponding items in the online Catalog database and ranked according to distance. We validate our approach component-wise using benchmark datasets and end-to-end using human evaluation.

Foundations

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

Your Notes