paper-with-me

홈 › Papers

Diffusion Improves Graph Learning

2019-10-28 · NeurIPS 2019 12 · Johannes Gasteiger, Stefan Weißenberger, Stephan Günnemann

Graph convolution is the core of most Graph Neural Networks (GNNs) and usually approximated by message passing between direct (one-hop) neighbors. In this work, we remove the restriction of using only the direct neighbors by introducing a powerful, yet spatially localized graph convolution: Graph diffusion convolution (GDC). GDC leverages generalized graph diffusion, examples of which are the heat kernel and personalized PageRank. It alleviates the problem of noisy and often arbitrarily defined edges in real graphs. We show that GDC is closely related to spectral-based models and thus combines the strengths of both spatial (message passing) and spectral methods. We demonstrate that replacing message passing with graph diffusion convolution consistently leads to significant performance improvements across a wide range of models on both supervised and unsupervised tasks and a variety of datasets. Furthermore, GDC is not limited to GNNs but can trivially be combined with any graph-based model or algorithm (e.g. spectral clustering) without requiring any changes to the latter or affecting its computational complexity. Our implementation is available online.

📄 PDF Abstract BibTeX arXiv:1911.05485

Code (3)

klicperajo/gdc 공식 구현 pytorch
hazdzz/GDC pytorch
jhngjng/naq-pytorch pytorch

Tasks

ClusteringGraph LearningNode Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Leveraging Graph Diffusion Models for Network Refinement Tasks

2023-11-29 · Puja Trivedi, Ryan Rossi, David Arbour, Tong Yu 외

Most real-world networks are noisy and incomplete samples from an unknown target distribution. Refining them by correcting corruptions or inferring unobserved regions typically improves downstream performance. Inspired b…

DenoisingStyle Transfer

Feature Transportation Improves Graph Neural Networks

2023-07-29 · Moshe Eliasof, Eldad Haber, Eran Treister

Graph neural networks (GNNs) have shown remarkable success in learning representations for graph-structured data. However, GNNs still face challenges in modeling complex phenomena that involve feature transportation. In …

Node Classification

An Active Diffusion Neural Network for Graphs

2025-10-22 · Mengying Jiang arxiv

The analogy to heat diffusion has enhanced our understanding of information flow in graphs and inspired the development of Graph Neural Networks (GNNs). However, most diffusion-based GNNs emulate passive heat diffusion, …

Graph Neural Network

3D Scene Diffusion Guidance using Scene Graphs

2023-08-08 · Mohammad Naanaa, Katharina Schmid, Yinyu Nie

Guided synthesis of high-quality 3D scenes is a challenging task. Diffusion models have shown promise in generating diverse data, including 3D scenes. However, current methods rely directly on text embeddings for control…

Denoising

Equivariant Denoisers Cannot Copy Graphs: Align Your Graph Diffusion Models

2024-05-27 · Najwa Laabid, Severi Rissanen, Markus Heinonen, Arno Solin 외

Graph diffusion models, dominant in graph generative modeling, remain underexplored for graph-to-graph translation tasks like chemical reaction prediction. We demonstrate that standard permutation equivariant denoisers f…

Chemical Reaction PredictionGraph GenerationGraph-To-Graph TranslationRetrosynthesis