paper-with-me

Papers

Shallow AutoEncoding Recommender with Cold Start Handling via Side Features

2025-04-03 · Edward DongBo Cui, Lu Zhang, William Ping-hsun Lee

User and item cold starts present significant challenges in industrial applications of recommendation systems. Supplementing user-item interaction data with metadata is a common solution-but often at the cost of introducing additional biases. In this work, we introduce an augmented EASE model that seamlessly integrates both user and item side information to address these cold start issues. Our straightforward, autoencoder-based method produces a closed-form solution that leverages rich content signals for cold items while refining user representations in data-sparse environments. Importantly, our method strikes a balance by effectively recommending cold start items and handling cold start users without incurring extra bias, and it maintains strong performance in warm settings. Experimental results demonstrate improved recommendation accuracy and robustness compared to previous collaborative filtering approaches. Moreover, our model serves as a strong baseline for future comparative studies.

📄 PDF Abstract BibTeX arXiv:2504.02288

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Handling Cold-Start Collaborative Filtering with Reinforcement Learning

2018-06-16 · Hima Varsha Dureddy, Zachary Kaden

A major challenge in recommender systems is handling new users, whom are also called $\textit{cold-start}$ users. In this paper, we propose a novel approach for learning an optimal series of questions with which to inter…

Collaborative FilteringRecommendation Systemsreinforcement-learningReinforcement Learning+1

FELRec: Efficient Handling of Item Cold-Start With Dynamic Representation Learning in Recommender Systems

2022-10-30 · Kuba Weimann, Tim O. F. Conrad

Recommender systems suffer from the cold-start problem whenever a new user joins the platform or a new item is added to the catalog. To address item cold-start, we propose to replace the embedding layer in sequential rec…

Recommendation SystemsRepresentation Learning

Alleviating Cold-Start Problems in Recommendation through Pseudo-Labelling over Knowledge Graph

2020-11-10 · Riku Togashi, Mayu Otani, Shin'ichi Satoh

Solving cold-start problems is indispensable to provide meaningful recommendation results for new users and items. Under sparsely observed data, unobserved user-item pairs are also a vital source for distilling latent us…

Efficient Cold-Start Recommendation via BPE Token-Level Embedding Initialization with LLM

2025-09-16 · Yushang Zhao, Xinyue Han, Qian Leng, Qianyi Sun 외 arxiv

The cold-start issue is the challenge when we talk about recommender systems, especially in the case when we do not have the past interaction data of new users or new items. Content-based features or hybrid solutions are…

Collaborative Filtering

DotMat: Solving Cold-start Problem and Alleviating Sparsity Problem for Recommender Systems

2022-05-31 · Hao Wang

Cold-start and sparsity problem are two key intrinsic problems to recommender systems. During the past two decades, researchers and industrial practitioners have spent considerable amount of efforts trying to solve the p…

Recommendation Systems