paper-with-me

Papers

Learning on Attribute-Missing Graphs

2020-11-03 · Xu Chen, Siheng Chen, Jiangchao Yao, Huangjie Zheng, Ya zhang, Ivor W Tsang

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. This attribute-missing graph is related to numerous real-world applications and there are limited studies investigating the corresponding learning problems. Existing graph learning methods including the popular GNN cannot provide satisfied learning performance since they are not specified for attribute-missing graphs. Thereby, designing a new GNN for these graphs is a burning issue to the graph learning community. In this paper, we make a shared-latent space assumption on graphs and develop a novel distribution matching based GNN called structure-attribute transformer (SAT) for attribute-missing graphs. SAT leverages structures and attributes in a decoupled scheme and achieves the joint distribution modeling of structures and attributes by distribution matching techniques. It could not only perform the link prediction task but also the newly introduced node attribute completion task. Furthermore, practical measures are introduced to quantify the performance of node attribute completion. Extensive experiments on seven real-world datasets indicate SAT shows better performance than other methods on both link prediction and node attribute completion tasks. Codes and data are available online: https://github.com/xuChenSJTU/SAT-master-online

📄 PDF Abstract BibTeX arXiv:2011.01623

Code (3)

xuChenSJTU/SAT-master-online 공식 구현 pytorch
xuChenSJTU/SAT-master-link-prediction pytorch
xuChenSJTU/SAT-master-node-attribute-completion pytorch

Tasks

AttributeGraph LearningLink Prediction

Similar Papers 제목 키워드 기반

Drop the mask! GAMM-A Taxonomy for Graph Attributes Missing Mechanisms

2026-02-09 · Richard Serrano, Baptiste Jeudy, Charlotte Laclau, Christine Largeron arxiv

Exploring missing data in attributed graphs introduces unique challenges beyond those found in tabular datasets. In this work, we extend the taxonomy for missing data mechanisms to attributed graphs by proposing GAMM (Gr…

Wasserstein Graph Neural Networks for Graphs with Missing Attributes

2021-02-06 · Zhixian Chen, Tengfei Ma, Yangqiu Song, Yang Wang

Missing node attributes is a common problem in real-world graphs. Graph neural networks have been demonstrated power in graph representation learning while their performance is affected by the completeness of graph infor…

AttributeGraph Neural NetworkGraph Representation LearningImputation+4

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

Revisiting Initializing Then Refining: An Incomplete and Missing Graph Imputation Network

2023-02-15 · Wenxuan Tu, Bin Xiao, Xinwang Liu, Sihang Zhou 외

With the development of various applications, such as social networks and knowledge graphs, graph data has been ubiquitous in the real world. Unfortunately, graphs usually suffer from being absent due to privacy-protecti…

AttributeImputationKnowledge Graphs

Divide-Then-Rule: A Cluster-Driven Hierarchical Interpolator for Attribute-Missing Graphs

2025-07-12 · Yaowen Hu, Wenxuan Tu, Yue Liu, Miaomiao Li 외 arxiv

Deep graph clustering (DGC) for attribute-missing graphs is an unsupervised task aimed at partitioning nodes with incomplete attributes into distinct clusters. Addressing this challenging issue is vital for practical app…

Graph Clustering