LEGO-Learn: Label-Efficient Graph Open-Set Learning
Haoyan Xu, Kay Liu, Zhengtao Yao, Philip S. Yu, Mengyuan Li, Kaize Ding, Yue Zhao

TL;DR
LEGO-Learn introduces a label-efficient framework for graph open-set learning that selectively labels the most informative nodes and effectively distinguishes unseen classes, reducing annotation costs and improving detection accuracy.
Contribution
It proposes a novel GNN-based framework with a C+1 classifier and node selection strategy for label-efficient open-set node classification on graphs.
Findings
Achieves up to 6.62% higher ID classification accuracy.
Improves AUROC for OOD detection by 7.49%.
Outperforms existing methods on real-world datasets.
Abstract
How can we train graph-based models to recognize unseen classes while keeping labeling costs low? Graph open-set learning (GOL) and out-of-distribution (OOD) detection aim to address this challenge by training models that can accurately classify known, in-distribution (ID) classes while identifying and handling previously unseen classes during inference. It is critical for high-stakes, real-world applications where models frequently encounter unexpected data, including finance, security, and healthcare. However, current GOL methods assume access to many labeled ID samples, which is unrealistic for large-scale graphs due to high annotation costs. In this paper, we propose LEGO-Learn (Label-Efficient Graph Open-set Learning), a novel framework that tackles open-set node classification on graphs within a given label budget by selecting the most informative ID nodes. LEGO-Learn employs a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Advanced Graph Neural Networks
