Focus Where It Matters: Graph Selective State Focused Attention Networks
Shikhar Vashistha, Neetesh Kumar

TL;DR
This paper introduces GSAN, a novel graph neural network architecture that uses multi-head masked self-attention and selective state space modeling to improve scalability, adaptability, and performance on dynamic graph tasks.
Contribution
The paper proposes GSAN, combining MHMSA and S3M layers, to address over-smoothing and scalability issues in deep GNNs, enhancing dynamic graph learning and interpretability.
Findings
GSAN outperforms traditional GNNs on benchmark datasets.
GSAN improves classification accuracy by up to 8.94%.
The model effectively handles evolving graph environments.
Abstract
Traditional graph neural networks (GNNs) lack scalability and lose individual node characteristics due to over-smoothing, especially in the case of deeper networks. This results in sub-optimal feature representation, affecting the model's performance on tasks involving dynamically changing graphs. To address this issue, we present Graph Selective States Focused Attention Networks (GSANs) based neural network architecture for graph-structured data. The GSAN is enabled by multi-head masked self-attention (MHMSA) and selective state space modeling (S3M) layers to overcome the limitations of GNNs. In GSAN, the MHMSA allows GSAN to dynamically emphasize crucial node connections, particularly in evolving graph environments. The S3M layer enables the network to adjust dynamically in changing node states and improving predictions of node behavior in varying contexts without needing primary…
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
TopicsNeural Networks and Applications · Advanced Graph Neural Networks · Neural dynamics and brain function
MethodsSoftmax · Attention Is All You Need · Sparse Evolutionary Training
