paper-with-me

Papers

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 attributes of all nodes are available for model training and then makes fair predictions. In practice, however, the attributes of some nodes might not be accessible due to missing data or privacy concerns, which makes fair graph learning even more challenging. In this paper, we propose FairAC, a fair attribute completion method, to complement missing information and learn fair node embeddings for graphs with missing attributes. FairAC adopts an attention mechanism to deal with the attribute missing problem and meanwhile, it mitigates two types of unfairness, i.e., feature unfairness from attributes and topological unfairness due to attribute completion. FairAC can work on various types of homogeneous graphs and generate fair embeddings for them and thus can be applied to most downstream tasks to improve their fairness performance. To our best knowledge, FairAC is the first method that jointly addresses the graph attribution completion and graph unfairness problems. Experimental results on benchmark datasets show that our method achieves better fairness performance with less sacrifice in accuracy, compared with the state-of-the-art methods of fair graph learning. Code is available at: https://github.com/donglgcn/FairAC.

📄 PDF Abstract BibTeX arXiv:2302.12977

Code (1)

donglgcn/fairac 공식 구현 pytorch

Tasks

AttributeFairnessGraph Learning

Similar Papers 제목 키워드 기반

Reproducibility study of FairAC

2024-06-05 · Gijs de Jong, Macha J. Meijer, Derck W. E. Prinzhorn, Harold Ruiter

This work aims to reproduce the findings of the paper "Fair Attribute Completion on Graph with Missing Attributes" written by Guo, Chu, and Li arXiv:2302.12977 by investigating the claims made in the paper. This paper su…

AttributeFairness

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

Active Sampling for Node Attribute Completion on Graphs

2025-01-14 · Benyuan Liu, Xu Chen, Yanfeng Wang, Ya zhang 외

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 gr…

AttributeGraph Learning

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

HeGAE-AC: heterogeneous graph auto-encoder for attribute completion

2024-03-05 · Knowledge-Based Systems 2024 3 · Yejia Chen, Ye Liu

Heterogeneous Graphs (HGs) are widely used to model complex real-world networks that involve multiple types of nodes and relations. Many heterogeneous graph neural networks (HGNNs) based methods have been developed to le…

AttributeGraph Representation LearningRepresentation Learning