paper-with-me

Papers

Robust Cost-Sensitive Learning for Recommendation with Implicit Feedback

2017-07-03 · Peng Yang, Peilin Zhao, Xin Gao, Yong liu

Recommendation is the task of improving customer experience through personalized recommendation based on users' past feedback. In this paper, we investigate the most common scenario: the user-item (U-I) matrix of implicit feedback. Even though many recommendation approaches are designed based on implicit feedback, they attempt to project the U-I matrix into a low-rank latent space, which is a strict restriction that rarely holds in practice. In addition, although misclassification costs from imbalanced classes are significantly different, few methods take the cost of classification error into account. To address aforementioned issues, we propose a robust framework by decomposing the U-I matrix into two components: (1) a low-rank matrix that captures the common preference, and (2) a sparse matrix that detects the user-specific preference of individuals. A cost-sensitive learning model is embedded into the framework. Specifically, this model exploits different costs in the loss function for the observed and unobserved instances. We show that the resulting non-smooth convex objective can be optimized efficiently by an accelerated projected gradient method with closed-form solutions. Morever, the proposed algorithm can be scaled up to large-sized datasets after a relaxation. The theoretical result shows that even with a small fraction of 1's in the U-I matrix $M\in\mathbb{R}^{n\times m}$, the cost-sensitive error of the proposed model is upper bounded by $O(\frac{\alpha}{\sqrt{mn}})$, where $\alpha$ is a bias over imbalanced classes. Finally, empirical experiments are extensively carried out to evaluate the effectiveness of our proposed algorithm. Encouraging experimental results show that our algorithm outperforms several state-of-the-art algorithms on benchmark recommendation datasets.

📄 PDF Abstract BibTeX arXiv:1707.00536

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Denoising Neural Network for News Recommendation with Positive and Negative Implicit Feedback

2022-04-09 · Findings (NAACL) 2022 7 · Yunfan Hu, Zhaopeng Qiu, Xian Wu

News recommendation is different from movie or e-commercial recommendation as people usually do not grade the news. Therefore, user feedback for news is always implicit (click behavior, reading time, etc). Inevitably, th…

DenoisingNews Recommendation

DRIFT: A Federated Recommender System with Implicit Feedback on the Items

2023-04-17 · Theo Nommay

Nowadays there are more and more items available online, this makes it hard for users to find items that they like. Recommender systems aim to find the item who best suits the user, using his historical interactions. Dep…

Recommendation Systems

MTRec: Learning to Align with User Preferences via Mental Reward Models

2025-09-26 · Mengchen Zhao, Yifan Gao, Yaqing Hou, Xiangyang Li 외 arxiv

Recommendation models are predominantly trained using implicit user feedback, since explicit feedback is often costly to obtain. However, implicit feedback, such as clicks, does not always reflect users' real preferences…

Sequential RecommendationReinforcement Learning

Self-Guided Learning to Denoise for Robust Recommendation

2022-04-14 · Yunjun Gao, Yuntao Du, Yujia Hu, Lu Chen 외

The ubiquity of implicit feedback makes them the default choice to build modern recommender systems. Generally speaking, observed interactions are considered as positive samples, while unobserved interactions are conside…

DenoisingMemorizationMeta-LearningRecommendation Systems

FeedRec: News Feed Recommendation with Various User Feedbacks

2021-02-09 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Accurate user interest modeling is important for news recommendation. Most existing methods for news recommendation rely on implicit feedbacks like click for inferring user interests and model training. However, click be…

News Recommendation