Mamba-Based Graph Convolutional Networks: Tackling Over-smoothing with Selective State Space
Xin He, Yili Wang, Wenqi Fan, Xu Shen, Xin Juan, Rui Miao, Xin Wang

TL;DR
This paper introduces MbaGCN, a novel GNN architecture inspired by the Mamba paradigm, designed to address over-smoothing and enhance the flexibility of deep graph neural networks.
Contribution
It presents a new backbone for GNNs with key components for adaptive neighborhood aggregation, integrating the Mamba paradigm into graph representation learning.
Findings
MbaGCN effectively mitigates over-smoothing in deep GNNs.
The architecture demonstrates competitive performance on benchmark datasets.
It provides a flexible framework for future GNN research.
Abstract
Graph Neural Networks (GNNs) have shown great success in various graph-based learning tasks. However, it often faces the issue of over-smoothing as the model depth increases, which causes all node representations to converge to a single value and become indistinguishable. This issue stems from the inherent limitations of GNNs, which struggle to distinguish the importance of information from different neighborhoods. In this paper, we introduce MbaGCN, a novel graph convolutional architecture that draws inspiration from the Mamba paradigm-originally designed for sequence modeling. MbaGCN presents a new backbone for GNNs, consisting of three key components: the Message Aggregation Layer, the Selective State Space Transition Layer, and the Node State Prediction Layer. These components work in tandem to adaptively aggregate neighborhood information, providing greater flexibility and…
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.
