paper-with-me

Papers

u-cf2vec: Representation Learning for Personalized Algorithm Selection in Recommender Systems

2021-03-09 · Tomas Sousa-Pereira, Tiago Cunha, Carlos Soares

Collaborative Filtering (CF) has become the standard approach to solve recommendation systems (RS) problems. Collaborative Filtering algorithms try to make predictions about interests of a user by collecting the personal interests from multiple users. There are multiple CF algorithms, each one of them with its own biases. It is the Machine Learning practitioner that has to choose the best algorithm for each task beforehand. In Recommender Systems, different algorithms have different performance for different users within the same dataset. Meta Learning (MtL) has been used to choose the best algorithm for a given problem. Meta Learning is usually applied to select algorithms for a whole dataset. Adapting it to select the to the algorithm for a single user in a RS involves several challenges. The most important is the design of the metafeatures which, in typical meta learning, characterize datasets while here, they must characterize a single user. This work presents a new meta-learning based framework named $\mu$-cf2vec to select the best algorithm for each user. We propose using Representation Learning techniques to extract the metafeatures. Representation Learning tries to extract representations that can be reused in other learning tasks. In this work we also implement the framework using different RL techniques to evaluate which one can be more useful to solve this task. In the meta level, the meta learning model will use the metafeatures to extract knowledge that will be used to predict the best algorithm for each user. We evaluated an implementation of this framework using MovieLens 20M dataset. Our implementation achieved consistent gains in the meta level, however, in the base level we only achieved marginal gains.

📄 PDF Abstract BibTeX arXiv:2103.05673

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringMeta-LearningRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Towards Communication Efficient and Fair Federated Personalized Sequential Recommendation

2022-08-23 · Sichun Luo, Yuanzhang Xiao, Yang Liu, Congduan Li 외

Federated recommendations leverage the federated learning (FL) techniques to make privacy-preserving recommendations. Though recent success in the federated recommender system, several vital challenges remain to be addre…

FairnessFederated LearningPrivacy PreservingRecommendation Systems+1

MetaSelector: Meta-Learning for Recommendation with User-Level Adaptive Model Selection

2020-01-22 · Mi Luo, Fei Chen, Pengxiang Cheng, Zhenhua Dong 외

Recommender systems often face heterogeneous datasets containing highly personalized historical data of users, where no single model could give the best recommendation for every user. We observe this ubiquitous phenomeno…

Meta-LearningModel SelectionRecommendation Systems

Personalized Counterfactual Fairness in Recommendation

2021-05-20 · Yunqi Li, Hanxiong Chen, Shuyuan Xu, Yingqiang Ge 외

Recommender systems are gaining increasing and critical impacts on human and society since a growing number of users use them for information seeking and decision making. Therefore, it is crucial to address the potential…

counterfactualDecision MakingFairnessRecommendation Systems

Personalized Multi-task Training for Recommender System

2024-07-31 · Liangwei Yang, Zhiwei Liu, JianGuo Zhang, Rithesh Murthy 외

In the vast landscape of internet information, recommender systems (RecSys) have become essential for guiding users through a sea of choices aligned with their preferences. These systems have applications in diverse doma…

Multi-Task LearningRecommendation SystemsRepresentation Learning

Effects of Foraging in Personalized Content-based Image Recommendation

2019-06-30 · Amit Kumar Jaiswal, Haiming Liu, Ingo Frommholz

A major challenge of recommender systems is to help users locating interesting items. Personalized recommender systems have become very popular as they attempt to predetermine the needs of users and provide them with rec…

Recommendation Systems