Shallow AutoEncoding Recommender with Cold Start Handling via Side Features
Edward DongBo Cui, Lu Zhang, William Ping-hsun Lee
TL;DR
This work addresses the persistent cold-start problems in recommender systems by extending the EASE framework to incorporate both user and item side information through FEASE. The authors develop FEASE-U for user cold-start, FEASE-I and FEASE-I-Prior for item cold-start with content priors, and FEASE-Prior for joint handling, all deriving closed-form solutions to enable efficient, scalable training. Across Netflix, MovieLens, and Amazon Books, FEASE variants demonstrate improved accuracy and robustness over baselines, with controlled trade-offs between warm-item performance and cold-item coverage, and the ability to adjust the prior strength to tailor cold-start handling. The approach offers a practical, interpretable baseline that remains competitive in warm settings and provides a foundation for integrating richer side information and dynamic, real-time recommendations in industrial contexts.
Abstract
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.
