Unified Robust Training for Graph NeuralNetworks against Label Noise
Yayong Li, Jie yin, Ling Chen

TL;DR
This paper introduces UnionNET, a unified semi-supervised framework for robustly training graph neural networks in the presence of label noise, without requiring clean labels or noise transition matrices.
Contribution
UnionNET is a novel framework that combines label aggregation, sample reweighting, and label correction for robust GNN training under label noise without extra supervision.
Findings
Effective against various label noise types and levels
Significant improvements over state-of-the-art methods
End-to-end training without noise transition matrices
Abstract
Graph neural networks (GNNs) have achieved state-of-the-art performance for node classification on graphs. The vast majority of existing works assume that genuine node labels are always provided for training. However, there has been very little research effort on how to improve the robustness of GNNs in the presence of label noise. Learning with label noise has been primarily studied in the context of image classification, but these techniques cannot be directly applied to graph-structured data, due to two major challenges -- label sparsity and label dependency -- faced by learning on graphs. In this paper, we propose a new framework, UnionNET, for learning with noisy labels on graphs under a semi-supervised setting. Our approach provides a unified solution for robustly training GNNs and performing label correction simultaneously. The key idea is to perform label aggregation to estimate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Graph Neural Networks · Machine Learning and Algorithms
