paper-with-me

Papers

MVIN: Learning Multiview Items for Recommendation

2020-05-26 · Chang-You Tai, Meng-Ru Wu, Yun-Wei Chu, Shao-Yu Chu, Lun-Wei Ku

Researchers have begun to utilize heterogeneous knowledge graphs (KGs) as auxiliary information in recommendation systems to mitigate the cold start and sparsity issues. However, utilizing a graph neural network (GNN) to capture information in KG and further apply in RS is still problematic as it is unable to see each item's properties from multiple perspectives. To address these issues, we propose the multi-view item network (MVIN), a GNN-based recommendation model which provides superior recommendations by describing items from a unique mixed view from user and entity angles. MVIN learns item representations from both the user view and the entity view. From the user view, user-oriented modules score and aggregate features to make recommendations from a personalized perspective constructed according to KG entities which incorporates user click information. From the entity view, the mixing layer contrasts layer-wise GCN information to further obtain comprehensive features from internal entity-entity interactions in the KG. We evaluate MVIN on three real-world datasets: MovieLens-1M (ML-1M), LFM-1b 2015 (LFM-1b), and Amazon-Book (AZ-book). Results show that MVIN significantly outperforms state-of-the-art methods on these three datasets. In addition, from user-view cases, we find that MVIN indeed captures entities that attract users. Figures further illustrate that mixing layers in a heterogeneous KG plays a vital role in neighborhood information aggregation.

📄 PDF Abstract BibTeX arXiv:2005.12516

Code (1)

johnnyjana730/MVIN 공식 구현 tf

Tasks

Graph Neural NetworkKnowledge GraphsRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

CB2CF: A Neural Multiview Content-to-Collaborative Filtering Model for Completely Cold Item Recommendations

2016-11-01 · Oren Barkan, Noam Koenigstein, Eylon Yogev, Ori Katz

In Recommender Systems research, algorithms are often characterized as either Collaborative Filtering (CF) or Content Based (CB). CF algorithms are trained using a dataset of user preferences while CB algorithms are typi…

Collaborative FilteringRecommendation Systems

MVInpainter: Learning Multi-View Consistent Inpainting to Bridge 2D and 3D Editing

2024-08-15 · Chenjie Cao, Chaohui Yu, Fan Wang, xiangyang xue 외

Novel View Synthesis (NVS) and 3D generation have recently achieved prominent improvements. However, these works mainly focus on confined categories or synthetic 3D assets, which are discouraged from generalizing to chal…

3D GenerationNovel View SynthesisOptical Flow Estimation

Neural Attentive Multiview Machines

2020-02-18 · Oren Barkan, Ori Katz, Noam Koenigstein

An important problem in multiview representation learning is finding the optimal combination of views with respect to the specific task at hand. To this end, we introduce NAM: a Neural Attentive Multiview machine that le…

Representation Learning

Multiview Variational Graph Autoencoders for Canonical Correlation Analysis

2020-10-30 · Yacouba Kaloga, Pierre Borgnat, Sundeep Prabhakar Chepuri, Patrice Abry 외

We present a novel multiview canonical correlation analysis model based on a variational approach. This is the first nonlinear model that takes into account the available graph-based geometric constraints while being sca…

ClusteringRepresentation Learning

Multiview graph dual-attention deep learning and contrastive learning for multi-criteria recommender systems

2025-02-26 · Saman Forouzandeh, Pavel N. Krivitsky, Rohitash Chandra

Recommender systems leveraging deep learning models have been crucial for assisting users in selecting items aligned with their preferences and interests. However, a significant challenge persists in single-criteria reco…

Contrastive LearningGraph AttentionRecommendation Systems