LGDec 11, 2024

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

arXiv:2412.08193v23 citationsh-index: 14WWW
Originality Incremental advance
AI Analysis

This work addresses scalability and adaptability challenges in graph representation learning for node classification, offering a general solution that is incremental in nature.

The paper tackles the problem of graph neural networks struggling with heterophilous data and long-range dependencies by proposing GNNMoE, a universal model architecture for node classification that combines fine-grained message-passing with a mixture-of-experts mechanism, achieving exceptional performance across various graph types while alleviating over-smoothing and noise issues.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes