paper-with-me

홈 › Papers

Generative Adversarial Framework for Cold-Start Item Recommendation

2022-07-07 · SIGIR '22: Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information RetrievalJuly 2022 Pages 2565–2571 2022 7 · Hao Chen, Zefan Wang, Feiran Huang, Xiao Huang, Yue Xu, Yishi Lin, Peng He, Zhoujun Li Authors Info & Claims

The cold-start problem has been a long-standing issue in recommendation. Embedding-based recommendation models provide recommendations by learning embeddings for each user and item from historical interactions. Therefore, such embedding-based models perform badly for cold items which haven't emerged in the training set. The most common solutions are to generate the cold embedding for the cold item from its content features. However, the cold embeddings generated from contents have different distribution as the warm embeddings are learned from historical interactions. In this case, current cold-start methods are facing an interesting seesaw phenomenon, which improves the recommendation of either the cold items or the warm items but hurts the opposite ones. To this end, we propose a general framework named Generative Adversarial Recommendation (GAR). By training the generator and the recommender adversarially, the generated cold item embeddings can have similar distribution as the warm embeddings that can even fool the recommender. Simultaneously, the recommender is fine-tuned to correctly rank the "fake'' warm embeddings and the real warm embeddings. Consequently, the recommendation of the warms and the colds will not influence each other, thus avoiding the seesaw phenomenon. Additionally, GAR could be applied to any off-the-shelf recommendation model. Experiments on two datasets present that GAR has strong overall recommendation performance in cold-starting both the CF-based model (improved by over 30.18%) and the GNN-based model (improved by over 17.78%).

📄 PDF Abstract BibTeX

Code (1)

zfnWong/GAR tf

Similar Papers 제목 키워드 기반

ColdGAN: Resolving Cold Start User Recommendation by using Generative Adversarial Networks

2020-11-25 · Po-Lin Lai, Chih-Yun Chen, Liang-Wei Lo, Chien-Chin Chen

Mitigating the new user cold-start problem has been critical in the recommendation system for online service providers to influence user experience in decision making which can ultimately affect the intention of users to…

Decision Making

Contrastive Collaborative Filtering for Cold-Start Item Recommendation

2023-02-04 · Zhihui Zhou, Lilin Zhang, Ning Yang

The cold-start problem is a long-standing challenge in recommender systems. As a promising solution, content-based generative models usually project a cold-start item's content onto a warm-start item embedding to capture…

Collaborative FilteringContrastive LearningRecommendation Systems

Adversarial Item Promotion: Vulnerabilities at the Core of Top-N Recommenders that Use Images to Address Cold Start

2020-06-02 · Zhuoran Liu, Martha Larson

E-commerce platforms provide their customers with ranked lists of recommended items matching the customers' preferences. Merchants on e-commerce platforms would like their items to appear as high as possible in the top-N…

Recommendation Systems

GenRecEdit: Adapting Model Editing for Generative Recommendation with Cold-Start Items

2026-03-15 · Chenglei Shen, Teng Shi, Weijie Yu, Xiao Zhang 외 arxiv

Generative recommendation (GR) has shown strong potential for sequential recommendation in an end-to-end generation paradigm. However, existing GR models suffer from severe cold-start collapse: their recommendation accur…

Sequential Recommendation

Collaborative Generative Hashing for Marketing and Fast Cold-start Recommendation

2020-11-02 · Yan Zhang, Ivor W. Tsang, Lixin Duan

Cold-start has being a critical issue in recommender systems with the explosion of data in e-commerce. Most existing studies proposed to alleviate the cold-start problem are also known as hybrid recommender systems that …

MarketingRecommendation Systems