paper-with-me

Papers

VM-Rec: A Variational Mapping Approach for Cold-start User Recommendation

2023-11-02 · Linan Zheng, Jiale Chen, Pengsheng Liu, Guangfa Zhang, Jinyun Fang

The cold-start problem is a common challenge for most recommender systems. The practical application of most cold-start methods is hindered by the deficiency in auxiliary content information for users. Moreover, most methods necessitate simultaneous updates to the extensive parameters of recommender models, leading to significant training costs, particularly in large-scale industrial scenarios. We observe that the model can generate expressive embeddings for warm users with relatively more interactions. Initially, these users were cold-start users, and after transitioning to warm users, they exhibit clustering patterns in their embeddings with consistent initial interactions. Based on this motivation, we propose a Variational Mapping approach for cold-start user Recommendation (VM-Rec), mapping from few initial interactions to expressive embeddings for cold-start users. Specifically, we encode the initial interactions into a latent representation, where each dimension disentangledly signifies the degree of association with each warm user. Subsequently, we utilize this latent representation as the parameters for the mapping function, mapping (decoding) it into an expressive embedding, which can be integrated into a pre-trained recommender model directly. Our method is evaluated on three datasets using the same base model, demonstrating superior performance compared to other popular cold-start methods.

📄 PDF Abstract BibTeX arXiv:2311.01304

Code (1)

Linan2018/VM-Rec 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…

Similar Papers 제목 키워드 기반

Sharpness-Aware Cross-Domain Recommendation to Cold-Start Users

2024-08-04 · Guohang Zeng, Qian Zhang, Guangquan Zhang, Jie Lu

Cross-Domain Recommendation (CDR) is a promising paradigm inspired by transfer learning to solve the cold-start problem in recommender systems. Existing state-of-the-art CDR methods train an explicit mapping function to …

Recommendation SystemsTransfer Learning

CDRNP: Cross-Domain Recommendation to Cold-Start Users via Neural Process

2024-01-23 · XiaoDong Li, Jiawei Sheng, Jiangxia Cao, Wenyuan Zhang 외

Cross-domain recommendation (CDR) has been proven as a promising way to tackle the user cold-start problem, which aims to make recommendations for users in the target domain by transferring the user preference derived fr…

Meta-Learning

Information Maximization via Variational Autoencoders for Cross-Domain Recommendation

2024-05-31 · Xuying Ning, Wujiang Xu, Xiaolei Liu, Mingming Ha 외

Cross-Domain Sequential Recommendation (CDSR) methods aim to address the data sparsity and cold-start problems present in Single-Domain Sequential Recommendation (SDSR). Existing CDSR methods typically rely on overlappin…

DenoisingDisentanglementSequential Recommendation

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…

Cross-Domain Recommendation to Cold-Start Users via Variational Information Bottleneck

2022-03-31 · Jiangxia Cao, Jiawei Sheng, Xin Cong, Tingwen Liu 외

Recommender systems have been widely deployed in many real-world applications, but usually suffer from the long-standing user cold-start problem. As a promising way, Cross-Domain Recommendation (CDR) has attracted a surg…

Recommendation Systems