English

Learning How Much to Think: Difficulty-Aware Dynamic MoEs for Graph Node Classification

Machine Learning 2026-04-14 v1

Abstract

Mixture-of-Experts (MoE) architectures offer a scalable path for Graph Neural Networks (GNNs) in node classification tasks but typically rely on static and rigid routing strategies that enforce a uniform expert budget or coarse-grained expert toggles on all nodes. This limitation overlooks the varying discriminative difficulty of nodes and leads to under-fitting for hard nodes and redundant computation for easy ones. To resolve this issue, we propose D2MoE, a novel framework that shifts the focus from static expert selection to node-wise expert resource allocation. By using predictive entropy as a real-time proxy for difficulty, D2MoE employs a difficulty-driven top-p routing mechanism to adaptively concentrate expert resources on hard nodes while reducing overhead for easy ones, achieving continuous and fine-grained expert budget scaling for node classification. Experiments on 13 benchmarks demonstrate that D2MoE achieves consistent state-of-the-art performance, surpassing leading baselines by up to 7.92% in accuracy on heterophilous graphs. Notably, on large-scale graphs, it reduces memory consumption by up to 73.07% and training time by 46.53% compared to the best-performing Graph MoE, thereby validating its superior efficiency.

Keywords

Cite

@article{arxiv.2604.11473,
  title  = {Learning How Much to Think: Difficulty-Aware Dynamic MoEs for Graph Node Classification},
  author = {Jiajun Zhou and Yadong Li and Xuanze Chen and Chen Ma and Chuang Zhao and Shanqing Yu and Qi Xuan},
  journal= {arXiv preprint arXiv:2604.11473},
  year   = {2026}
}
R2 v1 2026-07-01T12:06:26.588Z