paper-with-me

홈 › Papers

Dynamic Collaborative Filtering for Matrix- and Tensor-based Recommender Systems

2023-12-04 · Albert Saiapin, Ivan Oseledets, Evgeny Frolov

In production applications of recommender systems, a continuous data flow is employed to update models in real-time. Many recommender models often require complete retraining to adapt to new data. In this work, we introduce a novel collaborative filtering model for sequential problems known as Tucker Integrator Recommender - TIRecA. TIRecA efficiently updates its parameters using only the new data segment, allowing incremental addition of new users and items to the recommender system. To demonstrate the effectiveness of the proposed model, we conducted experiments on four publicly available datasets: MovieLens 20M, Amazon Beauty, Amazon Toys and Games, and Steam. Our comparison with general matrix and tensor-based baselines in terms of prediction quality and computational time reveals that TIRecA achieves comparable quality to the baseline methods, while being 10-20 times faster in training time.

📄 PDF Abstract BibTeX arXiv:2312.10064

Code (1)

albmlpy/dynamiccf 공식 구현

Tasks

Collaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

TuckER TuckER

Similar Papers 제목 키워드 기반

MovieMat: Context-aware Movie Recommendation with Matrix Factorization by Matrix Fitting

2022-04-27 · Hao Wang

Movie Recommender System is widely applied in commercial environments such as NetFlix and Tubi. Classic recommender models utilize technologies such as collaborative filtering, learning to rank, matrix factorization and …

Collaborative FilteringFairnessLearning-To-RankMarketing+2

Hybrid Recommender System Based on Personal Behavior Mining

2016-07-10 · Fang Zhiyuan, Zhang Lingqi, Chen Kun

Recommender systems are mostly well known for their applications in e-commerce sites and are mostly static models. Classical personalized recommender algorithm includes item-based collaborative filtering method applied i…

Collaborative FilteringRecommendation SystemsSequential Pattern Mining

BanditMF: Multi-Armed Bandit Based Matrix Factorization Recommender System

2021-06-21 · Shenghao Xu

Multi-armed bandits (MAB) provide a principled online learning approach to attain the balance between exploration and exploitation. Due to the superior performance and low feedback learning without the learning to act in…

Collaborative FilteringMulti-Armed BanditsRecommendation Systemsvalid

Tensor-based Collaborative Filtering With Smooth Ratings Scale

2022-05-10 · Nikita Marin, Elizaveta Makhneva, Maria Lysyuk, Vladimir Chernyy 외

Conventional collaborative filtering techniques don't take into consideration the effect of discrepancy in users' rating perception. Some users may rarely give 5 stars to items while others almost always assign 5 stars t…

Collaborative FilteringRecommendation Systems

An Integrated Recommender Algorithm for Rating Prediction

2016-08-05 · Yefeng Ruan, Tzu-Chun Lin

Recommender system is currently widely used in many e-commerce systems, such as Amazon, eBay, and so on. It aims to help users to find items which they may be interested in. In literature, neighborhood-based collaborativ…

Collaborative FilteringPredictionRecommendation Systems