Pith. sign in

REVIEW 2 cited by

MLPInit: Embarrassingly Simple GNN Training Acceleration with MLP Initialization

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

arxiv 2210.00102 v3 pith:R63GS2NJ submitted 2022-09-30 cs.LG cs.SI

classification cs.LGcs.SI
keywords traininggnnsgraphdatasetsinitializationmlpinitpeermlpprediction
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
abstract

Training graph neural networks (GNNs) on large graphs is complex and extremely time consuming. This is attributed to overheads caused by sparse matrix multiplication, which are sidestepped when training multi-layer perceptrons (MLPs) with only node features. MLPs, by ignoring graph context, are simple and faster for graph data, however they usually sacrifice prediction accuracy, limiting their applications for graph data. We observe that for most message passing-based GNNs, we can trivially derive an analog MLP (we call this a PeerMLP) with an equivalent weight space, by setting the trainable parameters with the same shapes, making us curious about \textbf{\emph{how do GNNs using weights from a fully trained PeerMLP perform?}} Surprisingly, we find that GNNs initialized with such weights significantly outperform their PeerMLPs, motivating us to use PeerMLP training as a precursor, initialization step to GNN training. To this end, we propose an embarrassingly simple, yet hugely effective initialization method for GNN training acceleration, called MLPInit. Our extensive experiments on multiple large-scale graph datasets with diverse GNN architectures validate that MLPInit can accelerate the training of GNNs (up to 33X speedup on OGB-Products) and often improve prediction performance (e.g., up to $7.97\%$ improvement for GraphSAGE across $7$ datasets for node classification, and up to $17.81\%$ improvement across $4$ datasets for link prediction on metric Hits@10). The code is available at \href{https://github.com/snap-research/MLPInit-for-GNNs}.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. GraphHash: Graph Clustering Enables Parameter Efficiency in Recommender Systems

    cs.IR 2024-12 conditional novelty 6.0 of 10

    Using modularity clusters of the user-item graph as hash buckets sharply improves retrieval accuracy when embedding tables are compressed.

  2. Attending To Syntactic Information In Biomedical Event Extraction Via Graph Neural Networks

    cs.CL 2025-01 conditional novelty 4.0 of 10

    A BioBERT-plus-GCN model using the full dependency adjacency matrix gives mixed results across BioNLP event extraction tasks, beating some baselines on Genia11 but losing on Genia13.

Pith tools