Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification
Xuanze Chen, Jiajun Zhou, Shanqing Yu, Qi Xuan

TL;DR
This paper introduces GNNMoE, a versatile node classification model that combines message passing with mixture-of-experts, improving adaptability, robustness, and efficiency on diverse and large-scale graph data.
Contribution
The paper presents GNNMoE, a novel architecture integrating message passing with mixture-of-experts and gating mechanisms for enhanced graph learning.
Findings
Outperforms existing models on various graph datasets
Alleviates over-smoothing and noise issues
Maintains computational efficiency on large graphs
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExpert finding and Q&A systems
