๐ค AI Summary
Existing graph neural networks (GNNs) exhibit insufficient robustness under label noise, particularly failing to model complex instance-dependent noise (IDN) prevalent in real-world graph data; current studies largely assume class-dependent noise, limiting practical applicability.
Method: We introduce BeGINโthe first IDN benchmark for graph dataโand propose an LLM-driven, fine-grained noise modeling framework that enables semantic-aware label perturbation. We systematically evaluate mainstream GNNs under IDN, identify node-level parameterization as critical for noise resilience, and design a novel noise detection and robust learning framework.
Contribution/Results: Experiments show that LLM-synthesized IDN reduces GNN accuracy by over 15% on average, while our method recovers up to 12.7% accuracy gain. BeGIN establishes a unified evaluation paradigm for robust graph learning, and our framework provides a practical, semantics-informed pathway toward noise-resilient GNNs.
๐ Abstract
Graph Neural Networks (GNNs) have achieved state-of-the-art performance in node classification tasks but struggle with label noise in real-world data. Existing studies on graph learning with label noise commonly rely on class-dependent label noise, overlooking the complexities of instance-dependent noise and falling short of capturing real-world corruption patterns. We introduce BeGIN (Benchmarking for Graphs with Instance-dependent Noise), a new benchmark that provides realistic graph datasets with various noise types and comprehensively evaluates noise-handling strategies across GNN architectures, noisy label detection, and noise-robust learning. To simulate instance-dependent corruptions, BeGIN introduces algorithmic methods and LLM-based simulations. Our experiments reveal the challenges of instance-dependent noise, particularly LLM-based corruption, and underscore the importance of node-specific parameterization to enhance GNN robustness. By comprehensively evaluating noise-handling strategies, BeGIN provides insights into their effectiveness, efficiency, and key performance factors. We expect that BeGIN will serve as a valuable resource for advancing research on label noise in graphs and fostering the development of robust GNN training methods. The code is available at https://github.com/kimsu55/BeGIN.