DA-MoE: Addressing Depth-Sensitivity in Graph-Level Analysis through Mixture of Experts
Zelin Yao, Chuang Liu, Xianke Meng, Yibing Zhan, Jia Wu, Shirui Pan,, Wenbin Hu

TL;DR
DA-MoE introduces a depth-adaptive mixture of experts approach for GNNs, enabling flexible, scale-aware graph analysis by employing multiple GNN experts and a structure-aware gating network, outperforming existing methods.
Contribution
The paper proposes DA-MoE, a novel GNN framework with multiple experts and a structure-aware gating network to address depth-sensitivity in graph data analysis.
Findings
DA-MoE outperforms baselines on TU and OGB datasets.
The method effectively captures multi-scale graph patterns.
DA-MoE improves performance across graph, node, and link-level tasks.
Abstract
Graph neural networks (GNNs) are gaining popularity for processing graph-structured data. In real-world scenarios, graph data within the same dataset can vary significantly in scale. This variability leads to depth-sensitivity, where the optimal depth of GNN layers depends on the scale of the graph data. Empirically, fewer layers are sufficient for message passing in smaller graphs, while larger graphs typically require deeper networks to capture long-range dependencies and global features. However, existing methods generally use a fixed number of GNN layers to generate representations for all graphs, overlooking the depth-sensitivity issue in graph structure data. To address this challenge, we propose the depth adaptive mixture of expert (DA-MoE) method, which incorporates two main improvements to GNN backbone: \textbf{1)} DA-MoE employs different GNN layers, each considered an expert…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics
