LGAIMar 29, 2024

Beyond the Known: Novel Class Discovery for Open-world Graph Learning

arXiv:2403.19907v13 citationsh-index: 9DASFAA
Originality Incremental advance
AI Analysis

It addresses the problem of emerging novel classes in graph node classification for applications with limited labeling, representing an incremental advance in a niche area.

The paper tackles novel class discovery in open-world graph learning by proposing ORAL, which uses prototypical learning and attention to distinguish novel from known classes, achieving state-of-the-art results on benchmark datasets.

Node classification on graphs is of great importance in many applications. Due to the limited labeling capability and evolution in real-world open scenarios, novel classes can emerge on unlabeled testing nodes. However, little attention has been paid to novel class discovery on graphs. Discovering novel classes is challenging as novel and known class nodes are correlated by edges, which makes their representations indistinguishable when applying message passing GNNs. Furthermore, the novel classes lack labeling information to guide the learning process. In this paper, we propose a novel method Open-world gRAph neuraL network (ORAL) to tackle these challenges. ORAL first detects correlations between classes through semi-supervised prototypical learning. Inter-class correlations are subsequently eliminated by the prototypical attention network, leading to distinctive representations for different classes. Furthermore, to fully explore multi-scale graph features for alleviating label deficiencies, ORAL generates pseudo-labels by aligning and ensembling label estimations from multiple stacked prototypical attention networks. Extensive experiments on several benchmark datasets show the effectiveness of our proposed method.

Foundations

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

Your Notes