Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery &Amp; Data Mining 2021
DOI: 10.1145/3447548.3467243
|View full text |Cite
|
Sign up to set email alerts
|

Approximate Graph Propagation

Abstract: Efficient computation of node proximity queries such as transition probabilities, Personalized PageRank, and Katz are of fundamental importance in various graph mining and learning tasks. In particular, several recent works leverage fast node proximity computation to improve the scalability of Graph Neural Networks (GNN). However, prior studies on proximity computation and GNN feature propagation are on a case-by-case basis, with each paper focusing on a particular proximity measure.In this paper, we propose A… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
30
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 35 publications
(30 citation statements)
references
References 31 publications
0
30
0
Order By: Relevance
“…The graph connectivity is represented by the adjacency matrix with self-loops as 𝑨 ∈ R 𝑛×𝑛 , while the diagonal degree matrix is 𝑫 ∈ R 𝑛×𝑛 . Following [8,28], we generalize the adjacency matrix of 𝐺 normalized by 𝑫 with convolution coefficient π‘Ÿ ∈ [0, 1] as Γƒ(π‘Ÿ) = 𝑫 π‘Ÿ βˆ’1 𝑨𝑫 βˆ’π‘Ÿ . For each node 𝑣 ∈ 𝑉 , denote the set of the out-neighbors of 𝑣 by N (𝑣) = {𝑒 |(𝑣, 𝑒) ∈ 𝐸}, and the out-degree of 𝑣 by 𝑑 (𝑣) = |N (𝑣)|.…”
Section: Preliminaries and Related Workmentioning
confidence: 99%
See 4 more Smart Citations
“…The graph connectivity is represented by the adjacency matrix with self-loops as 𝑨 ∈ R 𝑛×𝑛 , while the diagonal degree matrix is 𝑫 ∈ R 𝑛×𝑛 . Following [8,28], we generalize the adjacency matrix of 𝐺 normalized by 𝑫 with convolution coefficient π‘Ÿ ∈ [0, 1] as Γƒ(π‘Ÿ) = 𝑫 π‘Ÿ βˆ’1 𝑨𝑫 βˆ’π‘Ÿ . For each node 𝑣 ∈ 𝑉 , denote the set of the out-neighbors of 𝑣 by N (𝑣) = {𝑒 |(𝑣, 𝑒) ∈ 𝐸}, and the out-degree of 𝑣 by 𝑑 (𝑣) = |N (𝑣)|.…”
Section: Preliminaries and Related Workmentioning
confidence: 99%
“…On a graph 𝐺, given a source node 𝑠 ∈ 𝑉 and a target node 𝑑 ∈ 𝑉 , the PPR πœ‹ (𝑠, 𝑑) represents the probability of a random walk with teleport factor 𝛼 ∈ (0, 1) which starts at node 𝑠 stops at 𝑑. In general, forward PPR algorithms, often categorized as single-source PPR, start the computation from 𝑠, comparing to backward or reverse alternatives that are developed from 𝑑 [28].…”
Section: Feature-pushmentioning
confidence: 99%
See 3 more Smart Citations