Personalized Adaptive Meta Learning for Cold-start User Preference Prediction
Runsheng Yu, Yu Gong, Xu He, Bo An, Yu Zhu, Qingwen Liu, Wenwu Ou

TL;DR
This paper introduces a personalized adaptive meta-learning approach to improve cold-start user preference prediction by addressing overfitting and user heterogeneity, outperforming existing methods on multiple datasets.
Contribution
It proposes a novel personalized adaptive learning rate meta-learning method that considers both major and minor users, with user similarity search and memory-efficient regularization.
Findings
Outperforms state-of-the-art methods on MovieLens, BookCrossing, and real-world datasets.
Effectively improves predictions for both major and minor users.
Reduces memory usage while maintaining high performance.
Abstract
A common challenge in personalized user preference prediction is the cold-start problem. Due to the lack of user-item interactions, directly learning from the new users' log data causes serious over-fitting problem. Recently, many existing studies regard the cold-start personalized preference prediction as a few-shot learning problem, where each user is the task and recommended items are the classes, and the gradient-based meta learning method (MAML) is leveraged to address this challenge. However, in real-world application, the users are not uniformly distributed (i.e., different users may have different browsing history, recommended items, and user profiles. We define the major users as the users in the groups with large numbers of users sharing similar user information, and other users are the minor users), existing MAML approaches tend to fit the major users and ignore the minor…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsRecommender Systems and Techniques · Data Stream Mining Techniques · Domain Adaptation and Few-Shot Learning
MethodsModel-Agnostic Meta-Learning
