Pre-Training Identification of Graph Winning Tickets in Adaptive Spatial-Temporal Graph Neural Networks
Wenying Duan, Tianxiang Fang, Hong Rao, Xiaoxi He

TL;DR
This paper introduces a pre-training method for Adaptive Spatial-Temporal Graph Neural Networks that uses a Graph Winning Ticket prior to training, significantly reducing computational costs while maintaining high performance, and extends the Lottery Ticket Hypothesis to this domain.
Contribution
The paper proposes a novel GWT-based pre-training approach for ASTGNNs that reduces complexity and enables training on large datasets without exhaustive training cycles.
Findings
Reduces graph generation complexity from O(N^2) to O(N)
Achieves comparable performance with lower computational costs
Enables training on large datasets with limited hardware
Abstract
In this paper, we present a novel method to significantly enhance the computational efficiency of Adaptive Spatial-Temporal Graph Neural Networks (ASTGNNs) by introducing the concept of the Graph Winning Ticket (GWT), derived from the Lottery Ticket Hypothesis (LTH). By adopting a pre-determined star topology as a GWT prior to training, we balance edge reduction with efficient information propagation, reducing computational demands while maintaining high model performance. Both the time and memory computational complexity of generating adaptive spatial-temporal graphs is significantly reduced from to . Our approach streamlines the ASTGNN deployment by eliminating the need for exhaustive training, pruning, and retraining cycles, and demonstrates empirically across various datasets that it is possible to achieve comparable performance to full models with…
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 · Graph Theory and Algorithms · Neural Networks and Applications
