paper-with-me

Papers

Diverse Preference Augmentation with Multiple Domains for Cold-start Recommendations

2022-04-01 · Yan Zhang, Changyu Li, Ivor W. Tsang, Hui Xu, Lixin Duan, Hongzhi Yin, Wen Li, Jie Shao

Cold-start issues have been more and more challenging for providing accurate recommendations with the fast increase of users and items. Most existing approaches attempt to solve the intractable problems via content-aware recommendations based on auxiliary information and/or cross-domain recommendations with transfer learning. Their performances are often constrained by the extremely sparse user-item interactions, unavailable side information, or very limited domain-shared users. Recently, meta-learners with meta-augmentation by adding noises to labels have been proven to be effective to avoid overfitting and shown good performance on new tasks. Motivated by the idea of meta-augmentation, in this paper, by treating a user's preference over items as a task, we propose a so-called Diverse Preference Augmentation framework with multiple source domains based on meta-learning (referred to as MetaDPA) to i) generate diverse ratings in a new domain of interest (known as target domain) to handle overfitting on the case of sparse interactions, and to ii) learn a preference model in the target domain via a meta-learning scheme to alleviate cold-start issues. Specifically, we first conduct multi-source domain adaptation by dual conditional variational autoencoders and impose a Multi-domain InfoMax (MDI) constraint on the latent representations to learn domain-shared and domain-specific preference properties. To avoid overfitting, we add a Mutually-Exclusive (ME) constraint on the output of decoders to generate diverse ratings given content data. Finally, these generated diverse ratings and the original ratings are introduced into the meta-training procedure to learn a preference meta-learner, which produces good generalization ability on cold-start recommendation tasks. Experiments on real-world datasets show our proposed MetaDPA clearly outperforms the current state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2204.00327

Code (1)

yixianqianzy/dpa 공식 구현 pytorch

Tasks

Domain AdaptationMeta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Meta-augmentation Meta-augmentation helps generate more varied tasks for a single example in meta-learning. It can be distinguished from data augmentation in classic machine learning as…

Similar Papers 제목 키워드 기반

Cold-Start Active Preference Learning in Socio-Economic Domains

2025-08-07 · Mojtaba Fayaz-Bakhsh, Danial Ataee, MohammadAmin Fazli arxiv

Active preference learning offers an efficient approach to modeling preferences, but it is hindered by the cold-start problem, which leads to a marked decline in performance when no initial labeled data are available. Wh…

Active Learning

CATN: Cross-Domain Recommendation for Cold-Start Users via Aspect Transfer Network

2020-05-21 · Cheng Zhao, Chenliang Li, Rong Xiao, Hongbo Deng 외

In a large recommender system, the products (or items) could be in many different categories or domains. Given two relevant domains (e.g., Book and Movie), users may have interactions with items in one domain but not in …

Recommendation Systems

Learning Personalized User Preference from Cold Start in Multi-turn Conversations

2023-09-10 · Deguang Kong, Abhay Jha, Lei Yun

This paper presents a novel teachable conversation interaction system that is capable of learning users preferences from cold start by gradually adapting to personal preferences. In particular, the TAI system is able to …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Exploring Preference-Guided Diffusion Model for Cross-Domain Recommendation

2025-01-20 · XiaoDong Li, Hengzhu Tang, Jiawei Sheng, Xinghua Zhang 외

Cross-domain recommendation (CDR) has been proven as a promising way to alleviate the cold-start issue, in which the most critical problem is how to draw an informative user representation in the target domain via the tr…

Recommendation Systems

DCDIR: A Deep Cross-Domain Recommendation System for Cold Start Users in Insurance Domain

2020-07-27 · Ye Bi, Liqiang Song, Mengqiu Yao, Zhen-Yu Wu 외

Internet insurance products are apparently different from traditional e-commerce goods for their complexity, low purchasing frequency, etc.So, cold start problem is even worse. In traditional e-commerce field, several cr…