paper-with-me

홈 › Papers

GraphDIVE: Graph Classification by Mixture of Diverse Experts

2021-03-21 · journal 2021 3 · Fenyu Hu, Liping Wang, Qiang Liu, Shu Wu, Liang Wang, Tieniu Tan

Graph classification is a challenging research problem in many applications across a broad range of domains. In these applications, it is very common that class distribution is imbalanced. Recently, Graph Neural Network (GNN) models have achieved superior performance on various real-world datasets. Despite their success, most of current GNN models largely overlook the important setting of imbalanced class distribution, which typically results in prediction bias towards majority classes. To alleviate the prediction bias, we propose to leverage semantic structure of dataset based on the distribution of node embedding. Specifically, we present GraphDIVE, a general framework leveraging mixture of diverse experts (i.e., graph classifiers) for imbalanced graph classification. With a divide-and-conquer principle, GraphDIVE employs a gating network to partition an imbalanced graph dataset into several subsets. Then each expert network is trained based on its corresponding subset. Experiments on real-world imbalanced graph datasets demonstrate the effectiveness of GraphDIVE.

📄 PDF Abstract BibTeX

Code (1)

2024-MindSpore-1/Code1/tree/main/liuqiang/ijcai

Tasks

ClassificationGraph ClassificationGraph Neural Network

Similar Papers 제목 키워드 기반

Graph Classification by Mixture of Diverse Experts

2021-03-29 · Fenyu Hu, Liping Wang, Shu Wu, Liang Wang 외

Graph classification is a challenging research problem in many applications across a broad range of domains. In these applications, it is very common that class distribution is imbalanced. Recently, Graph Neural Network …

ClassificationGeneral ClassificationGraph ClassificationGraph Neural Network

Adaptive Graph Mixture of Residual Experts: Unsupervised Learning on Diverse Graphs with Heterogeneous Specialization

2025-10-24 · Yunlong Chu, Minglai Shao, Zengyi Wo, Bing Hao 외 arxiv

Graph Neural Networks (GNNs) face a fundamental adaptability challenge: their fixed message-passing architectures struggle with the immense diversity of real-world graphs, where optimal computational strategies vary by l…

Node ClassificationFew-Shot Learning

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

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

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 reveal…

Mixture-of-ExpertsNode ClassificationRepresentation Learning

Mixture of Experts for Node Classification

2024-11-30 · Yu Shi, Yiqi Wang, WeiXuan Lang, Jiaxin Zhang 외

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…

ClassificationMixture-of-ExpertsNode Classification

MoSE: Unveiling Structural Patterns in Graphs via Mixture of Subgraph Experts

2025-09-11 · Junda Ye, Zhongbao Zhang, Li Sun, Siqiang Luo arxiv

While graph neural networks (GNNs) have achieved great success in learning from graph-structured data, their reliance on local, pairwise message passing restricts their ability to capture complex, high-order subgraph pat…

Representation LearningNode Classification