paper-with-me

홈 › Papers

Rethinking Popularity Bias in Collaborative Filtering via Analytical Vector Decomposition

2025-12-11 · Lingfeng Liu, Yixin Song, Dazhong Shen, Bing Yin, Hao Li, Yanyong Zhang, Chao Wang arxiv

Popularity bias fundamentally undermines the personalization capabilities of collaborative filtering (CF) models, causing them to disproportionately recommend popular items while neglecting users' genuine preferences for niche content. While existing approaches treat this as an external confounding factor, we reveal that popularity bias is an intrinsic geometric artifact of Bayesian Pairwise Ranking (BPR) optimization in CF models. Through rigorous mathematical analysis, we prove that BPR systematically organizes item embeddings along a dominant "popularity direction" where embedding magnitudes directly correlate with interaction frequency. This geometric distortion forces user embeddings to simultaneously handle two conflicting tasks-expressing genuine preference and calibrating against global popularity-trapping them in suboptimal configurations that favor popular items regardless of individual tastes. We propose Directional Decomposition and Correction (DDC), a universally applicable framework that surgically corrects this embedding geometry through asymmetric directional updates. DDC guides positive interactions along personalized preference directions while steering negative interactions away from the global popularity direction, disentangling preference from popularity at the geometric source. Extensive experiments across multiple BPR-based architectures demonstrate that DDC significantly outperforms state-of-the-art debiasing methods, reducing training loss to less than 5% of heavily-tuned baselines while achieving superior recommendation quality and fairness. Code is available in https://github.com/LingFeng-Liu-AI/DDC.

📄 PDF Abstract BibTeX arXiv:2512.10688

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

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

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

Hidden Author Bias in Book Recommendation

2022-09-01 · Savvina Daniil, Mirjam Cuper, Cynthia C. S. Liem, Jacco van Ossenbruggen 외

Collaborative filtering algorithms have the advantage of not requiring sensitive user or item information to provide recommendations. However, they still suffer from fairness related issues, like popularity bias. In this…

Collaborative FilteringFairness

Popularity Debiasing from Exposure to Interaction in Collaborative Filtering

2023-05-09 · YuanHao Liu, Qi Cao, HuaWei Shen, Yunfan Wu 외

Recommender systems often suffer from popularity bias, where popular items are overly recommended while sacrificing unpopular items. Existing researches generally focus on ensuring the number of recommendations exposure …

Collaborative FilteringRecommendation Systems

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