paper-with-me

Papers

Contrastive Learning for Interactive Recommendation in Fashion

2022-07-25 · Karin Sevegnani, Arjun Seshadri, Tian Wang, Anurag Beniwal, Julian McAuley, Alan Lu, Gerard Medioni

Recommender systems and search are both indispensable in facilitating personalization and ease of browsing in online fashion platforms. However, the two tools often operate independently, failing to combine the strengths of recommender systems to accurately capture user tastes with search systems' ability to process user queries. We propose a novel remedy to this problem by automatically recommending personalized fashion items based on a user-provided text request. Our proposed model, WhisperLite, uses contrastive learning to capture user intent from natural language text and improves the recommendation quality of fashion products. WhisperLite combines the strength of CLIP embeddings with additional neural network layers for personalization, and is trained using a composite loss function based on binary cross entropy and contrastive loss. The model demonstrates a significant improvement in offline recommendation retrieval metrics when tested on a real-world dataset collected from an online retail fashion store, as well as widely used open-source datasets in different e-commerce domains, such as restaurants, movies and TV shows, clothing and shoe reviews. We additionally conduct a user study that captures user judgements on the relevance of the model's recommended items, confirming the relevancy of WhisperLite's recommendations in an online setting.

📄 PDF Abstract BibTeX arXiv:2207.12033

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningInteractive RecommendationRecommendation SystemsRetrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Exploiting Latent Codes: Interactive Fashion Product Generation, Similar Image Retrieval, and Cross-Category Recommendation using Variational Autoencoders

2020-09-02 · James-Andrew Sarmiento

The rise of deep learning applications in the fashion industry has fueled advances in curating large-scale datasets to build applications for product design, image retrieval, and recommender systems. In this paper, the a…

Image RetrievalRecommendation SystemsRetrieval

Contrastive Learning Method for Sequential Recommendation based on Multi-Intention Disentanglement

2024-04-28 · Zeyu Hu, Yuzhi Xiao, Tao Huang, Xuanrong Huo

Sequential recommendation is one of the important branches of recommender system, aiming to achieve personalized recommended items for the future through the analysis and prediction of users' ordered historical interacti…

Contrastive LearningDisentanglementRecommendation SystemsSequential Recommendation

Debiased Model-based Interactive Recommendation

2024-02-24 · Zijian Li, Ruichu Cai, Haiqin Huang, Sili Zhang 외

Existing model-based interactive recommendation systems are trained by querying a world model to capture the user preference, but learning the world model from historical logged data will easily suffer from bias issues s…

Contrastive LearningInteractive RecommendationmodelRecommendation Systems

Lost Your Style? Navigating with Semantic-Level Approach for Text-to-Outfit Retrieval

2023-11-03 · JunKyu Jang, Eugene Hwang, Sung-Hyuk Park

Fashion stylists have historically bridged the gap between consumers' desires and perfect outfits, which involve intricate combinations of colors, patterns, and materials. Although recent advancements in fashion recommen…

Recommendation SystemsRetrievalVideo Retrieval

Improving Knowledge-aware Recommendation with Multi-level Interactive Contrastive Learning

2022-08-22 · Ding Zou, Wei Wei, Ziyang Wang, Xian-Ling Mao 외

Incorporating Knowledge Graphs (KG) into recommeder system has attracted considerable attention. Recently, the technical trend of Knowledge-aware Recommendation (KGR) is to develop end-to-end models based on graph neural…

Contrastive LearningKnowledge-Aware RecommendationKnowledge GraphsRepresentation Learning+1