IRNov 8, 2021

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

arXiv:2111.04282v128 citations
Originality Highly original
AI Analysis

This addresses incremental model updates for large-scale recommender systems, representing a novel method for a known bottleneck.

The paper tackles the problem of incremental updates in recommender systems causing overfitting and forgetting of long-term information by proposing an Adaptive Sequential Model Generation framework with a GRU-based meta generator, achieving state-of-the-art performance on three public and one industrial dataset.

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 modeling. By instantiating the model-agnostic framework on a general deep learning-based RS model, we demonstrate that our method achieves state-of-the-art performance on three public datasets and one industrial dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes