Self-Adaptive Graph Mixture of Models
Mohit Meena, Yash Punjabi, Abhishek A, Vishal Sharma, Mahesh Chandran

TL;DR
SAGMM is a flexible framework that automatically selects and combines diverse GNN models for various graph tasks, improving performance and efficiency through adaptive gating and pruning mechanisms.
Contribution
The paper introduces SAGMM, a novel mixture-of-models framework that adaptively combines diverse GNN architectures using topology-aware gating and pruning, enhancing performance and efficiency.
Findings
SAGMM outperforms existing GNN baselines on 16 benchmark datasets.
The adaptive gating mechanism effectively assigns experts based on graph structure.
Pruning reduces active experts without performance loss.
Abstract
Graph Neural Networks (GNNs) have emerged as powerful tools for learning over graph-structured data, yet recent studies have shown that their performance gains are beginning to plateau. In many cases, well-established models such as GCN and GAT, when appropriately tuned, can match or even exceed the performance of more complex, state-of-the-art architectures. This trend highlights a key limitation in the current landscape: the difficulty of selecting the most suitable model for a given graph task or dataset. To address this, we propose Self-Adaptive Graph Mixture of Models (SAGMM), a modular and practical framework that learns to automatically select and combine the most appropriate GNN models from a diverse pool of architectures. Unlike prior mixture-of-experts approaches that rely on variations of a single base model, SAGMM leverages architectural diversity and a topology-aware…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning in Healthcare
