SIAINov 30, 2024

Mixture of Experts for Node Classification

arXiv:2412.00418v34 citationsh-index: 12ICMR
Originality Incremental advance
AI Analysis

This addresses the issue of diverse node patterns in graphs for researchers and practitioners in graph machine learning, but it is incremental as it builds on existing node predictors.

The paper tackles the problem of node classification in graphs by proposing MoE-NP, a mixture of experts framework that selects models based on node patterns, resulting in significant performance improvements on real-world datasets.

Nodes in the real-world graphs exhibit diverse patterns in numerous aspects, such as degree and homophily. However, most existent node predictors fail to capture a wide range of node patterns or to make predictions based on distinct node patterns, resulting in unsatisfactory classification performance. In this paper, we reveal that different node predictors are good at handling nodes with specific patterns and only apply one node predictor uniformly could lead to suboptimal result. To mitigate this gap, we propose a mixture of experts framework, MoE-NP, for node classification. Specifically, MoE-NP combines a mixture of node predictors and strategically selects models based on node patterns. Experimental results from a range of real-world datasets demonstrate significant performance improvements from MoE-NP.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes