Graph Star Net for Generalized Multi-Task Learning
Lu Haonan, Seth H. Huang, Tian Ye, Guo Xiuyan

TL;DR
GraphStar is a novel graph neural network architecture that uses message-passing relay and attention mechanisms to improve multi-task learning across node, graph, and link prediction tasks without increasing model complexity.
Contribution
The paper introduces GraphStar, a unified graph neural network architecture that effectively handles multiple prediction tasks with non-local representations and improved performance.
Findings
Outperforms state-of-the-art models by 2-5% on key benchmarks.
Effectively handles node, graph, and link prediction tasks.
Addresses challenges of existing graph neural networks with non-local representations.
Abstract
In this work, we present graph star net (GraphStar), a novel and unified graph neural net architecture which utilizes message-passing relay and attention mechanism for multiple prediction tasks - node classification, graph classification and link prediction. GraphStar addresses many earlier challenges facing graph neural nets and achieves non-local representation without increasing the model depth or bearing heavy computational costs. We also propose a new method to tackle topic-specific sentiment analysis based on node classification and text classification as graph classification. Our work shows that 'star nodes' can learn effective graph-data representation and improve on current methods for the three tasks. Specifically, for graph classification and link prediction, GraphStar outperforms the current state-of-the-art models by 2-5% on several key benchmarks.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Multimodal Machine Learning Applications · Data Stream Mining Techniques
