paper-with-me

홈 › Papers

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

2021-11-08 · Danni Peng, Sinno Jialin Pan, Jie Zhang, AnXiang Zeng

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.

📄 PDF Abstract BibTeX arXiv:2111.04282

Code (1)

danni9594/asmg 공식 구현 tf

Tasks

Computational EfficiencyRecommendation Systems

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Layer-Wise Adaptive Updating for Few-Shot Image Classification

2020-07-16 · Yunxiao Qin, Wei-Guo Zhang, Zezheng Wang, Chenxu Zhao 외

Few-shot image classification (FSIC), which requires a model to recognize new categories via learning from few images of these categories, has attracted lots of attention. Recently, meta-learning based methods have been …

ClassificationFew-Shot Image ClassificationGeneral Classificationimage-classification+2

LLM-based User Profile Management for Recommender System

2025-02-20 · Seunghwan Bang, Hwanjun Song

The rapid advancement of Large Language Models (LLMs) has opened new opportunities in recommender systems by enabling zero-shot recommendation without conventional training. Despite their potential, most existing works r…

ManagementRecommendation SystemsSequential Recommendation

Meta-Learning-Based Delayless Subband Adaptive Filter using Complex Self-Attention for Active Noise Control

2024-12-27 · Pengxing Feng, Hing Cheung So

Active noise control typically employs adaptive filtering to generate secondary noise, where the least mean square algorithm is the most widely used. However, traditional updating rules are linear and exhibit limited eff…

Meta-Learning

Adaptive Meta-Learning Stochastic Gradient Hamiltonian Monte Carlo Simulation for Bayesian Updating of Structural Dynamic Models

2026-04-28 · Xianghao Meng, James L. Beck, Yong Huang, Hui Li arxiv

In the last few decades, Markov chain Monte Carlo (MCMC) methods have been widely applied to Bayesian updating of structural dynamic models in the field of structural health monitoring. Recently, several MCMC algorithms …

GraphSAIL: Graph Structure Aware Incremental Learning for Recommender Systems

2020-08-25 · Yishi Xu, Yingxue Zhang, Wei Guo, Huifeng Guo 외

Given the convenience of collecting information through online services, recommender systems now consume large scale data and play a more important role in improving user experience. With the recent emergence of Graph Ne…

Incremental LearningRecommendation Systems