Meta-Learning for Online Update of Recommender Systems
Minseok Kim, Hwanjun Song, Yooju Shin, Dongmin Park, Kijung Shin,, Jae-Gil Lee

TL;DR
This paper introduces MeLON, a meta-learning based online update strategy for recommender systems that adaptively adjusts learning rates for each parameter-interaction pair, enabling rapid and accurate updates aligned with evolving user interests.
Contribution
It proposes a novel two-directional flexible update method using meta-learning to generate adaptive learning rates for recommender systems, improving their responsiveness to user interest changes.
Findings
MeLON outperforms existing update strategies on real-world datasets.
Theoretical analysis confirms the effectiveness of the adaptive learning rates.
Extensive experiments demonstrate improved recommendation accuracy and adaptability.
Abstract
Online recommender systems should be always aligned with users' current interest to accurately suggest items that each user would like. Since user interest usually evolves over time, the update strategy should be flexible to quickly catch users' current interest from continuously generated new user-item interactions. Existing update strategies focus either on the importance of each user-item interaction or the learning rate for each recommender parameter, but such one-directional flexibility is insufficient to adapt to varying relationships between interactions and parameters. In this paper, we propose MeLON, a meta-learning based novel online recommender update strategy that supports two-directional flexibility. It is featured with an adaptive learning rate for each parameter-interaction pair for inducing a recommender to quickly learn users' up-to-date interest. The procedure of MeLON…
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
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Bandit Algorithms Research · Advanced Graph Neural Networks
