paper-with-me

Papers

MAMO: Memory-Augmented Meta-Optimization for Cold-start Recommendation

2020-07-07 · Manqing Dong, Feng Yuan, Lina Yao, Xiwei Xu, Liming Zhu

A common challenge for most current recommender systems is the cold-start problem. Due to the lack of user-item interactions, the fine-tuned recommender systems are unable to handle situations with new users or new items. Recently, some works introduce the meta-optimization idea into the recommendation scenarios, i.e. predicting the user preference by only a few of past interacted items. The core idea is learning a global sharing initialization parameter for all users and then learning the local parameters for each user separately. However, most meta-learning based recommendation approaches adopt model-agnostic meta-learning for parameter initialization, where the global sharing parameter may lead the model into local optima for some users. In this paper, we design two memory matrices that can store task-specific memories and feature-specific memories. Specifically, the feature-specific memories are used to guide the model with personalized parameter initialization, while the task-specific memories are used to guide the model fast predicting the user preference. And we adopt a meta-optimization approach for optimizing the proposed method. We test the model on two widely used recommendation datasets and consider four cold-start situations. The experimental results show the effectiveness of the proposed methods.

📄 PDF Abstract BibTeX arXiv:2007.03183

Code (1)

dongmanqing/Code-for-MAMO 공식 구현 pytorch

Tasks

Meta-LearningRecommendation Systems

Similar Papers 제목 키워드 기반

Task Aligned Meta-learning based Augmented Graph for Cold-Start Recommendation

2022-08-11 · Yuxiang Shi, Yue Ding, Bo Chen, YuYang Huang 외

The cold-start problem is a long-standing challenge in recommender systems due to the lack of user-item interactions, which significantly hurts the recommendation effect over new users and items. Recently, meta-learning …

Graph Neural NetworkMeta-LearningRecommendation Systems

MAMo: Leveraging Memory and Attention for Monocular Video Depth Estimation

2023-07-26 · IEEE/CVF International Conference on Computer Vision (ICCV) 2023 10 · Rajeev Yasarla, Hong Cai, Jisoo Jeong, Yunxiao Shi 외

We propose MAMo, a novel memory and attention frame-work for monocular video depth estimation. MAMo can augment and improve any single-image depth estimation networks into video depth estimation models, enabling them to …

Depth EstimationDepth PredictionMonocular Depth Estimation

A Meta-Knowledge-Augmented LLM Framework for Hyperparameter Optimization in Time-Series Forecasting

2026-02-01 · Ons Saadallah, Mátyás andó, Tamás Gábor Orosz arxiv

Hyperparameter optimization (HPO) plays a central role in the performance of deep learning models, yet remains computationally expensive and difficult to interpret, particularly for time-series forecasting. While Bayesia…

Multivariate Time Series ForecastingHyperparameter Optimization

MolMem: Memory-Augmented Agentic Reinforcement Learning for Sample-Efficient Molecular Optimization

2026-04-14 · Ziqing Wang, Yibo Wen, Abhishek Pandy, Han Liu 외 arxiv

In drug discovery, molecular optimization aims to iteratively refine a lead compound to improve molecular properties while preserving structural similarity to the original molecule. However, each oracle evaluation is exp…

Reinforcement LearningDrug Discovery

EMO: Episodic Memory Optimization for Few-Shot Meta-Learning

2023-06-08 · Yingjun Du, Jiayi Shen, XianTong Zhen, Cees G. M. Snoek

Few-shot meta-learning presents a challenge for gradient descent optimization due to the limited number of training samples per task. To address this issue, we propose an episodic memory optimization for meta-learning, w…

Few-Shot LearningMeta-Learning