paper-with-me

Papers

An Adaptive Graph Pre-training Framework for Localized Collaborative Filtering

2021-12-14 · Yiqi Wang, Chaozhuo Li, Zheng Liu, Mingzheng Li, Jiliang Tang, Xing Xie, Lei Chen, Philip S. Yu

Graph neural networks (GNNs) have been widely applied in the recommendation tasks and have obtained very appealing performance. However, most GNN-based recommendation methods suffer from the problem of data sparsity in practice. Meanwhile, pre-training techniques have achieved great success in mitigating data sparsity in various domains such as natural language processing (NLP) and computer vision (CV). Thus, graph pre-training has the great potential to alleviate data sparsity in GNN-based recommendations. However, pre-training GNNs for recommendations face unique challenges. For example, user-item interaction graphs in different recommendation tasks have distinct sets of users and items, and they often present different properties. Therefore, the successful mechanisms commonly used in NLP and CV to transfer knowledge from pre-training tasks to downstream tasks such as sharing learned embeddings or feature extractors are not directly applicable to existing GNN-based recommendations models. To tackle these challenges, we delicately design an adaptive graph pre-training framework for localized collaborative filtering (ADAPT). It does not require transferring user/item embeddings, and is able to capture both the common knowledge across different graphs and the uniqueness for each graph. Extensive experimental results have demonstrated the effectiveness and superiority of ADAPT.

📄 PDF Abstract BibTeX arXiv:2112.07191

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Focus When Necessary: Adaptive Routing and Collaborative Grounding for Training-Free Visual Grounding

2026-06-15 · Yifan Wang, Peiming Li, Shiyu Li, Zhiyuan Hu 외 arxiv

While Multimodal Large Language Models (MLLMs) excel in cross-modal reasoning, they often struggle to perceive fine-grained details in complex high-resolution images. Recent training-free methods address this through ima…

Visual Grounding

Localized Graph Collaborative Filtering

2021-08-10 · Yiqi Wang, Chaozhuo Li, Mingzheng Li, Wei Jin 외

User-item interactions in recommendations can be naturally de-noted as a user-item bipartite graph. Given the success of graph neural networks (GNNs) in graph representation learning, GNN-based C methods have been propos…

Collaborative FilteringGraph Representation LearningRecommendation SystemsRepresentation Learning

APGL4SR: A Generic Framework with Adaptive and Personalized Global Collaborative Information in Sequential Recommendation

2023-11-06 · Mingjia Yin, Hao Wang, Xiang Xu, Likang Wu 외

The sequential recommendation system has been widely studied for its promising effectiveness in capturing dynamic preferences buried in users' sequential behaviors. Despite the considerable achievements, existing methods…

Graph LearningMulti-Task LearningRecommendation SystemsSequential Recommendation

Leveraging V2X for Collaborative HD Maps Construction Using Scene Graph Generation

2025-02-14 · Gamal Elghazaly, Raphael Frank

High-Definition (HD) maps play a crucial role in autonomous vehicle navigation, complementing onboard perception sensors for improved accuracy and safety. Traditional HD map generation relies on dedicated mapping vehicle…

Graph GenerationScene Graph Generation

Hypergraph Diffusion for High-Order Recommender Systems

2025-01-28 · Darnbi Sakong, Thanh Trung Huynh, Jun Jo

Recommender systems rely on Collaborative Filtering (CF) to predict user preferences by leveraging patterns in historical user-item interactions. While traditional CF methods primarily focus on learning compact vector em…

Collaborative FilteringContrastive LearningGraph Neural NetworkRecommendation Systems