REVIEW 26 cited by
Predict then Propagate: Graph Neural Networks meet Personalized PageRank
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Neural message passing algorithms for semi-supervised classification on graphs have recently achieved great success. However, for classifying a node these methods only consider nodes that are a few propagation steps away and the size of this utilized neighborhood is hard to extend. In this paper, we use the relationship between graph convolutional networks (GCN) and PageRank to derive an improved propagation scheme based on personalized PageRank. We utilize this propagation procedure to construct a simple model, personalized propagation of neural predictions (PPNP), and its fast approximation, APPNP. Our model's training time is on par or faster and its number of parameters on par or lower than previous models. It leverages a large, adjustable neighborhood for classification and can be easily combined with any neural network. We show that this model outperforms several recently proposed methods for semi-supervised classification in the most thorough study done so far for GCN-like models. Our implementation is available online.
Forward citations
Cited by 26 Pith papers
-
NodeImport: Imbalanced Node Classification with Node Importance Assessment
A closed-form importance score — the gradient alignment between a node and a balanced meta-set — filters labeled, unlabeled, and synthetic nodes, improving GNN balanced accuracy under class imbalance.
-
Scalable Topology-Preserving Graph Coarsening: Concepts and Algorithms
STPGC coarsens graphs by iteratively removing dominated nodes and edges (plus a neighborhood-coning step), preserving clique-complex homotopy and yielding 8.7–37x speedups over GEC on large graphs.
-
A Hierarchical Quantized Tokenization Framework for Task-Adaptive Graph Representation Learning
QUIET is a hierarchical RVQ-based graph tokenizer with a learned level-weighting gate; it improves several benchmarks but not consistently against the strongest baselines.
-
ProGMLP: A Progressive Framework for GNN-to-MLP Knowledge Distillation with Efficient Trade-offs
ProGMLP trains a sequence of MLPs with progressive distillation and mixup, enabling flexible accuracy-speed trade-offs for graph node classification in one framework.
-
When Speed meets Accuracy: an Efficient and Effective Graph Model for Temporal Link Prediction
EAGLE predicts temporal links with top-k recent neighbors plus top-k shared temporal PageRank influencers, matching or beating transformer T-GNNs while running far faster.
-
It Takes a Graph to Know a Graph: Rewiring for Homophily with a Reference Graph
REFine rewires a graph toward a label-driven reference graph to increase edge homophily, and standard GNNs trained on the rewired graph match or beat specialized heterophilic GNNs on several benchmarks.
-
Adaptive Branch Specialization in Spectral-Spatial Graph Neural Networks for Certified Robustness
SpecSphere fuses an edge-robust spectral branch and a feature-robust spatial branch with a learnable gate, and claims certified robustness against both l0 edge flips and linf feature perturbations.
-
Hierarchical Uncertainty-Aware Graph Neural Network
An uncertainty-aware hierarchical GNN that reweights local, community, and global messages improves semi-supervised node classification on several homophilic and heterophilic benchmarks, though the theoretical bounds ...
-
Semantica: Decentralized Search using a LLM-Guided Semantic Tree Overlay
A decentralized search overlay places users in a binary tree over LLM document embeddings with soft cloning and expansion rounds, retrieving more relevant documents than random or graph-diffusion baselines at equal ne...
-
Spectro-Riemannian Graph Neural Networks
CUSP is a graph neural network that combines Ollivier-Ricci curvature with spectral filters on a product of hyperbolic, spherical, and Euclidean spaces, claiming SOTA results on eight node and link prediction benchmarks.
-
MADE: Graph Backdoor Defense with Masked Unlearning
MADE is a training-set-only graph backdoor defense combining homophily-based poisoned-sample isolation with masked unlearning to drive attack success rate to near zero while keeping accuracy high.
-
Personalized One-shot Federated Graph Learning for Heterogeneous Clients
O-pFGL achieves one-shot personalized federated graph learning by aggregating class-wise feature statistics into a surrogate graph and combining global distillation with local fine-tuning, outperforming baselines on 1...
-
ProPRL: Property-Aware Prerequisite Relation Learning in Educational Knowledge Graphs
ProPRL improves prerequisite relation prediction by fusing resource and behavior graph views with a pair-adaptive gate and an anti-symmetry regularizer, achieving the best reported numbers on three benchmarks.
-
GegenNet: Spectral Convolutional Neural Networks for Link Sign Prediction in Signed Bipartite Graphs
GegenNet predicts link signs in signed bipartite graphs with Gegenbauer-polynomial spectral filters on positive and negative edges, reporting up to 4.28% AUC and 11.69% F1 gains over 11 baselines.
-
Uncertainty-Aware Graph Neural Networks: A Multi-Hop Evidence Fusion Approach
EFGNN fuses per-depth evidential opinions from a multi-hop GNN into one final Dirichlet-based prediction whose uncertainty is lower than that of any single propagation depth.
-
LightKG: Efficient Knowledge-Aware Recommendations with Simplified GNN Architecture
LightKG, a simplified GNN recommender with scalar relation weights and an efficient contrastive loss, outperforms 12 knowledge-graph-aware baselines on four datasets, especially under sparse interactions, while cuttin...
-
OpenGT: A Comprehensive Benchmark For Graph Transformers
OpenGT benchmarks 16 graph models on 14 datasets, finding graph transformers excel on heterophilous graphs, though several observations are not robustly supported.
-
IceBerg: Debiased Self-Training for Class-Imbalanced Node Classification
IceBerg uses pseudo-label-based double balancing and decoupled propagation to improve graph neural networks on class-imbalanced and few-shot node classification.
-
THeGCN: Temporal Heterophilic Graph Convolutional Network
THeGCN uses learned low/high-pass attention over sampled temporal events to improve semi-supervised node classification on event-based continuous graphs with both edge and temporal heterophily.
-
Graph Coarsening via Supervised Granular-Ball for Scalable Graph Neural Network Training
SGBGC compresses graphs by grouping same-label nodes into granular-balls and training GNNs on the coarsened graph, but its evaluation leaks test labels into the coarsening step.
-
Scaling Up Graph Propagation Computation on Large Graphs: A Local Chebyshev Approximation Approach
Graph propagation queries can be accelerated by replacing Taylor expansions with Chebyshev polynomials, yielding a claimed O(sqrt(N)) reduction in iterations and a local push algorithm.
-
Know Your Account: Double Graph Inference-based Account De-anonymization on Ethereum
A dual static-dynamic graph model with ECE-weighted confidence calibration classifies Ethereum account types and reports F1 scores above 97 percent.
-
Unveiling the Inflexibility of Adaptive Embedding in Traffic Forecasting
Replacing learned adaptive node embeddings with PCA-derived embeddings keeps traffic forecasting models accurate across years and cities without retraining.
-
Simplifying Graph Kernels for Efficient
SGTK and SGNK perform K-step graph aggregation before a single NTK or Gaussian process kernel update, yielding large speedups over GNTK with roughly competitive accuracy.
-
AttriReBoost: A Gradient-Free Propagation Optimization Method for Cold Start Mitigation in Attribute Missing Graphs
AttriReBoost augments feature propagation with a partial reset of known nodes and a global-mean (virtual edge) term, achieving consistent but modest accuracy gains over FP and PCFI on eight benchmarks.
-
Heterogeneous networks in drug-target interaction prediction
A review of graph-based and heterogeneous-network methods for drug-target interaction prediction published mostly between 2020 and 2024, with datasets, metrics, future challenges, and claimed source code links.
Discussion (0). Continue with ORCID to comment.