False Negative Distillation and Contrastive Learning for Personalized Outfit Recommendation
Seongjae Kim, Jinseok Seol, Holim Lim, Sang-goo Lee

TL;DR
This paper introduces False Negative Distillation and contrastive learning techniques to improve personalized outfit recommendation by reducing model complexity and enhancing outfit representations, addressing challenges of large candidate sets and data sparsity.
Contribution
It proposes a novel knowledge distillation framework called False Negative Distillation that does not require ranking all outfits, and applies contrastive learning with new data augmentation methods for better outfit representations.
Findings
FND effectively compresses large models without full ranking.
Contrastive learning improves outfit representation quality.
Proposed methods outperform baselines on recommendation datasets.
Abstract
Personalized outfit recommendation has recently been in the spotlight with the rapid growth of the online fashion industry. However, recommending outfits has two significant challenges that should be addressed. The first challenge is that outfit recommendation often requires a complex and large model that utilizes visual information, incurring huge memory and time costs. One natural way to mitigate this problem is to compress such a cumbersome model with knowledge distillation (KD) techniques that leverage knowledge from a pretrained teacher model. However, it is hard to apply existing KD approaches in recommender systems (RS) to the outfit recommendation because they require the ranking of all possible outfits while the number of outfits grows exponentially to the number of consisting clothing items. Therefore, we propose a new KD framework for outfit recommendation, called False…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image Enhancement Techniques · Face recognition and analysis
MethodsContrastive Learning · Knowledge Distillation
