paper-with-me

홈 › Papers

Mixture of Decoupled Message Passing Experts with Entropy Constraint for General Node Classification

2025-02-12 · Xuanze Chen, Jiajun Zhou, Jinsong Chen, Shanqing Yu, Qi Xuan

The varying degrees of homophily and heterophily in real-world graphs persistently constrain the universality of graph neural networks (GNNs) for node classification. Adopting a data-centric perspective, this work reveals an inherent preference of different graphs towards distinct message encoding schemes: homophilous graphs favor local propagation, while heterophilous graphs exhibit preference for flexible combinations of propagation and transformation. To address this, we propose GNNMoE, a universal node classification framework based on the Mixture-of-Experts (MoE) mechanism. The framework first constructs diverse message-passing experts through recombination of fine-grained encoding operators, then designs soft and hard gating layers to allocate the most suitable expert networks for each node's representation learning, thereby enhancing both model expressiveness and adaptability to diverse graphs. Furthermore, considering that soft gating might introduce encoding noise in homophilous scenarios, we introduce an entropy constraint to guide sharpening of soft gates, achieving organic integration of weighted combination and Top-K selection. Extensive experiments demonstrate that GNNMoE significantly outperforms mainstream GNNs, heterophilous GNNs, and graph transformers in both node classification performance and universality across diverse graph datasets.

📄 PDF Abstract BibTeX arXiv:2502.08083

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

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

Fed-GAME: Personalized Federated Learning with Graph Attention Mixture-of-Experts For Time-Series Forecasting

2026-03-02 · Yi Li, Han Liu, Mingfeng Fan, Guo Chen 외 arxiv

Federated learning (FL) on graphs shows promise for distributed time-series forecasting. Yet, existing methods rely on static topologies and struggle with client heterogeneity. We propose Fed-GAME, a framework that model…

Personalized Federated Learning

E(n) Equivariant Message Passing Cellular Networks

2024-06-05 · Veljko Kovač, Erik J. Bekkers, Pietro Liò, Floor Eijkelboom

This paper introduces E(n) Equivariant Message Passing Cellular Networks (EMPCNs), an extension of E(n) Equivariant Graph Neural Networks to CW-complexes. Our approach addresses two aspects of geometric message passing n…

Gates

2008-12-01 · NeurIPS 2008 12 · Tom Minka, John Winn

Gates are a new notation for representing mixture models and context-sensitive independence in factor graphs. Factor graphs provide a natural representation for message-passing algorithms, such as expectation propagation…

Decoupled Descent: Exact Test Error Tracking Via Approximate Message Passing

2026-04-30 · Max Lovig arxiv

In modern parametric model training, full-batch gradient descent (and its variants) suffers due to progressively stronger biasing towards the exact realization of training data; this drives the systematic ``generalizatio…