paper-with-me

홈 › Papers

Generalizing GNNs with Tokenized Mixture of Experts

2026-02-09 · Xiaoguang Guo, Zehong Wang, Jiazheng Li, Shawn Spitzel, Qi Yang, Kaize Ding, Jundong Li, Chuxu Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.09258

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mixture of Scope Experts at Test: Generalizing Deeper Graph Neural Networks with Shallow Variants

2024-09-11 · Gangda Deng, Hongkuan Zhou, Rajgopal Kannan, Viktor Prasanna

Heterophilous graphs, where dissimilar nodes tend to connect, pose a challenge for graph neural networks (GNNs). Increasing the GNN depth can expand the scope (i.e., receptive field), potentially finding homophily from t…

Node Classification

Graph Mixture of Experts: Learning on Large-Scale Graphs with Explicit Diversity Modeling

2023-09-21 · NeurIPS 2023 11

Graph neural networks (GNNs) have found extensive applications in learning from graph data. However, real-world graphs often possess diverse structures and comprise nodes and edges of varying types. To bolster the genera…

Node-wise Filtering in Graph Neural Networks: A Mixture of Experts Approach

2024-06-05 · Haoyu Han, Juanhui Li, Wei Huang, Xianfeng Tang 외

Graph Neural Networks (GNNs) have proven to be highly effective for node classification tasks across diverse graph structural patterns. Traditionally, GNNs employ a uniform global filter, typically a low-pass filter for …

Mixture-of-ExpertsNode Classification

$\infty$-MoE: Generalizing Mixture of Experts to Infinite Experts

2026-01-25 · Shota Takashiro, Takeshi Kojima, Shohei Taniguchi, Yusuke Iwasawa 외 arxiv

The Mixture of Experts (MoE) selects a few feed-forward networks (FFNs) per token, achieving an effective trade-off between computational cost and performance. In conventional MoE, each expert is treated as entirely inde…

Computational Efficiency

Mixture of Decoupled Message Passing Experts with Entropy Constraint for General Node Classification

2025-02-12 · Xuanze Chen, Jiajun Zhou, Jinsong Chen, Shanqing Yu 외

The varying degrees of homophily and heterophily in real-world graphs persistently constrain the universality of graph neural networks (GNNs) for node classification. Adopting a data-centric perspective, this work reveal…

Mixture-of-ExpertsNode ClassificationRepresentation Learning