paper-with-me

홈 › Papers

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 generalization capacity of GNNs, it has become customary to augment training graph structures through techniques like graph augmentations and large-scale pre-training on a wider array of graphs. Balancing this diversity while avoiding increased computational costs and the notorious trainability issues of GNNs is crucial. This study introduces the concept of Mixture-of-Experts (MoE) to GNNs, with the aim of augmenting their capacity to adapt to a diverse range of training graph structures, without incurring explosive computational overhead. The proposed Graph Mixture of Experts (GMoE) model empowers individual nodes in the graph to dynamically and adaptively select more general information aggregation experts. These experts are trained to capture distinct subgroups of graph structures and to incorporate information with varying hop sizes, where those with larger hop sizes specialize in gathering information over longer distances. The effectiveness of GMoE is validated through a series of experiments on a diverse set of tasks, including graph, node, and link prediction, using the OGB benchmark. Notably, it enhances ROC-AUC by $1.81\%$ in ogbg-molhiv and by $1.40\%$ in ogbg-molbbbp, when compared to the non-MoE baselines. Our code is publicly available at https://github.com/VITA-Group/Graph-Mixture-of-Experts.Submission Number: 4237

📄 PDF Abstract BibTeX

Code (1)

vita-group/graph-mixture-of-experts 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Graph Sparsification via Mixture of Graphs

2024-05-23 · Guibin Zhang, Xiangguo Sun, Yanwei Yue, Chonghe Jiang 외

Graph Neural Networks (GNNs) have demonstrated superior performance across various graph learning tasks but face significant computational challenges when applied to large-scale graphs. One effective approach to mitigate…

Graph LearningMixture-of-Experts

FaST: Efficient and Effective Long-Horizon Forecasting for Large-Scale Spatial-Temporal Graphs via Mixture-of-Experts

2026-01-08 · Yiji Zhao, Zihao Zhong, Ao Wang, Haomin Wen 외 arxiv

Spatial-Temporal Graph (STG) forecasting on large-scale networks has garnered significant attention. However, existing models predominantly focus on short-horizon predictions and suffer from notorious computational costs…

Computational Efficiency

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

2024-12-11 · Xuanze Chen, Jiajun Zhou, Shanqing Yu, Qi Xuan

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 …

Computational EfficiencyGraph Representation LearningMixture-of-Experts+3

Adaptive Graph Mixture of Residual Experts: Unsupervised Learning on Diverse Graphs with Heterogeneous Specialization

2025-10-24 · Yunlong Chu, Minglai Shao, Zengyi Wo, Bing Hao 외 arxiv

Graph Neural Networks (GNNs) face a fundamental adaptability challenge: their fixed message-passing architectures struggle with the immense diversity of real-world graphs, where optimal computational strategies vary by l…

Node ClassificationFew-Shot Learning

MoG: Mixture of Experts for Graph-based Retrieval-Augmented Generation

2026-05-29 · Zheng Yuan, Chuang Zhou, Linhao Luo, Siyu An 외 arxiv

Retrieval-augmented generation is intensively studied to ground large language models on external evidence. However, retrieving from a unified knowledge base could inevitably introduce irrelevant information that may mis…