paper-with-me

Papers

Efficient Bi-Level Optimization for Recommendation Denoising

2022-10-19 · Zongwei Wang, Min Gao, Wentao Li, Junliang Yu, Linxin Guo, Hongzhi Yin

The acquisition of explicit user feedback (e.g., ratings) in real-world recommender systems is often hindered by the need for active user involvement. To mitigate this issue, implicit feedback (e.g., clicks) generated during user browsing is exploited as a viable substitute. However, implicit feedback possesses a high degree of noise, which significantly undermines recommendation quality. While many methods have been proposed to address this issue by assigning varying weights to implicit feedback, two shortcomings persist: (1) the weight calculation in these methods is iteration-independent, without considering the influence of weights in previous iterations, and (2) the weight calculation often relies on prior knowledge, which may not always be readily available or universally applicable. To overcome these two limitations, we model recommendation denoising as a bi-level optimization problem. The inner optimization aims to derive an effective model for the recommendation, as well as guiding the weight determination, thereby eliminating the need for prior knowledge. The outer optimization leverages gradients of the inner optimization and adjusts the weights in a manner considering the impact of previous weights. To efficiently solve this bi-level optimization problem, we employ a weight generator to avoid the storage of weights and a one-step gradient-matching-based loss to significantly reduce computational time. The experimental results on three benchmark datasets demonstrate that our proposed approach outperforms both state-of-the-art general and denoising recommendation models. The code is available at https://github.com/CoderWZW/BOD.

📄 PDF Abstract BibTeX arXiv:2210.10321

Code (2)

CoderWZW/QGrace 공식 구현 pytorch
coderwzw/bod 공식 구현 pytorch

Tasks

Data AugmentationDenoisingRecommendation Systems

Similar Papers 제목 키워드 기반

Dual-domain Collaborative Denoising for Social Recommendation

2024-05-08 · Wenjie Chen, Yi Zhang, Honghao Li, Lei Sang 외

Social recommendation leverages social network to complement user-item interaction data for recommendation task, aiming to mitigate the data sparsity issue in recommender systems. However, existing social recommendation …

Contrastive LearningDenoisingRecommendation Systems

Conditional Denoising Diffusion for Sequential Recommendation

2023-04-22 · Yu Wang, Zhiwei Liu, Liangwei Yang, Philip S. Yu

Generative models have attracted significant interest due to their ability to handle uncertainty by learning the inherent data distributions. However, two prominent generative models, namely Generative Adversarial Networ…

DecoderDenoisingSequential Recommendation

Knowledge-refined Denoising Network for Robust Recommendation

2023-04-28 · Xinjun Zhu, Yuntao Du, YUREN MAO, Lu Chen 외

Knowledge graph (KG), which contains rich side information, becomes an essential part to boost the recommendation performance and improve its explainability. However, existing knowledge-aware recommendation methods direc…

DenoisingKnowledge-Aware RecommendationModel Optimization

AutoDenoise: Automatic Data Instance Denoising for Recommendations

2023-03-12 · Weilin Lin, Xiangyu Zhao, Yejing Wang, Yuanshao Zhu 외

Historical user-item interaction datasets are essential in training modern recommender systems for predicting user preferences. However, the arbitrary user behaviors in most recommendation scenarios lead to a large volum…

Deep Reinforcement LearningDenoisingRecommendation Systems

Adaptive Item-based Collaborative Structures via Noise Rescheduling in Diffusion for Generative Recommendation

2026-08-24 · Jiaqi Wang, Tianying Liu, Heng Chang, Jihong Guan 외 arxiv

Discrete Diffusion Models (DDMs) have recently been introduced to recommendation systems, modeling user history as a token generation process via iterative denoising. However, while effective at capturing user-level sequ…

Collaborative FilteringRecommendation Systems