Learning an Adaptive Meta Model-Generator for Incrementally Updating Recommender Systems
Danni Peng, Sinno Jialin Pan, Jie Zhang, Anxiang Zeng

TL;DR
This paper introduces an adaptive meta model-generator framework for recommender systems that effectively updates models incrementally, capturing long-term dependencies and improving performance on multiple datasets.
Contribution
The paper proposes a novel GRU-based meta generator for incremental model updates, enhancing long-term dependency capture and computational efficiency in recommender systems.
Findings
Achieves state-of-the-art performance on public datasets
Effectively balances long-term information retention and adaptation
Improves computational efficiency in incremental updates
Abstract
Recommender Systems (RSs) in real-world applications often deal with billions of user interactions daily. To capture the most recent trends effectively, it is common to update the model incrementally using only the newly arrived data. However, this may impede the model's ability to retain long-term information due to the potential overfitting and forgetting issues. To address this problem, we propose a novel Adaptive Sequential Model Generation (ASMG) framework, which generates a better serving model from a sequence of historical models via a meta generator. For the design of the meta generator, we propose to employ Gated Recurrent Units (GRUs) to leverage its ability to capture the long-term dependencies. We further introduce some novel strategies to apply together with the GRU meta generator, which not only improve its computational efficiency but also enable more accurate sequential…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Machine Learning and Data Classification
MethodsGated Recurrent Unit
