How to Retrain Recommender System? A Sequential Meta-Learning Method

05/27/2020
by   Yang Zhang, et al.
0

Practical recommender systems need be periodically retrained to refresh the model with new interaction data. To pursue high model fidelity, it is usually desirable to retrain the model on both historical and new data, since it can account for both long-term and short-term user preference. However, a full model retraining could be very time-consuming and memory-costly, especially when the scale of historical data is large. In this work, we study the model retraining mechanism for recommender systems, a topic of high practical values but has been relatively little explored in the research community. Our first belief is that retraining the model on historical data is unnecessary, since the model has been trained on it before. Nevertheless, normal training on new data only may easily cause overfitting and forgetting issues, since the new data is of a smaller scale and contains fewer information on long-term user preference. To address this dilemma, we propose a new training method, aiming to abandon the historical data during retraining through learning to transfer the past training experience. Specifically, we design a neural network-based transfer component, which transforms the old model to a new model that is tailored for future recommendations. To learn the transfer component well, we optimize the "future performance" – i.e., the recommendation accuracy evaluated in the next time period. Our Sequential Meta-Learning(SML) method offers a general training paradigm that is applicable to any differentiable model. We demonstrate SML on matrix factorization and conduct experiments on two real-world datasets. Empirical results show that SML not only achieves significant speed-up, but also outperforms the full model retraining in recommendation accuracy, validating the effectiveness of our proposals. We release our codes at: https://github.com/zyang1580/SML.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/15/2020

Stratified and Time-aware Sampling based Adaptive Ensemble Learning for Streaming Recommendations

Recommender systems have played an increasingly important role in provid...
research
06/09/2022

Comprehensive Fair Meta-learned Recommender System

In recommender systems, one common challenge is the cold-start problem, ...
research
11/08/2021

Learning an Adaptive Meta Model-Generator for Incrementally Updating Recommender Systems

Recommender Systems (RSs) in real-world applications often deal with bil...
research
08/16/2021

Causal Incremental Graph Convolution for Recommender System Retraining

Real-world recommender system needs to be regularly retrained to keep wi...
research
12/11/2021

Leaping Through Time with Gradient-based Adaptation for Recommendation

Modern recommender systems are required to adapt to the change in user p...
research
09/14/2020

Double-Wing Mixture of Experts for Streaming Recommendations

Streaming Recommender Systems (SRSs) commonly train recommendation model...
research
04/12/2022

Recommender May Not Favor Loyal Users

In academic research, recommender systems are often evaluated on benchma...

Please sign up or login with your details

Forgot password? Click here to reset