English

Generalizing GNNs with Tokenized Mixture of Experts

Machine Learning 2026-02-11 v1

Abstract

Deployed graph neural networks (GNNs) are frozen at deployment yet must fit clean data, generalize under distribution shifts, and remain stable to perturbations. We show that static inference induces a fundamental tradeoff: improving stability requires reducing reliance on shift-sensitive features, leaving an irreducible worst-case generalization floor. Instance-conditional routing can break this ceiling, but is fragile because shifts can mislead routing and perturbations can make routing fluctuate. We capture these effects via two decompositions separating coverage vs selection, and base sensitivity vs fluctuation amplification. Based on these insights, we propose STEM-GNN, a pretrain-then-finetune framework with a mixture-of-experts encoder for diverse computation paths, a vector-quantized token interface to stabilize encoder-to-head signals, and a Lipschitz-regularized head to bound output amplification. Across nine node, link, and graph benchmarks, STEM-GNN achieves a stronger three-way balance, improving robustness to degree/homophily shifts and to feature/edge corruptions while remaining competitive on clean graphs.

Keywords

Cite

@article{arxiv.2602.09258,
  title  = {Generalizing GNNs with Tokenized Mixture of Experts},
  author = {Xiaoguang Guo and Zehong Wang and Jiazheng Li and Shawn Spitzel and Qi Yang and Kaize Ding and Jundong Li and Chuxu Zhang},
  journal= {arXiv preprint arXiv:2602.09258},
  year   = {2026}
}

Comments

Graph Neural Networks, Generalization, Mixture of Experts

R2 v1 2026-07-01T10:28:54.937Z