Taming Recommendation Bias with Causal Intervention on Evolving Personal Popularity
Shiyin Tan, Dongyuan Li, Renhe Jiang, Zhen Wang, Xingtong Yu, Manabu Okumura
TL;DR
The paper addresses popularity bias in recommender systems by acknowledging that users have evolving preferences for item popularity. It introduces CausalEPP, a method that defines evolving personal popularity, builds a causal graph that disentangles item quality from popularity, and employs deconfounded training to estimate causal effects. Temporal evolution is incorporated through moving-average-based interventions during inference, enabling forecast-guided adjustments to conformality. Empirical results across three benchmarks show state-of-the-art performance and meaningful debiasing gains, with ablations validating the contribution of evolving popularity, quality disentangling, and temporal intervention to improved recommendations.
Abstract
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 bias often uniformly across all users and only partially consider the time evolution of users or items. However, users have different levels of preference for item popularity, and this preference is evolving over time. To address these issues, we propose a novel method called CausalEPP (Causal Intervention on Evolving Personal Popularity) for taming recommendation bias, which accounts for the evolving personal popularity of users. Specifically, we first introduce a metric called {Evolving Personal Popularity} to quantify each user's preference for popular items. Then, we design a causal graph that integrates evolving personal popularity into the conformity effect, and apply deconfounded training to mitigate the popularity bias of the causal graph. During inference, we consider the evolution consistency between users and items to achieve a better recommendation. Empirical studies demonstrate that CausalEPP outperforms baseline methods in reducing popularity bias while improving recommendation accuracy.
