paper-with-me

Papers

Semi-supervised classification on graphs using explicit diffusion dynamics

2019-09-24 · Robert L. Peach, Alexis Arnaudon, Mauricio Barahona

Classification tasks based on feature vectors can be significantly improved by including within deep learning a graph that summarises pairwise relationships between the samples. Intuitively, the graph acts as a conduit to channel and bias the inference of class labels. Here, we study classification methods that consider the graph as the originator of an explicit graph diffusion. We show that appending graph diffusion to feature-based learning as an \textit{a posteriori} refinement achieves state-of-the-art classification accuracy. This method, which we call Graph Diffusion Reclassification (GDR), uses overshooting events of a diffusive graph dynamics to reclassify individual nodes. The method uses intrinsic measures of node influence, which are distinct for each node, and allows the evaluation of the relationship and importance of features and graph for classification. We also present diff-GCN, a simple extension of Graph Convolutional Neural Network (GCN) architectures that leverages explicit diffusion dynamics, and allows the natural use of directed graphs. To showcase our methods, we use benchmark datasets of documents with associated citation data.

📄 PDF Abstract BibTeX arXiv:1909.11117

Code (1)

barahona-research-group/GDR 공식 구현

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

A Consistent Diffusion-Based Algorithm for Semi-Supervised Classification on Graphs

2020-08-27 · Nathan de Lara, Thomas Bonald

Semi-supervised classification on graphs aims at assigning labels to all nodes of a graph based on the labels known for a few nodes, called the seeds. The most popular algorithm relies on the principle of heat diffusion,…

General Classification

A Unified Non-Negative Matrix Factorization Framework for Semi-Supervised Learning on Graphs

2020-04-01 · Proceedings of the 2020 SIAM International Conference on Data Mining 2020 4 · Anasua Mitra, Priyesh Vijayan, Srinivasan Parthasarathy, Balaraman Ravindran

We propose a Semi-Supervised Learning (SSL) methodology that explicitly encodes different necessary priors to learn efficient representations for nodes in a network. The key to our framework is a semi-supervised cluster…

Node Classification

A nonlinear diffusion method for semi-supervised learning on hypergraphs

2021-03-27 · Francesco Tudisco, Konstantin Prokopchik, Austin R. Benson

Hypergraphs are a common model for multiway relationships in data, and hypergraph semi-supervised learning is the problem of assigning labels to all nodes in a hypergraph, given labels on just a few nodes. Diffusions and…

A Consistent Diffusion-Based Algorithm for Semi-Supervised Graph Learning

2023-11-13 · Thomas Bonald, Nathan de Lara

The task of semi-supervised classification aims at assigning labels to all nodes of a graph based on the labels known for a few nodes, called the seeds. One of the most popular algorithms relies on the principle of heat …

Graph Learning

Explicit Pairwise Factorized Graph Neural Network for Semi-Supervised Node Classification

2021-07-27 · Yu Wang, Yuesong Shen, Daniel Cremers

Node features and structural information of a graph are both crucial for semi-supervised node classification problems. A variety of graph neural network (GNN) based approaches have been proposed to tackle these problems,…

Graph Neural NetworkNode Classification