paper-with-me

Papers

Active Sampling for Node Attribute Completion on Graphs

2025-01-14 · Benyuan Liu, Xu Chen, Yanfeng Wang, Ya zhang, Zhi Cao, Ivor Tsang

Node attribute, a type of crucial information for graph analysis, may be partially or completely missing for certain nodes in real world applications. Restoring the missing attributes is expected to benefit downstream graph learning. Few attempts have been made on node attribute completion, but a novel framework called Structure-attribute Transformer (SAT) was recently proposed by using a decoupled scheme to leverage structures and attributes. SAT ignores the differences in contributing to the learning schedule and finding a practical way to model the different importance of nodes with observed attributes is challenging. This paper proposes a novel AcTive Sampling algorithm (ATS) to restore missing node attributes. The representativeness and uncertainty of each node's information are first measured based on graph structure, representation similarity and learning bias. To select nodes as train samples in the next optimization step, a weighting scheme controlled by Beta distribution is then introduced to linearly combine the two properties. Extensive experiments on four public benchmark datasets and two downstream tasks have shown the superiority of ATS in node attribute completion.

📄 PDF Abstract BibTeX arXiv:2501.08450

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGraph Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

TypeBandit: Type-Level Context Allocation and Reweighting for Effective Attribute Completion in Heterogeneous Graph Neural Networks

2026-04-30 · Ta-Yang Wang, Rajgopal Kannan, Viktor Prasanna arxiv

Heterogeneous graphs are widely used to model multi-relational systems, but missing node attributes remain a major bottleneck for downstream learning. In this paper, we identify and formalize type-dependent information a…

Representation LearningGraph Neural Network

Learning on Attribute-Missing Graphs

2020-11-03 · Xu Chen, Siheng Chen, Jiangchao Yao, Huangjie Zheng 외

Graphs with complete node attributes have been widely explored recently. While in practice, there is a graph where attributes of only partial nodes could be available and those of the others might be entirely missing. Th…

AttributeGraph LearningLink Prediction

Heterogeneous Graph Neural Network via Attribute Completion

2021-06-03 · WWW 2021 6 · Di JinCuiying HuoChundong LiangLiang Yang

Heterogeneous information networks (HINs), also called heterogeneous graphs, are composed of multiple types of nodes and edges, and contain comprehensive information and rich semantics. Graph neural networks (GNNs), as p…

AttributeGraph LearningGraph Neural Network

Node Attribute Completion in Knowledge Graphs with Multi-Relational Propagation

2020-11-10 · Eda Bayram, Alberto Garcia-Duran, Robert West

The existing literature on knowledge graph completion mostly focuses on the link prediction task. However, knowledge graphs have an additional incompleteness problem: their nodes possess numerical attributes, whose value…

AttributeKnowledge Graph CompletionKnowledge GraphsLink Prediction+1

Fair Attribute Completion on Graph with Missing Attributes

2023-02-25 · Dongliang Guo, Zhixuan Chu, Sheng Li

Tackling unfairness in graph learning models is a challenging task, as the unfairness issues on graphs involve both attributes and topological structures. Existing work on fair graph learning simply assumes that attribut…

AttributeFairnessGraph Learning