paper-with-me

Papers

Dual Mamba for Node-Specific Representation Learning: Tackling Over-Smoothing with Selective State Space Modeling

2025-11-10 · Xin He, Yili Wang, Yiwei Dai, Xin Wang arxiv

Over-smoothing remains a fundamental challenge in deep Graph Neural Networks (GNNs), where repeated message passing causes node representations to become indistinguishable. While existing solutions, such as residual connections and skip layers, alleviate this issue to some extent, they fail to explicitly model how node representations evolve in a node-specific and progressive manner across layers. Moreover, these methods do not take global information into account, which is also crucial for mitigating the over-smoothing problem. To address the aforementioned issues, in this work, we propose a Dual Mamba-enhanced Graph Convolutional Network (DMbaGCN), which is a novel framework that integrates Mamba into GNNs to address over-smoothing from both local and global perspectives. DMbaGCN consists of two modules: the Local State-Evolution Mamba (LSEMba) for local neighborhood aggregation and utilizing Mamba's selective state space modeling to capture node-specific representation dynamics across layers, and the Global Context-Aware Mamba (GCAMba) that leverages Mamba's global attention capabilities to incorporate global context for each node. By combining these components, DMbaGCN enhances node discriminability in deep GNNs, thereby mitigating over-smoothing. Extensive experiments on multiple benchmarks demonstrate the effectiveness and efficiency of our method.

📄 PDF Abstract BibTeX arXiv:2511.06756

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Mamba-Based Graph Convolutional Networks: Tackling Over-smoothing with Selective State Space

2025-01-26 · Xin He, Yili Wang, Wenqi Fan, Xu Shen 외

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 conv…

Graph Neural NetworkGraph Representation LearningMambaNode Classification+1

Contrast Similarity-Aware Dual-Pathway Mamba for Multivariate Time Series Node Classification

2024-11-19 · Mingsen Du, Meng Chen, Yongjian Li, Xiuxin Zhang 외

Multivariate time series (MTS) data is generated through multiple sensors across various domains such as engineering application, health monitoring, and the internet of things, characterized by its temporal changes and h…

Dynamic Time WarpingMambaNode ClassificationTime Series

LightM-UNet: Mamba Assists in Lightweight UNet for Medical Image Segmentation

2024-03-08 · Weibin Liao, Yinghao Zhu, Xinyuan Wang, Chengwei Pan 외

UNet and its variants have been widely used in medical image segmentation. However, these models, especially those based on Transformer architectures, pose challenges due to their large number of parameters and computati…

Image SegmentationMambaMedical Image SegmentationSemantic Segmentation+1

Understanding and Tackling Over-Dilution in Graph Neural Networks

2025-08-22 · Junhyun Lee, Veronika Thost, Bumsoo Kim, Jaewoo Kang 외 arxiv

Message Passing Neural Networks (MPNNs) hold a key position in machine learning on graphs, but they struggle with unintended behaviors, such as over-smoothing and over-squashing, due to irregular data structures. The obs…

DualMamba: A Lightweight Spectral-Spatial Mamba-Convolution Network for Hyperspectral Image Classification

2024-06-11 · Jiamu Sheng, Jingyi Zhou, Jiong Wang, Peng Ye 외

The effectiveness and efficiency of modeling complex spectral-spatial relations are both crucial for Hyperspectral image (HSI) classification. Most existing methods based on CNNs and transformers still suffer from heavy …

ClassificationHyperspectral Image Classificationimage-classificationImage Classification+1