paper-with-me

Papers

Robust Collaborative Filtering to Popularity Distribution Shift

2023-10-16 · An Zhang, Wenchang Ma, Jingnan Zheng, Xiang Wang, Tat-Seng Chua

In leading collaborative filtering (CF) models, representations of users and items are prone to learn popularity bias in the training data as shortcuts. The popularity shortcut tricks are good for in-distribution (ID) performance but poorly generalized to out-of-distribution (OOD) data, i.e., when popularity distribution of test data shifts w.r.t. the training one. To close the gap, debiasing strategies try to assess the shortcut degrees and mitigate them from the representations. However, there exist two deficiencies: (1) when measuring the shortcut degrees, most strategies only use statistical metrics on a single aspect (i.e., item frequency on item and user frequency on user aspect), failing to accommodate the compositional degree of a user-item pair; (2) when mitigating shortcuts, many strategies assume that the test distribution is known in advance. This results in low-quality debiased representations. Worse still, these strategies achieve OOD generalizability with a sacrifice on ID performance. In this work, we present a simple yet effective debiasing strategy, PopGo, which quantifies and reduces the interaction-wise popularity shortcut without any assumptions on the test data. It first learns a shortcut model, which yields a shortcut degree of a user-item pair based on their popularity representations. Then, it trains the CF model by adjusting the predictions with the interaction-wise shortcut degrees. By taking both causal- and information-theoretical looks at PopGo, we can justify why it encourages the CF model to capture the critical popularity-agnostic features while leaving the spurious popularity-relevant patterns out. We use PopGo to debias two high-performing CF models (MF, LightGCN) on four benchmark datasets. On both ID and OOD test sets, PopGo achieves significant gains over the state-of-the-art debiasing strategies (e.g., DICE, MACR).

📄 PDF Abstract BibTeX arXiv:2310.10696

Code (1)

anzhang314/popgo 공식 구현 pytorch

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Invariant Collaborative Filtering to Popularity Distribution Shift

2023-02-10 · An Zhang, Jingnan Zheng, Xiang Wang, Yancheng Yuan 외

Collaborative Filtering (CF) models, despite their great success, suffer from severe performance drops due to popularity distribution shifts, where these changes are ubiquitous and inevitable in real-world scenarios. Unf…

Collaborative FilteringRepresentation Learning

Popularity Bias in Collaborative Filtering-Based Multimedia Recommender Systems

2022-03-01 · Dominik Kowald, Emanuel Lacic

Multimedia recommender systems suggest media items, e.g., songs, (digital) books and movies, to users by utilizing concepts of traditional recommender systems such as collaborative filtering. In this paper, we investigat…

Collaborative FilteringRecommendation Systems

Debiasing Message Passing to Mitigate Popularity Bias in GNN-based Collaborative Filtering

2026-05-11 · Md Aminul Islam, Ahmed Sayeed Faruk, Sourav Medya, Elena Zheleva arxiv

Collaborative filtering (CF) models based on graph neural networks (GNNs) achieve strong performance in recommender systems by propagating user-item signals over interaction graphs. However, they are highly susceptible t…

Collaborative Filtering

Algorithms are not neutral: Bias in collaborative filtering

2021-05-03 · Catherine Stinson

Discussions of algorithmic bias tend to focus on examples where either the data or the people building the algorithms are biased. This gives the impression that clean data and good intentions could eliminate bias. The ne…

Collaborative FilteringDecision MakingSelection bias

Local Popularity and Time in top-N Recommendation

2018-07-11 · Vito Walter Anelli, Tommaso Di Noia, Eugenio Di Sciascio, Azzurra Ragone 외

Items popularity is a strong signal in recommendation algorithms. It strongly affects collaborative filtering approaches and it has been proven to be a very good baseline in terms of results accuracy. Even though we miss…

Collaborative FilteringRecommendation Systems