English

Learning Fashion Compatibility with Bidirectional LSTMs

Computer Vision and Pattern Recognition 2017-07-19 v1

Abstract

The ubiquity of online fashion shopping demands effective recommendation services for customers. In this paper, we study two types of fashion recommendation: (i) suggesting an item that matches existing components in a set to form a stylish outfit (a collection of fashion items), and (ii) generating an outfit with multimodal (images/text) specifications from a user. To this end, we propose to jointly learn a visual-semantic embedding and the compatibility relationships among fashion items in an end-to-end fashion. More specifically, we consider a fashion outfit to be a sequence (usually from top to bottom and then accessories) and each item in the outfit as a time step. Given the fashion items in an outfit, we train a bidirectional LSTM (Bi-LSTM) model to sequentially predict the next item conditioned on previous ones to learn their compatibility relationships. Further, we learn a visual-semantic space by regressing image features to their semantic representations aiming to inject attribute and category information as a regularization for training the LSTM. The trained network can not only perform the aforementioned recommendations effectively but also predict the compatibility of a given outfit. We conduct extensive experiments on our newly collected Polyvore dataset, and the results provide strong qualitative and quantitative evidence that our framework outperforms alternative methods.

Keywords

Cite

@article{arxiv.1707.05691,
  title  = {Learning Fashion Compatibility with Bidirectional LSTMs},
  author = {Xintong Han and Zuxuan Wu and Yu-Gang Jiang and Larry S. Davis},
  journal= {arXiv preprint arXiv:1707.05691},
  year   = {2017}
}

Comments

ACM MM 17

R2 v1 2026-06-22T20:50:30.443Z