paper-with-me

Papers

Debiasing Graph Representation Learning based on Information Bottleneck

2024-09-02 · Ziyi Zhang, Mingxuan Ouyang, WanYu Lin, Hao Lan, Lei Yang

Graph representation learning has shown superior performance in numerous real-world applications, such as finance and social networks. Nevertheless, most existing works might make discriminatory predictions due to insufficient attention to fairness in their decision-making processes. This oversight has prompted a growing focus on fair representation learning. Among recent explorations on fair representation learning, prior works based on adversarial learning usually induce unstable or counterproductive performance. To achieve fairness in a stable manner, we present the design and implementation of GRAFair, a new framework based on a variational graph auto-encoder. The crux of GRAFair is the Conditional Fairness Bottleneck, where the objective is to capture the trade-off between the utility of representations and sensitive information of interest. By applying variational approximation, we can make the optimization objective tractable. Particularly, GRAFair can be trained to produce informative representations of tasks while containing little sensitive information without adversarial training. Experiments on various real-world datasets demonstrate the effectiveness of our proposed method in terms of fairness, utility, robustness, and stability.

📄 PDF Abstract BibTeX arXiv:2409.01367

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Causally Disentangled Contrastive Learning for Multilingual Speaker Embeddings

2026-02-01 · Mariëtte Olijslager, Seyed Sahand Mohammadi Ziabari, Ali Mohammed Mansoor Alsahag arxiv

Self-supervised speaker embeddings are widely used in speaker verification systems, but prior work has shown that they often encode sensitive demographic attributes, raising fairness and privacy concerns. This paper inve…

Contrastive LearningSpeaker Verification

Learning Decomposable and Debiased Representations via Attribute-Centric Information Bottlenecks

2024-03-21 · Jinyung Hong, Eun Som Jeon, Changhoon Kim, Keun Hee Park 외

Biased attributes, spuriously correlated with target labels in a dataset, can problematically lead to neural networks that learn improper shortcuts for classifications and limit their capabilities for out-of-distribution…

AttributeRepresentation Learning

FloCoDe: Unbiased Dynamic Scene Graph Generation with Temporal Consistency and Correlation Debiasing

2023-10-24 · Anant Khandelwal

Dynamic scene graph generation (SGG) from videos requires not only a comprehensive understanding of objects across scenes but also a method to capture the temporal motions and interactions with different objects. Moreove…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Toward Structure Fairness in Dynamic Graph Embedding: A Trend-aware Dual Debiasing Approach

2024-06-19 · Yicong Li, Yu Yang, Jiannong Cao, Shuaiqi Liu 외

Recent studies successfully learned static graph embeddings that are structurally fair by preventing the effectiveness disparity of high- and low-degree vertex groups in downstream graph mining tasks. However, achieving …

Dynamic graph embeddingFairnessGraph EmbeddingGraph Mining

Causality-aware Graph Aggregation Weight Estimator for Popularity Debiasing in Top-K Recommendation

2025-10-06 · Yue Que, Yingyi Zhang, Xiangyu Zhao, Chen Ma arxiv

Graph-based recommender systems leverage neighborhood aggregation to generate node representations, which is highly sensitive to popularity bias, resulting in an echo effect during information propagation. Existing graph…

Causal Inference