paper-with-me

홈 › Papers

Imbalanced Graph Classification via Graph-of-Graph Neural Networks

2021-12-01 · Yu Wang, Yuying Zhao, Neil Shah, Tyler Derr

Graph Neural Networks (GNNs) have achieved unprecedented success in identifying categorical labels of graphs. However, most existing graph classification problems with GNNs follow the protocol of balanced data splitting, which misaligns with many real-world scenarios in which some classes have much fewer labels than others. Directly training GNNs under this imbalanced scenario may lead to uninformative representations of graphs in minority classes, and compromise the overall classification performance, which signifies the importance of developing effective GNNs towards handling imbalanced graph classification. Existing methods are either tailored for non-graph structured data or designed specifically for imbalanced node classification while few focus on imbalanced graph classification. To this end, we introduce a novel framework, Graph-of-Graph Neural Networks (G$^2$GNN), which alleviates the graph imbalance issue by deriving extra supervision globally from neighboring graphs and locally from stochastic augmentations of graphs. Globally, we construct a graph of graphs (GoG) based on kernel similarity and perform GoG propagation to aggregate neighboring graph representations. Locally, we employ topological augmentation via masking node features or dropping edges with self-consistency regularization to generate stochastic augmentations of each graph that improve the model generalibility. Extensive graph classification experiments conducted on seven benchmark datasets demonstrate our proposed G$^2$GNN outperforms numerous baselines by roughly 5\% in both F1-macro and F1-micro scores. The implementation of G$^2$GNN is available at https://github.com/YuWVandy/G2GNN}{https://github.com/YuWVandy/G2GNN

📄 PDF Abstract BibTeX arXiv:2112.00238

Code (2)

submissionconff/g2gnn 공식 구현 pytorch
yuwvandy/g2gnn 공식 구현 pytorch

Tasks

ClassificationGraph ClassificationNode Classification

Similar Papers 제목 키워드 기반

Imbalanced Graph Classification with Multi-scale Oversampling Graph Neural Networks

2024-05-08 · Rongrong Ma, Guansong Pang, Ling Chen

One main challenge in imbalanced graph classification is to learn expressive representations of the graphs in under-represented (minority) classes. Existing generic imbalanced learning methods, such as oversampling and i…

Graph ClassificationGraph LearningGraph Neural NetworkGraph Representation Learning+1

GraphDIVE: Graph Classification by Mixture of Diverse Experts

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

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 …

ClassificationGraph ClassificationGraph Neural Network

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

Cluster-guided Contrastive Class-imbalanced Graph Classification

2024-12-17 · Wei Ju, Zhengyang Mao, Siyu Yi, Yifang Qin 외

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) hav…

ClassificationContrastive LearningGraph Classification

Imbalanced Node Classification Beyond Homophilic Assumption

2023-04-28 · Jie Liu, Mengting He, Guangtao Wang, Nguyen Quoc Viet Hung 외

Imbalanced node classification widely exists in real-world networks where graph neural networks (GNNs) are usually highly inclined to majority classes and suffer from severe performance degradation on classifying minorit…

ClassificationNode Classification