paper-with-me

Papers

SVD-AE: Simple Autoencoders for Collaborative Filtering

2024-05-08 · Seoyoung Hong, Jeongwhan Choi, Yeon-Chang Lee, Srijan Kumar, Noseong Park

Collaborative filtering (CF) methods for recommendation systems have been extensively researched, ranging from matrix factorization and autoencoder-based to graph filtering-based methods. Recently, lightweight methods that require almost no training have been recently proposed to reduce overall computation. However, existing methods still have room to improve the trade-offs among accuracy, efficiency, and robustness. In particular, there are no well-designed closed-form studies for \emph{balanced} CF in terms of the aforementioned trade-offs. In this paper, we design SVD-AE, a simple yet effective singular vector decomposition (SVD)-based linear autoencoder, whose closed-form solution can be defined based on SVD for CF. SVD-AE does not require iterative training processes as its closed-form solution can be calculated at once. Furthermore, given the noisy nature of the rating matrix, we explore the robustness against such noisy interactions of existing CF methods and our SVD-AE. As a result, we demonstrate that our simple design choice based on truncated SVD can be used to strengthen the noise robustness of the recommendation while improving efficiency. Code is available at https://github.com/seoyoungh/svd-ae.

📄 PDF Abstract BibTeX arXiv:2405.04746

Code (2)

jeongwhanchoi/svd-ae 공식 구현 jax
seoyoungh/svd-ae jax

Tasks

Collaborative FilteringFormRecommendation Systems

Similar Papers 제목 키워드 기반

AutoRec: Autoencoders Meet Collaborative Filtering

2015-05-18 · Proceedings of the 24th International Conference on World Wide Web 2015 5 · Suvash Sedhain, Aditya Krishna Menon, Scott Sanner, Lexing Xie

This paper proposes AutoRec, a novel autoencoder framework for collaborative filtering (CF). Empirically, AutoRec’s compact and efficiently trainable model outperforms stateof-the-art CF techniques (biased matrix factori…

Collaborative FilteringRecommendation Systems

Embarrassingly Shallow Autoencoders for Sparse Data

2019-05-08 · Harald Steck

Combining simple elements from the literature, we define a linear model that is geared toward sparse data, in particular implicit feedback data for recommender systems. We show that its training objective has a closed-fo…

Collaborative FilteringRecommendation Systems

Item Recommendation with Variational Autoencoders and Heterogenous Priors

2018-07-17 · Giannis Karamanolakis, Kevin Raji Cherian, Ananth Ravi Narayan, Jie Yuan 외

In recent years, Variational Autoencoders (VAEs) have been shown to be highly effective in both standard collaborative filtering applications and extensions such as incorporation of implicit feedback. We extend VAEs to c…

Collaborative Filtering

Enhancing VAEs for Collaborative Filtering: Flexible Priors & Gating Mechanisms

2019-11-03 · Daeryong Kim, Bongwon Suh

Neural network based models for collaborative filtering have started to gain attention recently. One branch of research is based on using deep generative models to model user preferences where variational autoencoders we…

Collaborative FilteringRecommendation Systems

Towards Large Scale Training Of Autoencoders For Collaborative Filtering

2018-08-30 · Abdallah Moussawi

In this paper, we apply a mini-batch based negative sampling method to efficiently train a latent factor autoencoder model on large scale and sparse data for implicit feedback collaborative filtering. We compare our work…

Collaborative Filtering