paper-with-me

홈 › Papers

Item Cold Start Recommendation via Adversarial Variational Auto-encoder Warm-up

2023-02-28 · Shenzheng Zhang, Qi Tan, Xinzhi Zheng, Yi Ren, Xu Zhao

The gap between the randomly initialized item ID embedding and the well-trained warm item ID embedding makes the cold items hard to suit the recommendation system, which is trained on the data of historical warm items. To alleviate the performance decline of new items recommendation, the distribution of the new item ID embedding should be close to that of the historical warm items. To achieve this goal, we propose an Adversarial Variational Auto-encoder Warm-up model (AVAEW) to generate warm-up item ID embedding for cold items. Specifically, we develop a conditional variational auto-encoder model to leverage the side information of items for generating the warm-up item ID embedding. Particularly, we introduce an adversarial module to enforce the alignment between warm-up item ID embedding distribution and historical item ID embedding distribution. We demonstrate the effectiveness and compatibility of the proposed method by extensive offline experiments on public datasets and online A/B tests on a real-world large-scale news recommendation platform.

📄 PDF Abstract BibTeX arXiv:2302.14395

Code (0)

등록된 구현이 없습니다.

Tasks

News Recommendation

Similar 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 외

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…

Improving Item Cold-start Recommendation via Model-agnostic Conditional Variational Autoencoder

2022-05-27 · Xu Zhao, Yi Ren, Ying Du, Shenzheng Zhang 외

Embedding & MLP has become a paradigm for modern large-scale recommendation system. However, this paradigm suffers from the cold-start problem which will seriously compromise the ecological health of recommendation syste…

DecoderNews RecommendationRecommendation Systems

MoToRec: Sparse-Regularized Multimodal Tokenization for Cold-Start Recommendation

2026-02-11 · Jialin Liu, Zhaorui Zhang, Ray C. C. Cheung arxiv

Graph neural networks (GNNs) have revolutionized recommender systems by effectively modeling complex user-item interactions, yet data sparsity and the item cold-start problem significantly impair performance, particularl…

Multimodal Recommendation

M^2VAE: Multi-Modal Multi-View Variational Autoencoder for Cold-start Item Recommendation

2025-08-01 · Chuan He, Yongchao Liu, Qiang Li, Wenliang Zhong 외 arxiv

Cold-start item recommendation is a significant challenge in recommendation systems, particularly when new items are introduced without any historical interaction data. While existing methods leverage multi-modal content…

Recommendation SystemsContrastive Learning

Large Language Models as Data Augmenters for Cold-Start Item Recommendation

2024-02-18 · Jianling Wang, Haokai Lu, James Caverlee, Ed Chi 외

The reasoning and generalization capabilities of LLMs can help us better understand user preferences and item characteristics, offering exciting prospects to enhance recommendation systems. Though effective while user-it…

Recommendation Systems