[论文解读] The Deconfounded Recommender: A Causal Inference Approach to Recommendation
本论文介绍了 deconfounded recommender,这是一种两阶段的因果方法,利用 Poisson factorization 的 exposure modeling 来估算 substitute confounders 并对 ratings 去偏,从而提升在推荐中对未观察混淆的鲁棒性。
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 rating be if we "forced" the user to watch the movie? To this end, we develop a causal approach to recommendation, one where watching a movie is a "treatment" and a user's rating is an "outcome." The problem is there may be unobserved confounders, variables that affect both which movies the users watch and how they rate them; unobserved confounders impede causal predictions with observational data. To solve this problem, we develop the deconfounded recommender, a way to use classical recommendation models for causal recommendation. Following Wang & Blei [23], the deconfounded recommender involves two probabilistic models. The first models which movies the users watch; it provides a substitute for the unobserved confounders. The second one models how each user rates each movie; it employs the substitute to help account for confounders. This two-stage approach removes bias due to confounding. It improves recommendation and enjoys stable performance against interventions on test sets.
研究动机与目标
- Motivate recommendation as a causal inference problem with interventions (watching a movie) and outcomes (ratings).
- Develop a two-model framework to address unobserved confounding in observational data.
- Leverage exposure data to infer substitute confounders and adjust the ratings model accordingly.
提出的方法
- Model exposure with Poisson factorization to obtain per-user latent factors as substitute confounders.
- Reconstruct an exposure proxy hat{a}_{ui} from the Poisson factorization posterior.
- Fit an outcome model that includes the substitute confounder to predict ratings when a movie is watched (y_{ui}(1)).
- Compute potential ratings for unseen movies using the fitted outcome model to produce causal recommendations.
- Show that this deconfounding approach reduces bias and yields more robust predictions under confounding.
实验结果
研究问题
- RQ1How can unobserved confounders bias causal interpretation in recommendation systems?
- RQ2Can a substitute confounder derived from exposure modeling correct ratings models to achieve unbiased causal predictions?
- RQ3Does the deconfounded recommender improve rating prediction and ranking under confounded observational data?
主要发现
- The deconfounded recommender yields more accurate rating predictions than classical matrix factorization baselines under varying levels of confounding.
- It outperforms IPW-based causal methods on random test sets in both real and simulated data.
- On Movielens datasets, it achieves lower per-item MSE/MAE than baselines, indicating better universal prediction across items.
- The method remains robust to unobserved confounding and improves NDCG/recall metrics in ranking tasks on random test sets.
- In simulations, the approach shows greater resilience to confounding than classical MF methods and IPW variants.
更好的研究,从现在开始
从论文设计到论文写作,大幅缩短您的研究时间。
无需绑定信用卡
本解读由 AI 生成,并经人工编辑审核。