paper-with-me

홈 › Papers

Local, global and scale-dependent node roles

2021-05-26 · Michael Scholkemper, Michael T. Schaub

This paper re-examines the concept of node equivalences like structural equivalence or automorphic equivalence, which have originally emerged in social network analysis to characterize the role an actor plays within a social system, but have since then been of independent interest for graph-based learning tasks. Traditionally, such exact node equivalences have been defined either in terms of the one hop neighborhood of a node, or in terms of the global graph structure. Here we formalize exact node roles with a scale-parameter, describing up to what distance the ego network of a node should be considered when assigning node roles - motivated by the idea that there can be local roles of a node that should not be determined by nodes arbitrarily far away in the network. We present numerical experiments that show how already "shallow" roles of depth 3 or 4 carry sufficient information to perform node classification tasks with high accuracy. These findings corroborate the success of recent graph-learning approaches that compute approximate node roles in terms of embeddings, by nonlinearly aggregating node features in an (un)supervised manner over relatively small neighborhood sizes. Indeed, based on our ideas we can construct a shallow classifier achieving on par results with recent graph neural network architectures.

📄 PDF Abstract BibTeX arXiv:2105.12598

Code (1)

https://git.rwth-aachen.de/netsci/publication-scale-dependent-node-roles 공식 구현

Tasks

Graph LearningGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Local2Global: Scaling global representation learning on graphs via local training

2021-07-26 · Lucas G. S. Jeub, Giovanni Colavizza, Xiaowen Dong, Marya Bazzi 외

We propose a decentralised "local2global" approach to graph representation learning, that one can a-priori use to scale any embedding technique. Our local2global approach proceeds by first dividing the input graph into o…

Graph ReconstructionGraph Representation LearningLink PredictionNode Classification+1

Spectral Graph Wavelets for Structural Role Similarity in Networks

2018-01-01 · ICLR 2018 1 · Claire Donnat, Marinka Zitnik, David Hallac, Jure Leskovec

Nodes residing in different parts of a graph can have similar structural roles within their local network topology. The identification of such roles provides key insight into the organization of networks and can also be …

Rethinking Node-wise Propagation for Large-scale Graph Learning

2024-02-09 · Xunkai Li, Jingyuan Ma, Zhengyu Wu, Daohan Su 외

Scalable graph neural networks (GNNs) have emerged as a promising technique, which exhibits superior predictive performance and high running efficiency across numerous large-scale graph-based web applications. However, (…

Graph LearningNode Classification

Beyond Localized Graph Neural Networks: An Attributed Motif Regularization Framework

2020-09-11 · Aravind Sankar, Junting Wang, Adit Krishnan, Hari Sundaram

We present InfoMotif, a new semi-supervised, motif-regularized, learning framework over graphs. We overcome two key limitations of message passing in popular graph neural networks (GNNs): localization (a k-layer GNN cann…

Learning Structural Node Embeddings Via Diffusion Wavelets

2017-10-27 · KDD 2018 6 · Claire Donnat, Marinka Zitnik, David Hallac, Jure Leskovec

Nodes residing in different parts of a graph can have similar structural roles within their local network topology. The identification of such roles provides key insight into the organization of networks and can be used …