paper-with-me

Papers

MGDCF: Distance Learning via Markov Graph Diffusion for Neural Collaborative Filtering

2022-04-05 · Jun Hu, Bryan Hooi, Shengsheng Qian, Quan Fang, Changsheng Xu

Graph Neural Networks (GNNs) have recently been utilized to build Collaborative Filtering (CF) models to predict user preferences based on historical user-item interactions. However, there is relatively little understanding of how GNN-based CF models relate to some traditional Network Representation Learning (NRL) approaches. In this paper, we show the equivalence between some state-of-the-art GNN-based CF models and a traditional 1-layer NRL model based on context encoding. Based on a Markov process that trades off two types of distances, we present Markov Graph Diffusion Collaborative Filtering (MGDCF) to generalize some state-of-the-art GNN-based CF models. Instead of considering the GNN as a trainable black box that propagates learnable user/item vertex embeddings, we treat GNNs as an untrainable Markov process that can construct constant context features of vertices for a traditional NRL model that encodes context features with a fully-connected layer. Such simplification can help us to better understand how GNNs benefit CF models. Especially, it helps us realize that ranking losses play crucial roles in GNN-based CF tasks. With our proposed simple yet powerful ranking loss InfoBPR, the NRL model can still perform well without the context features constructed by GNNs. We conduct experiments to perform detailed analysis on MGDCF.

📄 PDF Abstract BibTeX arXiv:2204.02338

Code (2)

CrawlScript/Torch-MGDCF 공식 구현 pytorch
hujunxianligong/MGDCF 공식 구현 tf

Tasks

Collaborative FilteringMulti-modal RecommendationRecommendation SystemsRepresentation Learning

Methods 이 논문이 사용한 방법론

APPNP Neural message-passing algorithms for semi-supervised classification on graphs have recently achieved great success. However, for classifying a node these methods only consider…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…

Similar Papers 제목 키워드 기반

Locality Preserving Markovian Transition for Instance Retrieval

2025-06-05 · Jifei Luo, Wenzheng Wu, Hantao Yao, Lu Yu 외

Diffusion-based re-ranking methods are effective in modeling the data manifolds through similarity propagation in affinity graphs. However, positive signals tend to diminish over several steps away from the source, reduc…

Re-RankingRetrieval

Measuring Spatial Clustering via Metropolis-Hastings Diffusion Distance

2026-07-16 · Thomas Weighill, Chidinma Williams arxiv

We propose a novel measure of the discrepancy between two probability distributions $f$ and $g$ on a graph - which we call the diffusion distance - that measures the rate of convergence of $f$ to $g$ under a graph-constr…

A metric on directed graphs and Markov chains based on hitting probabilities

2020-06-25 · Zachary M. Boyd, Nicolas Fraiman, Jeremy L. Marzuola, Peter J. Mucha 외

The shortest-path, commute time, and diffusion distances on undirected graphs have been widely employed in applications such as dimensionality reduction, link prediction, and trip planning. Increasingly, there is interes…

Dimensionality ReductionLink Prediction

Convergence Analysis of Discrete Diffusion Model: Exact Implementation through Uniformization

2024-02-12 · Hongrui Chen, Lexing Ying

Diffusion models have achieved huge empirical success in data generation tasks. Recently, some efforts have been made to adapt the framework of diffusion models to discrete state space, providing a more natural approach …

Discrete Diffusion Schrödinger Bridge Matching for Graph Transformation

2024-10-02 · Jun Hyeong Kim, SeongHwan Kim, Seokhyun Moon, Hyeongwoo Kim 외

Transporting between arbitrary distributions is a fundamental goal in generative modeling. Recently proposed diffusion bridge models provide a potential solution, but they rely on a joint distribution that is difficult t…