paper-with-me

홈 › Papers

LECF: Recommendation via Learnable Edge Collaborative Filtering

2021-12-23 · Science China Information Sciences 2021 12 · Shitao Xiao, Yingxia Shao, Yawen Li, Hongzhi Yin, Yanyan Shen & Bin Cui

The core of recommendation models is estimating the probability that a user will like an item based on historical interactions. Existing collaborative filtering (CF) algorithms compute the likelihood by utilizing simple relationships between objects, e.g., user-item, item-item, or user-user. They always rely on a single type of object-object relationship, ignoring other useful relationship information in data. In this paper, we model an interaction between user and item as an edge and propose a novel CF framework, called learnable edge collaborative filtering (LECF). LECF predicts the existence probability of an edge based on the connections among edges and is able to capture the complex relationship in data. Specifically, we first adopt the concept of line graph where each node represents an interaction edge; then calculate a weighted sum of similarity between the query edge and the observed edges (i.e., historical interactions) that are selected from the neighborhood of query edge in the line graph for a recommendation. In addition, we design an efficient propagation algorithm to speed up the training and inference of LECF. Extensive experiments on four public datasets demonstrate LECF can achieve better performance than the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (4)

MindCode-4/code-10/tree/main/LECF mindspore
MindCode-4/code-14/tree/main/LECF mindspore
pwc-1/Paper-9/tree/main/6/LECF mindspore
yangyucheng000/LECF mindspore

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Lorentz Equivariant Model for Knowledge-Enhanced Hyperbolic Collaborative Filtering

2023-02-09 · Bosong Huang, Weihao Yu, Ruzhong Xie, Jing Xiao 외

Introducing prior auxiliary information from the knowledge graph (KG) to assist the user-item graph can improve the comprehensive performance of the recommender system. Many recent studies show that the ensemble properti…

AttributeCollaborative FilteringRecommendation Systems

CoRA: Collaborative Information Perception by Large Language Model's Weights for Recommendation

2024-08-20 · YuTing Liu, Jinghao Zhang, Yizhou Dang, Yuliang Liang 외

Involving collaborative information in Large Language Models (LLMs) is a promising technique for adapting LLMs for recommendation. Existing methods achieve this by concatenating collaborative features with text tokens in…

Collaborative FilteringGeneral KnowledgeWorld Knowledge

Transformer-Empowered Content-Aware Collaborative Filtering

2022-04-02 · Weizhe Lin, Linjun Shou, Ming Gong, Pei Jian 외

Knowledge graph (KG) based Collaborative Filtering is an effective approach to personalizing recommendation systems for relatively static domains such as movies and books, by leveraging structured information from KG to …

Collaborative FilteringContrastive LearningRecommendation Systems

A Hybrid Latent Variable Neural Network Model for Item Recommendation

2014-06-09 · Michael R. Smith, Tony Martinez, Michael Gashler

Collaborative filtering is used to recommend items to a user without requiring a knowledge of the item itself and tends to outperform other techniques. However, collaborative filtering suffers from the cold-start problem…

Collaborative Filtering

Revisiting Neighborhood-based Link Prediction for Collaborative Filtering

2022-03-29 · Hao-Ming Fu, Patrick Poirson, Kwot Sin Lee, Chen Wang

Collaborative filtering (CF) is one of the most successful and fundamental techniques in recommendation systems. In recent years, Graph Neural Network (GNN)-based CF models, such as NGCF [31], LightGCN [10] and GTN [9] h…

Collaborative FilteringGraph Neural NetworkLink PredictionPrediction+1