LGAIJun 14, 2024

IGL-Bench: Establishing the Comprehensive Benchmark for Imbalanced Graph Learning

arXiv:2406.09870v310 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of fair performance comparisons for researchers in graph learning, though it is incremental as it establishes a benchmark rather than proposing new algorithms.

The authors tackled the lack of consistent experimental protocols in Imbalanced Graph Learning (IGL) by introducing IGL-Bench, a comprehensive benchmark that evaluates 24 IGL algorithms across 16 diverse graph datasets, demonstrating their potential benefits on various imbalanced conditions.

Deep graph learning has gained grand popularity over the past years due to its versatility and success in representing graph data across a wide range of domains. However, the pervasive issue of imbalanced graph data distributions, where certain parts exhibit disproportionally abundant data while others remain sparse, undermines the efficacy of conventional graph learning algorithms, leading to biased outcomes. To address this challenge, Imbalanced Graph Learning (IGL) has garnered substantial attention, enabling more balanced data distributions and better task performance. Despite the proliferation of IGL algorithms, the absence of consistent experimental protocols and fair performance comparisons pose a significant barrier to comprehending advancements in this field. To bridge this gap, we introduce IGL-Bench, a foundational comprehensive benchmark for imbalanced graph learning, embarking on 16 diverse graph datasets and 24 distinct IGL algorithms with uniform data processing and splitting strategies. Specifically, IGL-Bench systematically investigates state-of-the-art IGL algorithms in terms of effectiveness, robustness, and efficiency on node-level and graph-level tasks, with the scope of class-imbalance and topology-imbalance. Extensive experiments demonstrate the potential benefits of IGL algorithms on various imbalanced conditions, offering insights and opportunities in the IGL field. Further, we have developed an open-sourced and unified package to facilitate reproducible evaluation and inspire further innovative research, which is available at https://github.com/RingBDStack/IGL-Bench.

Code Implementations1 repo
Foundations

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

Your Notes