Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 95% Match Research Paper Researchers in graph machine learning,Machine learning engineers,Data scientists 2 weeks ago

Training Diverse Graph Experts for Ensembles: A Systematic Empirical Study

graph-neural-networks β€Ί graph-learning
πŸ“„ Abstract

Abstract: Graph Neural Networks (GNNs) have become essential tools for learning on relational data, yet the performance of a single GNN is often limited by the heterogeneity present in real-world graphs. Recent advances in Mixture-of-Experts (MoE) frameworks demonstrate that assembling multiple, explicitly diverse GNNs with distinct generalization patterns can significantly improve performance. In this work, we present the first systematic empirical study of expert-level diversification techniques for GNN ensembles. Evaluating 20 diversification strategies -- including random re-initialization, hyperparameter tuning, architectural variation, directionality modeling, and training data partitioning -- across 14 node classification benchmarks, we construct and analyze over 200 ensemble variants. Our comprehensive evaluation examines each technique in terms of expert diversity, complementarity, and ensemble performance. We also uncovers mechanistic insights into training maximally diverse experts. These findings provide actionable guidance for expert training and the design of effective MoE frameworks on graph data. Our code is available at https://github.com/Hydrapse/bench-gnn-diversification.
Authors (7)
Gangda Deng
Yuxin Yang
Γ–mer Faruk AkgΓΌl
Hanqing Zeng
Yinglong Xia
Rajgopal Kannan
+1 more
Submitted
October 21, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

This paper presents the first systematic empirical study of expert-level diversification techniques for GNN ensembles. It evaluates 20 strategies across 14 benchmarks, analyzing over 200 ensemble variants to understand how diversity impacts performance. The work provides mechanistic insights into training maximally diverse experts, aiming to improve GNN generalization by assembling explicitly diverse models.

Business Value

Provides a systematic guide for practitioners on how to build more robust and accurate graph-based models by leveraging ensemble techniques. This can lead to improved performance in applications like recommendation systems, social network analysis, and drug discovery.