paper-with-me

홈 › Papers

Sequential Scenario-Specific Meta Learner for Online Recommendation

2019-06-02 · Zhengxiao Du, Xiaowei Wang, Hongxia Yang, Jingren Zhou, Jie Tang

Cold-start problems are long-standing challenges for practical recommendations. Most existing recommendation algorithms rely on extensive observed data and are brittle to recommendation scenarios with few interactions. This paper addresses such problems using few-shot learning and meta learning. Our approach is based on the insight that having a good generalization from a few examples relies on both a generic model initialization and an effective strategy for adapting this model to newly arising tasks. To accomplish this, we combine the scenario-specific learning with a model-agnostic sequential meta-learning and unify them into an integrated end-to-end framework, namely Scenario-specific Sequential Meta learner (or s^2 meta). By doing so, our meta-learner produces a generic initial model through aggregating contextual information from a variety of prediction tasks while effectively adapting to specific tasks by leveraging learning-to-learn knowledge. Extensive experiments on various real-world datasets demonstrate that our proposed model can achieve significant gains over the state-of-the-arts for cold-start problems in online recommendation. Deployment is at the Guess You Like session, the front page of the Mobile Taobao.

📄 PDF Abstract BibTeX arXiv:1906.00391

Code (1)

THUDM/ScenarioMeta 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Cold-start Sequential Recommendation via Meta Learner

2020-12-10 · Yujia Zheng, Siyi Liu, Zekun Li, Shu Wu

This paper explores meta-learning in sequential recommendation to alleviate the item cold-start problem. Sequential recommendation aims to capture user's dynamic preferences based on historical behavior sequences and act…

Meta-LearningSequential Recommendation

Stochastic Dynamic Power Dispatch with High Generalization and Few-Shot Adaption via Contextual Meta Graph Reinforcement Learning

2024-01-19 · Bairong Deng, Tao Yu, Zhenning Pan, Xuehan Zhang 외

Reinforcement learning is an emerging approaches to facilitate multi-stage sequential decision-making problems. This paper studies a real-time multi-stage stochastic power dispatch considering multivariate uncertainties.…

Decision Makingreinforcement-learningReinforcement LearningSequential Decision Making

Incremental Ensemble Gaussian Processes

2021-10-13 · Qin Lu, Georgios V. Karanikolas, Georgios B. Giannakis

Belonging to the family of Bayesian nonparametrics, Gaussian process (GP) based approaches have well-documented merits not only in learning over a rich class of nonlinear functions, but also in quantifying the associated…

Dimensionality ReductionGaussian Processes

Adapting Bandit Algorithms for Settings with Sequentially Available Arms

2021-09-30 · Marco Gabrielli, Francesco Trovò, Manuela Antonelli

Although the classical version of the Multi-Armed Bandits (MAB) framework has been applied successfully to several practical problems, in many real-world applications, the possible actions are not presented to the learne…

ManagementMulti-Armed Bandits

Data-Driven Online Model Selection With Regret Guarantees

2023-06-05 · Aldo Pacchiano, Christoph Dann, Claudio Gentile

We consider model selection for sequential decision making in stochastic environments with bandit feedback, where a meta-learner has at its disposal a pool of base learners, and decides on the fly which action to take ba…

Decision MakingmodelModel SelectionSequential Decision Making