PromptGCN: Bridging Subgraph Gaps in Lightweight GCNs
Shengwei Ji, Yujie Tian, Fei Liu, Xinlu Li, Le Wu

TL;DR
PromptGCN introduces a prompt-based approach to enhance lightweight GCNs by bridging subgraph gaps, significantly improving accuracy on large-scale graphs while maintaining low memory usage.
Contribution
The paper proposes PromptGCN, a novel prompt-based method that incorporates global information into subgraph training, improving accuracy of lightweight GCNs.
Findings
PromptGCN outperforms baseline methods on seven large-scale graphs.
It improves accuracy by up to 5.48% on the Flickr dataset.
PromptGCN can be combined with any subgraph sampling method for better performance.
Abstract
Graph Convolutional Networks (GCNs) are widely used in graph-based applications, such as social networks and recommendation systems. Nevertheless, large-scale graphs or deep aggregation layers in full-batch GCNs consume significant GPU memory, causing out of memory (OOM) errors on mainstream GPUs (e.g., 29GB memory consumption on the Ogbnproducts graph with 5 layers). The subgraph sampling methods reduce memory consumption to achieve lightweight GCNs by partitioning the graph into multiple subgraphs and sequentially training GCNs on each subgraph. However, these methods yield gaps among subgraphs, i.e., GCNs can only be trained based on subgraphs instead of global graph information, which reduces the accuracy of GCNs. In this paper, we propose PromptGCN, a novel prompt-based lightweight GCN model to bridge the gaps among subgraphs. First, the learnable prompt embeddings are designed to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification
MethodsGraph Convolutional Network
