IRCVLGIVMay 20, 2020

FashionBERT: Text and Image Matching with Adaptive Loss for Cross-modal Retrieval

arXiv:2005.09801v2156 citations
AI Analysis

This addresses the need for more detailed matching in fashion applications, but it is incremental as it builds on existing BERT-based methods with specific adaptations.

The paper tackles the problem of fine-grained text and image matching for cross-modal retrieval in the fashion industry by proposing FashionBERT, which uses patches as image features and an adaptive loss, achieving significant improvements over baseline and state-of-the-art approaches on a public dataset.

In this paper, we address the text and image matching in cross-modal retrieval of the fashion industry. Different from the matching in the general domain, the fashion matching is required to pay much more attention to the fine-grained information in the fashion images and texts. Pioneer approaches detect the region of interests (i.e., RoIs) from images and use the RoI embeddings as image representations. In general, RoIs tend to represent the "object-level" information in the fashion images, while fashion texts are prone to describe more detailed information, e.g. styles, attributes. RoIs are thus not fine-grained enough for fashion text and image matching. To this end, we propose FashionBERT, which leverages patches as image features. With the pre-trained BERT model as the backbone network, FashionBERT learns high level representations of texts and images. Meanwhile, we propose an adaptive loss to trade off multitask learning in the FashionBERT modeling. Two tasks (i.e., text and image matching and cross-modal retrieval) are incorporated to evaluate FashionBERT. On the public dataset, experiments demonstrate FashionBERT achieves significant improvements in performances than the baseline and state-of-the-art approaches. In practice, FashionBERT is applied in a concrete cross-modal retrieval application. We provide the detailed matching performance and inference efficiency analysis.

Code Implementations3 repos
Foundations

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

Your Notes