paper-with-me

Papers

Deconfounded Recommendation for Alleviating Bias Amplification

2021-05-22 · Wenjie Wang, Fuli Feng, Xiangnan He, Xiang Wang, Tat-Seng Chua

Recommender systems usually amplify the biases in the data. The model learned from historical interactions with imbalanced item distribution will amplify the imbalance by over-recommending items from the major groups. Addressing this issue is essential for a healthy ecosystem of recommendation in the long run. Existing works apply bias control to the ranking targets (e.g., calibration, fairness, and diversity), but ignore the true reason for bias amplification and trade-off the recommendation accuracy. In this work, we scrutinize the cause-effect factors for bias amplification, identifying the main reason lies in the confounder effect of imbalanced item distribution on user representation and prediction score. The existence of such confounder pushes us to go beyond merely modeling the conditional probability and embrace the causal modeling for recommendation. Towards this end, we propose a Deconfounded Recommender System (DecRS), which models the causal effect of user representation on the prediction score. The key to eliminating the impact of the confounder lies in backdoor adjustment, which is however difficult to do due to the infinite sample space of the confounder. For this challenge, we contribute an approximation operator for backdoor adjustment which can be easily plugged into most recommender models. Lastly, we devise an inference strategy to dynamically regulate backdoor adjustment according to user status. We instantiate DecRS on two representative models FM and NFM, and conduct extensive experiments over two benchmarks to validate the superiority of our proposed DecRS.

📄 PDF Abstract BibTeX arXiv:2105.10648

Code (1)

WenjieWWJ/DecRS 공식 구현 pytorch

Tasks

FairnessRecommendation Systems

Similar Papers 제목 키워드 기반

Causal Intervention for Leveraging Popularity Bias in Recommendation

2021-05-13 · Yang Zhang, Fuli Feng, Xiangnan He, Tianxin Wei 외

Recommender system usually faces popularity bias issues: from the data perspective, items exhibit uneven (long-tail) distribution on the interaction frequency; from the method perspective, collaborative filtering methods…

Collaborative FilteringRecommendation Systems

The Deconfounded Recommender: A Causal Inference Approach to Recommendation

2018-08-20 · Yixin Wang, Dawen Liang, Laurent Charlin, David M. Blei

The goal of recommendation is to show users items that they will like. Though usually framed as a prediction, the spirit of recommendation is to answer an interventional question---for each user and movie, what would the…

Causal InferenceRecommendation Systems

Deconfounding Duration Bias in Watch-time Prediction for Video Recommendation

2022-06-13 · Ruohan Zhan, Changhua Pei, Qiang Su, Jianfeng Wen 외

Watch-time prediction remains to be a key factor in reinforcing user engagement via video recommendations. It has become increasingly important given the ever-growing popularity of online videos. However, prediction of w…

Prediction

Feedback Loop and Bias Amplification in Recommender Systems

2020-07-25 · Masoud Mansoury, Himan Abdollahpouri, Mykola Pechenizkiy, Bamshad Mobasher 외

Recommendation algorithms are known to suffer from popularity bias; a few popular items are recommended frequently while the majority of other items are ignored. These recommendations are then consumed by the users, thei…

DiversityRecommendation Systems

Taming Recommendation Bias with Causal Intervention on Evolving Personal Popularity

2025-05-20 · Shiyin Tan, Dongyuan Li, Renhe Jiang, Zhen Wang 외

Popularity bias occurs when popular items are recommended far more frequently than they should be, negatively impacting both user experience and recommendation accuracy. Existing debiasing methods mitigate popularity bia…