paper-with-me

홈 › Papers

The Pitfall of Scaling Up: Uncovering and Mitigating Popularity Bias Amplification in Scaling Transformer-based Recommenders

2026-06-20 · Weiqin Yang, Yue Pan, Chongming Gao, Sheng Zhou, Xiang Wang, Can Wang, Jiawei Chen arxiv

We identify a critical pitfall in scaling transformer-based sequential recommenders: while increasing model size improves recommendation accuracy, it simultaneously amplifies popularity bias. This bias drives systems to over-recommend popular items at the expense of niche ones, which not only undermines fairness but also degrades the broader ecosystem by reinforcing the Matthew effect and filter bubbles. Consequently, this bias amplification emerges as a fundamental obstacle to sustainable model scaling. Through comprehensive theoretical and empirical analyses, we uncover the root cause of this amplification. Our findings reveal that as model depth increases, the two core components of the transformer architecture, i.e., attention aggregation and feed-forward projections, synergistically induce severe spectral collapse in model predictions, which directly translates to the amplification of popularity bias. To address this challenge, we propose SPRINT (Scalable Popularity Regularization IN Transformers), which mitigates spectral collapse during scaling by constraining (i) the maximum column-sums of the attention score matrices and (ii) the spectral norms of the feed-forward parameters. Extensive experiments demonstrate that SPRINT significantly improves both accuracy and long-tail fairness. Crucially, it yields more favorable scaling behaviors when expanding model sizes from 0.05M to 0.34B parameters. The code is available at https://github.com/Tiny-Snow/GenRec.

📄 PDF Abstract BibTeX arXiv:2606.21911

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Popularity-Aware Alignment and Contrast for Mitigating Popularity Bias

2024-05-31 · Miaomiao Cai, Lei Chen, Yifan Wang, Haoyue Bai 외

Collaborative Filtering (CF) typically suffers from the significant challenge of popularity bias due to the uneven distribution of items in real-world datasets. This bias leads to a significant accuracy gap between popul…

Collaborative FilteringContrastive LearningRecommendation Systems

Debiased Contrastive Representation Learning for Mitigating Dual Biases in Recommender Systems

2024-08-19 · Zhirong Huang, Shichao Zhang, Debo Cheng, Jiuyong Li 외

In recommender systems, popularity and conformity biases undermine recommender effectiveness by disproportionately favouring popular items, leading to their over-representation in recommendation lists and causing an unba…

Contrastive LearningDiversityRecommendation SystemsRepresentation Learning

Probing the effectiveness of World Models for Spatial Reasoning through Test-time Scaling

2025-12-05 · Saurav Jha, M. Jehanzeb Mirza, Wei Lin, Shiqi Yang 외 arxiv

Vision-Language Models (VLMs) remain limited in spatial reasoning tasks that require multi-view understanding and embodied perspective shifts. Recent approaches such as MindJourney attempt to mitigate this gap through te…

Spatial Reasoning

Fairness Through Domain Awareness: Mitigating Popularity Bias For Music Discovery

2023-08-28 · Rebecca Salganik, Fernando Diaz, Golnoosh Farnadi

As online music platforms grow, music recommender systems play a vital role in helping users navigate and discover content within their vast musical databases. At odds with this larger goal, is the presence of popularity…

FairnessGraph Neural NetworkNavigateRecommendation Systems

Test Time Embedding Normalization for Popularity Bias Mitigation

2023-08-22 · Dain Kim, Jinhyeok Park, Dongwoo Kim

Popularity bias is a widespread problem in the field of recommender systems, where popular items tend to dominate recommendation results. In this work, we propose 'Test Time Embedding Normalization' as a simple yet effec…

Recommendation Systems