Mitigating Recommendation Biases via Group-Alignment and Global-Uniformity in Representation Learning
Miaomiao Cai, Min Hou, Lei Chen, Le Wu, Haoyue Bai, Yong Li, Meng Wang
TL;DR
The paper tackles item-popularity and user-consistency biases in collaborative filtering by reframing debiasing as a representation-distribution problem. It introduces AURL, a CF-backbone-agnostic framework with two regularizers: Group-Alignment (via Maximum Mean Discrepancy) and Global-Uniformity (via Gaussian kernel on the unit sphere) to reduce group-discrepancy and global-collapse. Empirical results across Amazon-Book, Movielens-20M, and Douban-Book on BPRMF, LightGCN, and SimGCL show substantial bias reductions (PRU, DP) while maintaining competitive accuracy (HR@K, NDCG@K) and reveal the benefits of jointly optimizing both regularizers. These findings highlight the practical impact of shaping representation distributions for debiasing in real-world recommender systems.
Abstract
Collaborative Filtering~(CF) plays a crucial role in modern recommender systems, leveraging historical user-item interactions to provide personalized suggestions. However, CF-based methods often encounter biases due to imbalances in training data. This phenomenon makes CF-based methods tend to prioritize recommending popular items and performing unsatisfactorily on inactive users. Existing works address this issue by rebalancing training samples, reranking recommendation results, or making the modeling process robust to the bias. Despite their effectiveness, these approaches can compromise accuracy or be sensitive to weighting strategies, making them challenging to train. In this paper, we deeply analyze the causes and effects of the biases and propose a framework to alleviate biases in recommendation from the perspective of representation distribution, namely Group-Alignment and Global-Uniformity Enhanced Representation Learning for Debiasing Recommendation (AURL). Specifically, we identify two significant problems in the representation distribution of users and items, namely group-discrepancy and global-collapse. These two problems directly lead to biases in the recommendation results. To this end, we propose two simple but effective regularizers in the representation space, respectively named group-alignment and global-uniformity. The goal of group-alignment is to bring the representation distribution of long-tail entities closer to that of popular entities, while global-uniformity aims to preserve the information of entities as much as possible by evenly distributing representations. Our method directly optimizes both the group-alignment and global-uniformity regularization terms to mitigate recommendation biases. Extensive experiments on three real datasets and various recommendation backbones verify the superiority of our proposed framework.
