REVIEW 11 cited by
GraphSAINT: Graph Sampling Based Inductive Learning Method
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
read the original abstract
Graph Convolutional Networks (GCNs) are powerful models for learning representations of attributed graphs. To scale GCNs to large graphs, state-of-the-art methods use various layer sampling techniques to alleviate the "neighbor explosion" problem during minibatch training. We propose GraphSAINT, a graph sampling based inductive learning method that improves training efficiency and accuracy in a fundamentally different way. By changing perspective, GraphSAINT constructs minibatches by sampling the training graph, rather than the nodes or edges across GCN layers. Each iteration, a complete GCN is built from the properly sampled subgraph. Thus, we ensure fixed number of well-connected nodes in all layers. We further propose normalization technique to eliminate bias, and sampling algorithms for variance reduction. Importantly, we can decouple the sampling from the forward and backward propagation, and extend GraphSAINT with many architecture variants (e.g., graph attention, jumping connection). GraphSAINT demonstrates superior performance in both accuracy and training time on five large graphs, and achieves new state-of-the-art F1 scores for PPI (0.995) and Reddit (0.970).
Forward citations
Cited by 11 Pith papers
-
CoRe-GNN: Multilevel Message passing on Coarsened graphs
CoRe-GNN runs message passing both inside clusters and on a coarsened graph in parallel, letting scalable training keep long-range signal.
-
Wrong Code, Right Structure: Learning Netlist Representations from Imperfect LLM-Generated RTL
Training on filtered, functionally imperfect LLM-generated RTL netlists lets GNNs match or beat models trained on scarce clean netlist data for sub-circuit identification.
-
Attention Enhanced Entity Recommendation for Intelligent Monitoring in Cloud Systems
A heterogeneous-graph recommender with multi-head attention, random-walk attention, and an alignment loss recommends cloud-monitor dimensions, beating baseline GNNs on Microsoft's production data and on DBLP/LastFM.
-
FuseSampleAgg: One-Pass Neighborhood Estimation for Budgeted Knowledge-Graph Refresh and Validation
FuseSampleAgg performs neighbor sampling and mean aggregation for 1-2 hop GraphSAGE in a single fused CUDA pass, eliminating intermediate block tensors and reporting 1.1-51x step-time and 3.4-100x peak-memory gains ov...
-
Asynchronous Message Passing for Addressing Oversquashing in Graph Neural Networks
CAMP updates nodes in centrality-ranked batches to spread information across GNN layers and claims to reduce oversquashing without rewiring, but the proof and evidence are not convincing.
-
RapidGNN: Energy and Communication-Efficient Distributed Training on Large-Scale Graph Neural Networks
Deterministic sampling plus hot-node caching and prefetching speeds up distributed GNN training by about 2.5x to 3x on tested graphs while cutting remote fetches and energy.
-
Neighbor-Sampling Based Momentum Stochastic Methods for Training Graph Neural Networks
The paper creates Adam-style optimizers that combine neighbor sampling and control variates for graph neural networks, with optimal convergence rates and better node-classification performance than control-variate SGD.
-
Scalable Attribute-Missing Graph Clustering via Neighborhood Differentiation
CMV-ND builds one feature view per exact hop distance and then runs existing clustering methods on those views, improving attribute-missing large-scale graph clustering in experiments.
-
DESIGN: Encrypted GNN Inference via Server-Side Input Graph Pruning
DESIGN uses encrypted node degrees to prune graphs and adaptively choose polynomial activations, reporting 1.7x-2.4x speedups over a basic FHE GNN baseline.
-
From free-evolution to tomographic representation
An abstract claims general tomogram expressions for one-dimensional quantum systems, but the supplied full text is a different paper on hardware security, so the result cannot be verified.
-
HGCN(O): A Self-Tuning GCN HyperModel Toolkit for Outcome Prediction in Event-Sequence Data
A self-tuning toolkit of four GCN input architectures (O-, T-, TP-, TE-GCN) is applied to outcome prediction; the claimed advantage over baselines is unsupported, and the balanced-data perfect scores are likely leakag...
Discussion (0). Sign in to comment.