LGAIJun 24, 2024

Meta-GCN: A Dynamically Weighted Loss Minimization Method for Dealing with the Data Imbalance in Graph Neural Networks

arXiv:2406.17073v25 citations
Originality Highly original
AI Analysis

This addresses data imbalance in graph-based classification for applications like disease prediction, offering a novel solution to bias towards majority classes.

The paper tackles class imbalance in graph neural networks by proposing Meta-GCN, a meta-learning method that adaptively learns example weights using a small unbiased meta-dataset, resulting in improved accuracy, AUC-ROC, and macro F1-Score on two datasets.

Although many real-world applications, such as disease prediction, and fault detection suffer from class imbalance, most existing graph-based classification methods ignore the skewness of the distribution of classes; therefore, tend to be biased towards the majority class(es). Conventional methods typically tackle this problem through the assignment of weights to each one of the class samples based on a function of their loss, which can lead to over-fitting on outliers. In this paper, we propose a meta-learning algorithm, named Meta-GCN, for adaptively learning the example weights by simultaneously minimizing the unbiased meta-data set loss and optimizing the model weights through the use of a small unbiased meta-data set. Through experiments, we have shown that Meta-GCN outperforms state-of-the-art frameworks and other baselines in terms of accuracy, the area under the receiver operating characteristic (AUC-ROC) curve, and macro F1-Score for classification tasks on two different datasets.

Foundations

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

Your Notes