HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification

Xuanze Chen; Jiajun Zhou; Shanqing Yu; Qi Xuan

Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification

Abstract

Graph neural networks excel at graph representation learning but struggle with heterophilous data and long-range dependencies. And graph transformers address these issues through self-attention, yet face scalability and noise challenges on large-scale graphs. To overcome these limitations, we propose GNNMoE, a universal model architecture for node classification. This architecture flexibly combines fine-grained message-passing operations with a mixture-of-experts mechanism to build feature encoding blocks. Furthermore, by incorporating soft and hard gating layers to assign the most suitable expert networks to each node, we enhance the model's expressive power and adaptability to different graph types. In addition, we introduce adaptive residual connections and an enhanced FFN module into GNNMoE, further improving the expressiveness of node representation. Extensive experimental results demonstrate that GNNMoE performs exceptionally well across various types of graph data, effectively alleviating the over-smoothing issue and global noise, enhancing model robustness and adaptability, while also ensuring computational efficiency on large-scale graphs.

Code Repositories

GISec-Team/GNNMoE
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
node-classification-on-actorGNNMoE(GAT-like P)
Accuracy: 37.76±0.98
node-classification-on-actorGNNMoE(GCN-like P)
Accuracy: 37.59±1.36
node-classification-on-actorGNNMoE(SAGE-like P)
Accuracy: 37.97±1.01
node-classification-on-amazon-computers-1GNNMoE(GCN-like P)
Accuracy: 92.17±0.50
node-classification-on-amazon-computers-1GNNMoE(SAGE-like P)
Accuracy: 91.85±0.39
node-classification-on-amazon-computers-1GNNMoE(GAT-like P)
Accuracy: 91.98±0.46
node-classification-on-amazon-photo-1GNNMoE(GAT-like P)
Accuracy: 95.71±0.37
node-classification-on-amazon-photo-1GNNMoE(GCN-like P)
Accuracy: 95.81±0.41
node-classification-on-amazon-photo-1GNNMoE(SAGE-like P)
Accuracy: 95.46±0.24
node-classification-on-chameleon-48-32-20GNNMoE(GAT-like P)
Accuracy: 45.56±3.94
node-classification-on-chameleon-48-32-20GNNMoE(GCN-like P)
Accuracy: 47.19±2.93
node-classification-on-chameleon-48-32-20GNNMoE(SAGE-like P)
Accuracy: 45.73±3.19
node-classification-on-coauthor-csGNNMoE(SAGE-like P)
Accuracy: 95.68±0.24
node-classification-on-coauthor-csGNNMoE(GAT-like P)
Accuracy: 95.72±0.23
node-classification-on-coauthor-csGNNMoE(GCN-like P)
Accuracy: 95.81±0.26
node-classification-on-coauthor-physicsGNNMoE(GCN-like P)
Accuracy: 97.03±0.13
node-classification-on-coauthor-physicsGNNMoE(SAGE-like P)
Accuracy: 96.81±0.22
node-classification-on-coauthor-physicsGNNMoE(GAT-like P)
Accuracy: 97.05±0.19
node-classification-on-facebookGNNMoE(SAGE-like P)
Accuracy: 94.63±0.36
node-classification-on-facebookGNNMoE(GCN-like P)
Accuracy: 95.53±0.35
node-classification-on-facebookGNNMoE(GAT-like P)
Accuracy: 95.21±0.25
node-classification-on-penn94GNNMoE(GCN-like P)
Accuracy: 85.11±0.39
node-classification-on-penn94GNNMoE(GAT-like P)
Accuracy: 81.98±0.47
node-classification-on-penn94GNNMoE(SAGE-like P)
Accuracy: 84.05±0.37
node-classification-on-roman-empireGNNMoE(GAT-like P)
Accuracy (% ): 87.29±0.60
node-classification-on-roman-empireGNNMoE(GCN-like P)
Accuracy (% ): 85.05±0.55
node-classification-on-roman-empireGNNMoE(SAGE-like P)
Accuracy (% ): 86.00±0.45
node-classification-on-squirrel-48-32-20GNNMoE(GAT-like P)
Accuracy: 39.19±3.94
node-classification-on-squirrel-48-32-20GNNMoE(GCN-like P)
Accuracy: 44.02±2.59
node-classification-on-squirrel-48-32-20GNNMoE(SAGE-like P)
Accuracy: 39.19±2.84
node-classification-on-tolokersGNNMoE(SAGE-like P)
AUCROC: 83.96±0.75
node-classification-on-tolokersGNNMoE(GAT-like P)
AUCROC: 85.45±0.94
node-classification-on-tolokersGNNMoE(GCN-like P)
AUCROC: 84.77±0.93

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification | Papers | HyperAI