LGMar 26, 2025

Semi-supervised Node Importance Estimation with Informative Distribution Modeling for Uncertainty Regularization

arXiv:2503.20697v25 citationsh-index: 5Has CodeWWW
Originality Incremental advance
AI Analysis

This addresses the challenge of partially labeled data in network analysis for web applications, representing an incremental advance by extending supervised methods to a semi-supervised setting.

The paper tackles the problem of node importance estimation in heterogeneous graphs by proposing EASING, the first semi-supervised framework that improves learning for unlabeled data, achieving superior performance on three real-world datasets.

Node importance estimation, a classical problem in network analysis, underpins various web applications. Previous methods either exploit intrinsic topological characteristics, e.g., graph centrality, or leverage additional information, e.g., data heterogeneity, for node feature enhancement. However, these methods follow the supervised learning setting, overlooking the fact that ground-truth node-importance data are usually partially labeled in practice. In this work, we propose the first semi-supervised node importance estimation framework, i.e., EASING, to improve learning quality for unlabeled data in heterogeneous graphs. Different from previous approaches, EASING explicitly captures uncertainty to reflect the confidence of model predictions. To jointly estimate the importance values and uncertainties, EASING incorporates DJE, a deep encoder-decoder neural architecture. DJE introduces distribution modeling for graph nodes, where the distribution representations derive both importance and uncertainty estimates. Additionally, DJE facilitates effective pseudo-label generation for the unlabeled data to enrich the training samples. Based on labeled and pseudo-labeled data, EASING develops effective semi-supervised heteroscedastic learning with varying node uncertainty regularization. Extensive experiments on three real-world datasets highlight the superior performance of EASING compared to competing methods. Codes are available via https://github.com/yankai-chen/EASING.

Code Implementations1 repo
Foundations

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

Your Notes