paper-with-me

Papers

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

2022-08-11 · Yuxiang Shi, Yue Ding, Bo Chen, YuYang Huang, Yule Wang, Ruiming Tang, Dong Wang

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 based methods attempt to learn globally shared prior knowledge across all users, which can be rapidly adapted to new users and items with very few interactions. Though with significant performance improvement, the globally shared parameter may lead to local optimum. Besides, they are oblivious to the inherent information and feature interactions existing in the new users and items, which are critical in cold-start scenarios. In this paper, we propose a Task aligned Meta-learning based Augmented Graph (TMAG) to address cold-start recommendation. Specifically, a fine-grained task aligned constructor is proposed to cluster similar users and divide tasks for meta-learning, enabling consistent optimization direction. Besides, an augmented graph neural network with two graph enhanced approaches is designed to alleviate data sparsity and capture the high-order user-item interactions. We validate our approach on three real-world datasets in various cold-start scenarios, showing the superiority of TMAG over state-of-the-art methods for cold-start recommendation.

📄 PDF Abstract BibTeX arXiv:2208.05716

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkMeta-LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

MetaKG: Meta-learning on Knowledge Graph for Cold-start Recommendation

2022-02-08 · Yuntao Du, Xinjun Zhu, Lu Chen, Ziquan Fang 외

A knowledge graph (KG) consists of a set of interconnected typed entities and their attributes. Recently, KGs are popularly used as the auxiliary information to enable more accurate, explainable, and diverse user prefere…

Meta-Learning

RAID: Semantic Graph Diffusion for True Cold-Start and Cross-Lingual Forecasting

2026-06-15 · Arunkumar V, Manoranjan Gandhudi, Gangadharan G. R., Arun Prakash 외 arxiv

Time-series foundation models show strong transfer performance when given a non-empty history window. However, true cold-start scenarios, where a new item has no prior observations, violate this assumption. We propose RA…

Zero-Shot Cross-Lingual TransferSemantic Retrieval

Retrieval-Warmed Energy-Based Reasoning: A Five-Arm Ablation Methodology for Diffusion-as-Inference on Structured Reasoning Tasks

2026-06-25 · Libo Sun, Po-Wei Harn, Zewei Zhang, Peixiong He 외 arxiv

Warm-started diffusion samplers accelerate iterative inference, but it is rarely clear which part of the pipeline carries the gain. We study \textbf{retrieval-warmed energy-based reasoning (RW-EBR)} -- an IRED energy-bas…

POI Recommendation with LLM-Augmented Multi-Graph Learning and Contrastive Alignment

2026-08-17 · Burak Tamer, Wolfram Höpken, Zehui Wang arxiv

Point-of-interest (POI) recommendation models based on graph neural networks achieve strong performance by propagating collaborative signals over user-item interactions, yet they struggle with the cold-start problem, whe…

Multimodal RecommendationCollaborative FilteringGraph Neural NetworkContrastive Learning

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

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

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…

Meta-LearningRecommendation Systems