paper-with-me

홈 › Papers

Revisiting the Performance of iALS on Item Recommendation Benchmarks

2021-10-26 · Steffen Rendle, Walid Krichene, Li Zhang, Yehuda Koren

Matrix factorization learned by implicit alternating least squares (iALS) is a popular baseline in recommender system research publications. iALS is known to be one of the most computationally efficient and scalable collaborative filtering methods. However, recent studies suggest that its prediction quality is not competitive with the current state of the art, in particular autoencoders and other item-based collaborative filtering methods. In this work, we revisit the iALS algorithm and present a bag of tricks that we found useful when applying iALS. We revisit four well-studied benchmarks where iALS was reported to perform poorly and show that with proper tuning, iALS is highly competitive and outperforms any method on at least half of the comparisons. We hope that these high quality results together with iALS's known scalability spark new interest in applying and further improving this decade old technique.

📄 PDF Abstract BibTeX arXiv:2110.14037

Code (2)

google-research/google-research 공식 구현 tf
nemexur/revisit-bpr pytorch

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Revisiting Alternative Experimental Settings for Evaluating Top-N Item Recommendation Algorithms

2020-10-09 · Wayne Xin Zhao, Junhua Chen, Pengfei Wang, Qi Gu 외

Top-N item recommendation has been a widely studied task from implicit feedback. Although much progress has been made with neural methods, there is increasing concern on appropriate evaluation of recommendation algorithm…

Revisiting Neighborhood-based Link Prediction for Collaborative Filtering

2022-03-29 · Hao-Ming Fu, Patrick Poirson, Kwot Sin Lee, Chen Wang

Collaborative filtering (CF) is one of the most successful and fundamental techniques in recommendation systems. In recent years, Graph Neural Network (GNN)-based CF models, such as NGCF [31], LightGCN [10] and GTN [9] h…

Collaborative FilteringGraph Neural NetworkLink PredictionPrediction+1

Revisiting SVD to generate powerful Node Embeddings for Recommendation Systems

2021-10-05 · Amar Budhiraja

Graph Representation Learning (GRL) is an upcoming and promising area in recommendation systems. In this paper, we revisit the Singular Value Decomposition (SVD) of adjacency matrix for embedding generation of users and …

Graph Representation LearningRecommendation SystemsRepresentation Learning

Revisiting Recommendation Loss Functions through Contrastive Learning (Technical Report)

2023-12-13 · Dong Li, Ruoming Jin, Bin Ren

Inspired by the success of contrastive learning, we systematically examine recommendation losses, including listwise (softmax), pairwise (BPR), and pointwise (MSE and CCL) losses. In this endeavor, we introduce InfoNCE+,…

Contrastive Learning

Fair Matrix Factorisation for Large-Scale Recommender Systems

2022-09-09 · Riku Togashi, Kenshi Abe

Recommender systems are hedged with various requirements, such as ranking quality, optimisation efficiency, and item fairness. Item fairness is an emerging yet impending issue in practical systems. The notion of item fai…

Collaborative FilteringFairnessRecommendation Systems