paper-with-me

홈 › Papers

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

2025-03-26 · Yankai Chen, Taotao Wang, Yixiang Fang, Yunyu Xiao

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.

📄 PDF Abstract BibTeX arXiv:2503.20697

Code (1)

yankai-chen/easing 공식 구현 pytorch

Tasks

DecoderPseudo Label

Similar Papers 제목 키워드 기반

Active Learning for Graph Embedding

2017-05-15 · Hongyun Cai, Vincent W. Zheng, Kevin Chen-Chuan Chang

Graph embedding provides an efficient solution for graph analysis by converting the graph into a low-dimensional space which preserves the structure information. In contrast to the graph structure data, the i.i.d. node e…

Active LearningGraph EmbeddingNode Classification

Deep Structural Knowledge Exploitation and Synergy for Estimating Node Importance Value on Heterogeneous Information Networks

2024-02-19 · Yankai Chen, Yixiang Fang, Qiongyan Wang, Xin Cao 외

Node importance estimation problem has been studied conventionally with homogeneous network topology analysis. To deal with network heterogeneity, a few recent methods employ graph neural models to automatically learn di…

InformativenessValue prediction

FUSE: Fast Semi-Supervised Node Embedding Learning via Structural and Label-Aware Optimization

2025-10-13 · Sujan Chakraborty, Rahul Bordoloi, Anindya Sengupta, Olaf Wolkenhauer 외 arxiv

Graph-based learning is a cornerstone for analyzing structured data, with node classification as a central task. However, in many real-world graphs, nodes lack informative feature vectors, leaving only neighborhood conne…

Node Classification

Semi-supervised Domain Adaptation on Graphs with Contrastive Learning and Minimax Entropy

2023-09-14 · Jiaren Xiao, Quanyu Dai, Xiao Shen, Xiaochen Xie 외

Label scarcity in a graph is frequently encountered in real-world applications due to the high cost of data labeling. To this end, semi-supervised domain adaptation (SSDA) on graphs aims to leverage the knowledge of a la…

Contrastive LearningDomain AdaptationNode ClassificationSemi-supervised Domain Adaptation

Informative Pseudo-Labeling for Graph Neural Networks with Few Labels

2022-01-20 · Yayong Li, Jie Yin, Ling Chen

Graph Neural Networks (GNNs) have achieved state-of-the-art results for semi-supervised node classification on graphs. Nevertheless, the challenge of how to effectively learn GNNs with very few labels is still under-expl…

InformativenessNode ClassificationPseudo Label