LGApr 27, 2024

Noisy Node Classification by Bi-level Optimization based Multi-teacher Distillation

arXiv:2404.17875v20.024 citationsh-index: 9AAAI
AI Analysis50

It addresses label noise in graph data, a common real-world problem, but appears incremental as it builds on existing distillation and optimization techniques.

The paper tackles noisy node classification in graph neural networks by proposing a multi-teacher distillation method with bi-level optimization, achieving state-of-the-art results on real datasets.

Previous graph neural networks (GNNs) usually assume that the graph data is with clean labels for representation learning, but it is not true in real applications. In this paper, we propose a new multi-teacher distillation method based on bi-level optimization (namely BO-NNC), to conduct noisy node classification on the graph data. Specifically, we first employ multiple self-supervised learning methods to train diverse teacher models, and then aggregate their predictions through a teacher weight matrix. Furthermore, we design a new bi-level optimization strategy to dynamically adjust the teacher weight matrix based on the training progress of the student model. Finally, we design a label improvement module to improve the label quality. Extensive experimental results on real datasets show that our method achieves the best results compared to state-of-the-art methods.

Foundations

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

Your Notes