paper-with-me

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) popularity bias, which tends to recommend popular items, and (ii) neighborhood bias, which overly focuses on capturing local item correlations. To address these issues, this paper first analyzes the effect of two existing normalization methods for LAEs, i.e., random-walk and symmetric normalization. Our theoretical analysis reveals that normalization highly affects the degree of popularity and neighborhood biases among items. Inspired by this analysis, we propose a versatile normalization solution, called Data-Adaptive Normalization (DAN), which flexibly controls the popularity and neighborhood biases by adjusting item- and user-side normalization to align with unique dataset characteristics. Owing to its model-agnostic property, DAN can be easily applied to various LAE-based models. Experimental results show that DAN-equipped LAEs consistently improve existing LAE-based models across six benchmark datasets, with significant gains of up to 128.57% and 12.36% for long-tail items and unbiased evaluations, respectively. Refer to our code in https://github.com/psm1206/DAN.

📄 PDF Abstract BibTeX arXiv:2504.05805

Code (1)

psm1206/dan 공식 구현 pytorch

Tasks

Collaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Recommenders with a mission: assessing diversity in newsrecommendations

2020-12-18 · Sanne Vrijenhoek, Mesut Kaya, Nadia Metoui, Judith Möller 외

News recommenders help users to find relevant online content and have the potential to fulfill a crucial role in a democratic society, directing the scarce attention of citizens towards the information that is most impor…

DiversityMisinformationRecommendation Systems

Renormalization for Initialization of Rolling Shutter Visual-Inertial Odometry

2020-08-14 · Branislav Micusik, Georgios Evangelidis

In this paper we deal with the initialization problem of a visual-inertial odometry system with rolling shutter cameras. Initialization is a prerequisite for using inertial signals and fusing them with visual data. We pr…

Gated Normalization Removal and Scale Anchoring in Pre-Norm Transformers

2026-02-11 · Andrei Kanavalau, Carmen Amo Alonso, Sanjay Lall arxiv

Normalization layers are standard in transformers, but it is not clear whether their sample-dependent computations are necessary throughout both training and inference. This work develops a gated normalization-removal ap…

LBR: Towards Mitigating Length Bias in Large Language Models for Recommendation

2026-07-05 · Hongchen Li, Bohao Wang, Jingbang Chen, Weiqin Yang 외 arxiv

Large language models (LLMs) have recently emerged as powerful backbones for recommender systems by reformulating recommendation as a token-level generation task. Despite their promise, we identify a pervasive yet undere…

Peeling Back the Layers: An In-Depth Evaluation of Encoder Architectures in Neural News Recommenders

2024-10-02 · Andreea Iana, Goran Glavaš, Heiko Paulheim

Encoder architectures play a pivotal role in neural news recommenders by embedding the semantic and contextual information of news and users. Thus, research has heavily focused on enhancing the representational capabilit…

Model SelectionNews RecommendationRecommendation Systems