Related Experiment Video
Updated: May 23, 2026

Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
Subgraph-Mamba: Subgraph Mamba model with positional encoding
Denggao Qin1, Xianghong Tang1, Jianguang Lu1
1State Key Laboratory of Public Big Data, Guizhou University, Guiyang, Guizhou, 550025, China.
None:
Subgraph representation learning is a crucial area within graph representation learning. However, existing methods face challenges in capturing the dependencies among subgraph nodes and addressing the inaccuracies in node features caused by subgraph overlaps. To address these challenges, this paper proposes a method called Subgraph Mamba Model with Positional Encoding (Subgraph-Mamba). Specifically, first, Subgraph-Mamba employs Graph Convolution with Different Weights (GDW) to update node features across the entire graph and to extract node features for subgraphs. Second, Subgraph-Mamba introduces a novel positional encoding method called Sine Projection Positional Encoding (SPPE) to calculate the positional encoding of subgraphs. This positional encoding is then incorporated into the subgraph node features to obtain subgraph node features with positional encoding. Third, Subgraph-Mamba proposes a Multi-head Mamba module to capture the dependencies among subgraph node features with positional encoding. As far as we know, this is the first paper to apply Mamba to subgraph representation learning. Finally, Subgraph-Mamba aggregates the subgraph node features, and the dependencies form a superior subgraph feature representation. Extensive experiments on multiple datasets demonstrate that Subgraph-Mamba outperforms state-of-the-art baselines. The source code can be found on this link: https://github.com/denggaoqin/Subgraph-Mamba.
Related Concept Videos
Position Vectors
For instance, we want to locate a point P(x, y, z) relative to the origin of coordinates O. In that case, we can define a position...
Structural Classification of Joints
A fibrous joint is where the adjacent bones are united by fibrous connective...
Sequence Networks of Rotating Machines
Zero-sequence current induces a voltage drop across the generator's neutral impedance and other...
Position and Displacement Vectors
Further, several important kinds of...
Vector Algebra: Graphical Method
We use the laws of geometry to construct resultant vectors, followed by trigonometry to find vector magnitudes and directions. For a geometric construction of the sum of two vectors in a plane, we follow the parallelogram rule. Suppose two vectors are at arbitrary positions. Translate either one of...
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...

