LGMay 29

AbstainGNN: Teaching Graph Neural Networks to Abstain for Graph Classification

arXiv:2605.3078698.8h-index: 9
AI Analysis

This work is significant for applications of GNNs in safety-critical scenarios where unreliable decisions can have severe impacts, by providing a mechanism for GNNs to explicitly reject uncertain predictions.

This paper addresses the problem of unreliable predictions in Graph Neural Networks (GNNs) for graph classification by introducing AbstainGNN, a framework that allows GNNs to abstain from making predictions when uncertain. AbstainGNN achieves superior classification performance compared to existing abstention methods on five benchmark datasets under the same rejection rates.

Graph classification is a core task in graph data mining with widespread real-world applications. Recent advances in graph neural networks (GNNs) have led to substantial performance improvements for graph classification. However, existing GNNs are typically forced to make predictions even under high uncertainty or unknown conditions, resulting in unreliable decisions that can severely impact downstream tasks, particularly in safety-critical scenarios. To address this critical limitation, we propose AbstainGNN, a novel and theory-driven framework for graph classification with abstention, which enables GNNs to reject uncertain predictions instead of producing incorrect decisions. Specifically, AbstainGNN explicitly models both the predictive function and the abstention function, allowing for effective utilization of graph structural information. Moreover, unlike existing heuristic abstention methods, we theoretically characterize the trade-off between classification errors and rejection costs from a PAC-Bayesian generalization perspective, and derive a unified learning objective for model optimization. Guided by this theoretical insight, we further develop an efficient two-stage training strategy consisting of predictive function warm-start and abstention function calibration. Extensive experiments on five benchmark datasets show that AbstainGNN outperforms existing abstention methods, achieving superior classification performance under the same rejection rates.

Foundations

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

Your Notes