Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Collaborative Filtering Through Weighted Similarities of User and Item Embeddings

About

In recent years, neural networks and other complex models have dominated recommender systems, often setting new benchmarks for state-of-the-art performance. Yet, despite these advancements, award-winning research has demonstrated that traditional matrix factorization methods can remain competitive, offering simplicity and reduced computational overhead. Hybrid models, which combine matrix factorization with newer techniques, are increasingly employed to harness the strengths of multiple approaches. This paper proposes a novel ensemble method that unifies user-item and item-item recommendations through a weighted similarity framework to deliver top-N recommendations. Our approach is distinctive in its use of shared user and item embeddings for both recommendation strategies, simplifying the architecture and enhancing computational efficiency. Extensive experiments across multiple datasets show that our method achieves competitive performance and is robust in varying scenarios that favor either user-item or item-item recommendations. Additionally, by eliminating the need for embedding-specific fine-tuning, our model allows for the seamless reuse of hyperparameters from the base algorithm without sacrificing performance. This results in a method that is both efficient and easy to implement. Our open-source implementation is available at https://github.com/UFSCar-LaSID/weighted-sims-recommender.

Pedro R. Pires, Rafael T. Sereicikas, Gregorio F. Azevedo, Tiago A. Almeida• 2026

Related benchmarks

TaskDatasetResultRank
RecommendationMovieLens 1M
nDCG@1039.17
49
RecommendationRetailRocket
NDCG @ 1012.81
44
RecommendationFilmTrust
NDCG@1050.61
17
Collaborative RankingDelicious
nDCG @1043.87
15
RecommendationAnime
NDCG@100.5269
10
RecommendationJester
NDCG@100.5592
10
Top-10 RecommendationBestBuy
NDCG@1020.47
9
Top-10 RecommendationCiaoDVD
NDCG@100.0533
9
Top-10 RecommendationLast-FM
NDCG@1022.01
9
Showing 9 of 9 rows

Other info

Follow for update