paper-with-me

홈 › Papers

OutfitTransformer: Learning Outfit Representations for Fashion Recommendation

2022-04-11 · Rohan Sarkar, Navaneeth Bodla, Mariya I. Vasileva, Yen-Liang Lin, Anurag Beniwal, Alan Lu, Gerard Medioni

Learning an effective outfit-level representation is critical for predicting the compatibility of items in an outfit, and retrieving complementary items for a partial outfit. We present a framework, OutfitTransformer, that uses the proposed task-specific tokens and leverages the self-attention mechanism to learn effective outfit-level representations encoding the compatibility relationships between all items in the entire outfit for addressing both compatibility prediction and complementary item retrieval tasks. For compatibility prediction, we design an outfit token to capture a global outfit representation and train the framework using a classification loss. For complementary item retrieval, we design a target item token that additionally takes the target item specification (in the form of a category or text description) into consideration. We train our framework using a proposed set-wise outfit ranking loss to generate a target item embedding given an outfit, and a target item specification as inputs. The generated target item embedding is then used to retrieve compatible items that match the rest of the outfit. Additionally, we adopt a pre-training approach and a curriculum learning strategy to improve retrieval performance. Since our framework learns at an outfit-level, it allows us to learn a single embedding capturing higher-order relations among multiple items in the outfit more effectively than pairwise methods. Experiments demonstrate that our approach outperforms state-of-the-art methods on compatibility prediction, fill-in-the-blank, and complementary item retrieval tasks. We further validate the quality of our retrieval results with a user study.

📄 PDF Abstract BibTeX arXiv:2204.04812

Code (2)

owj0421/OutfitTransformer pytorch
owj0421/outfit-transformer pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Hierarchical Fashion Graph Network for Personalized Outfit Recommendation

2020-05-26 · Xingchen Li, Xiang Wang, Xiangnan He, Long Chen 외

Fashion outfit recommendation has attracted increasing attentions from online shopping services and fashion communities.Distinct from other scenarios (e.g., social networking or content sharing) which recommend a single …

POG: Personalized Outfit Generation for Fashion Recommendation at Alibaba iFashion

2019-05-06 · Wen Chen, Pipei Huang, Jiaming Xu, Xin Guo 외

Increasing demand for fashion recommendation raises a lot of challenges for online shopping platforms and fashion communities. In particular, there exist two requirements for fashion outfit recommendation: the Compatibil…

Learning Fashion Compatibility with Bidirectional LSTMs

2017-07-18 · Xintong Han, Zuxuan Wu, Yu-Gang Jiang, Larry S. Davis

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 s…

Attribute

Dressing as a Whole: Outfit Compatibility Learning Based on Node-wise Graph Neural Networks

2019-02-21 · Zeyu Cui, Zekun Li, Shu Wu, Xiao-Yu Zhang 외

With the rapid development of fashion market, the customers' demands of customers for fashion recommendation are rising. In this paper, we aim to investigate a practical problem of fashion recommendation by answering the…

Recommendation Systems

Diffusion Models for Generative Outfit Recommendation

2024-02-27 · Yiyan Xu, Wenjie Wang, Fuli Feng, Yunshan Ma 외

Outfit Recommendation (OR) in the fashion domain has evolved through two stages: Pre-defined Outfit Recommendation and Personalized Outfit Composition. However, both stages are constrained by existing fashion products, l…