paper-with-me

Papers

Improving Matrix Completion by Exploiting Rating Ordinality in Graph Neural Networks

2024-03-07 · Jaehyun Lee, Seonku Kang, Hwanjo Yu

Matrix completion is an important area of research in recommender systems. Recent methods view a rating matrix as a user-item bi-partite graph with labeled edges denoting observed ratings and predict the edges between the user and item nodes by using the graph neural network (GNN). Despite their effectiveness, they treat each rating type as an independent relation type and thus cannot sufficiently consider the ordinal nature of the ratings. In this paper, we explore a new approach to exploit rating ordinality for GNN, which has not been studied well in the literature. We introduce a new method, called ROGMC, to leverage Rating Ordinality in GNN-based Matrix Completion. It uses cumulative preference propagation to directly incorporate rating ordinality in GNN's message passing, allowing for users' stronger preferences to be more emphasized based on inherent orders of rating types. This process is complemented by interest regularization which facilitates preference learning using the underlying interest information. Our extensive experiments show that ROGMC consistently outperforms the existing strategies of using rating types for GNN. We expect that our attempt to explore the feasibility of utilizing rating ordinality for GNN may stimulate further research in this direction.

📄 PDF Abstract BibTeX arXiv:2403.04504

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkMatrix CompletionRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Matrix Completion with Hierarchical Graph Side Information

2022-01-02 · NeurIPS 2020 12 · Adel Elmahdy, Junhyung Ahn, Changho Suh, Soheil Mohajer

We consider a matrix completion problem that exploits social or item similarity graphs as side information. We develop a universal, parameter-free, and computationally efficient algorithm that starts with hierarchical gr…

ClusteringGraph ClusteringMatrix CompletionStochastic Block Model

Graph-Based Matrix Completion Applied to Weather Data

2023-06-14 · Benoît Loucheur, P. -A. Absil, Michel Journée

Low-rank matrix completion is the task of recovering unknown entries of a matrix by assuming that the true matrix admits a good low-rank approximation. Sometimes additional information about the variables is known, and i…

Low-Rank Matrix CompletionMatrix Completion

Inductive Matrix Completion Based on Graph Neural Networks

2019-04-26 · ICLR 2020 1 · Muhan Zhang, Yixin Chen

We propose an inductive matrix completion model without using side information. By factorizing the (rating) matrix into the product of low-dimensional latent embeddings of rows (users) and columns (items), a majority of …

Graph Neural NetworkMatrix CompletionRecommendation SystemsTransfer Learning

Matrix Completion with Hypergraphs:Sharp Thresholds and Efficient Algorithms

2024-01-16 · Zhongtian Ma, Qiaosheng Zhang, Zhen Wang

This paper considers the problem of completing a rating matrix based on sub-sampled matrix entries as well as observed social graphs and hypergraphs. We show that there exists a \emph{sharp threshold} on the sample proba…

Matrix Completion

Graph-Regularized Low-Rank Matrix Completion by Variable Projection

2026-07-10 · Benoît Loucheur, P. -A. Absil, Michel Journée arxiv

We address the low-rank matrix completion problem by incorporating graph regularization into the existing Riemannian Trust-Region Matrix Completion (RTRMC) framework. The latter uses the geometry of the low-rank constrai…