Shapley-Guided Utility Learning for Effective Graph Inference Data Valuation
Hongliang Chi, Qiong Wu, Zhengyi Zhou, Yao Ma
TL;DR
This work formulates graph inference data valuation as a test-time problem where ground-truth labels are unavailable. It introduces SGUL, which combines transferable data- and model-specific features with a Shapley-guided optimization to directly predict Shapley values for test-time neighbors, enabling efficient valuation without labels. The method rests on a Structure-Aware Shapley formulation and a Shapley Value Decomposition for linear utilities, linking learned weights to feature Shapley values and resulting in a sparse, interpretable model. Empirical results on seven real-world datasets and a large-scale ogbn-arxiv study show SGUL outperforms baselines in both inductive and transductive settings, with favorable efficiency and robustness across graph structures. The approach offers a practical, scalable pathway to identify influential test-time neighbors for graph inference tasks with real-world applicability in dynamic graphs and real-time decision-making.
Abstract
Graph Neural Networks (GNNs) have demonstrated remarkable performance in various graph-based machine learning tasks, yet evaluating the importance of neighbors of testing nodes remains largely unexplored due to the challenge of assessing data importance without test labels. To address this gap, we propose Shapley-Guided Utility Learning (SGUL), a novel framework for graph inference data valuation. SGUL innovatively combines transferable data-specific and modelspecific features to approximate test accuracy without relying on ground truth labels. By incorporating Shapley values as a preprocessing step and using feature Shapley values as input, our method enables direct optimization of Shapley value prediction while reducing computational demands. SGUL overcomes key limitations of existing methods, including poor generalization to unseen test-time structures and indirect optimization. Experiments on diverse graph datasets demonstrate that SGUL consistently outperforms existing baselines in both inductive and transductive settings. SGUL offers an effective, efficient, and interpretable approach for quantifying the value of test-time neighbors.
