paper-with-me

홈 › Papers

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 effective strategy for mitigating popularity bias, which surpasses the performance of the previous mitigation approaches by a significant margin. Our approach utilizes the normalized item embedding during the inference stage to control the influence of embedding magnitude, which is highly correlated with item popularity. Through extensive experiments, we show that our method combined with the sampled softmax loss effectively reduces popularity bias compare to previous approaches for bias mitigation. We further investigate the relationship between user and item embeddings and find that the angular similarity between embeddings distinguishes preferable and non-preferable items regardless of their popularity. The analysis explains the mechanism behind the success of our approach in eliminating the impact of popularity bias. Our code is available at https://github.com/ml-postech/TTEN.

📄 PDF Abstract BibTeX arXiv:2308.11288

Code (1)

ml-postech/tten 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Why is Normalization Necessary for Linear Recommenders?

2025-04-08 · Seongmin Park, Mincheol Yoon, Hye-Young Kim, Jongwuk Lee

Despite their simplicity, linear autoencoder (LAE)-based models have shown comparable or even better performance with faster inference speed than neural recommender models. However, LAEs face two critical challenges: (i)…

Collaborative FilteringRecommendation Systems

Heterophily-Aware Fair Recommendation using Graph Convolutional Networks

2024-01-31 · Nemat Gholinejad, Mostafa Haghir Chehreghani

In recent years, graph neural networks (GNNs) have become a popular tool to improve the accuracy and performance of recommender systems. Modern recommender systems are not only designed to serve end users, but also to be…

FairnessRecommendation Systems

Mitigating Popularity Bias in Recommendation with Unbalanced Interactions: A Gradient Perspective

2022-10-31 · Weijieying Ren, Lei Wang, Kunpeng Liu, Ruocheng Guo 외

Recommender systems learn from historical user-item interactions to identify preferred items for target users. These observed interactions are usually unbalanced following a long-tailed distribution. Such long-tailed dat…

Model OptimizationRecommendation Systems

Adap-$τ$: Adaptively Modulating Embedding Magnitude for Recommendation

2023-02-09 · Jiawei Chen, Junkang Wu, Jiancan Wu, Sheng Zhou 외

Recent years have witnessed the great successes of embedding-based methods in recommender systems. Despite their decent performance, we argue one potential limitation of these methods -- the embedding magnitude has not b…

Recommendation 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