paper-with-me

Papers

Enhancing Fairness in Autoencoders for Node-Level Graph Anomaly Detection

2025-08-14 · Shouju Wang, Yuchen Song, Sheng'en Li, Dongmian Zou arxiv

Graph anomaly detection (GAD) has become an increasingly important task across various domains. With the rapid development of graph neural networks (GNNs), GAD methods have achieved significant performance improvements. However, fairness considerations in GAD remain largely underexplored. Indeed, GNN-based GAD models can inherit and amplify biases present in training data, potentially leading to unfair outcomes. While existing efforts have focused on developing fair GNNs, most approaches target node classification tasks, where models often rely on simple layer architectures rather than autoencoder-based structures, which are the most widely used architecturs for anomaly detection. To address fairness in autoencoder-based GAD models, we propose \textbf{D}is\textbf{E}ntangled \textbf{C}ounterfactual \textbf{A}dversarial \textbf{F}air (DECAF)-GAD, a framework that alleviates bias while preserving GAD performance. Specifically, we introduce a structural causal model (SCM) to disentangle sensitive attributes from learned representations. Based on this causal framework, we formulate a specialized autoencoder architecture along with a fairness-guided loss function. Through extensive experiments on both synthetic and real-world datasets, we demonstrate that DECAF-GAD not only achieves competitive anomaly detection performance but also significantly enhances fairness metrics compared to baseline GAD methods. Our code is available at https://github.com/Tlhey/decaf_code.

📄 PDF Abstract BibTeX arXiv:2508.10785

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Anomaly DetectionNode Classification

Similar Papers 제목 키워드 기반

Enhancing Distance-Based Graph Autoencoders with Structural Penalties for Dynamic Graph Embedding

2026-08-19 · Aleksandar Tomčić, Miloš Savić, Miloš Radovanović arxiv

Graph autoencoders (GAEs) are widely used for learning representations of dynamic graphs. However, their optimisation objectives typically do not take structural heterogeneity across nodes into account. We propose three …

Graph Embedding

CrossWalk: Fairness-enhanced Node Representation Learning

2021-05-06 · Ahmad Khajehnejad, Moein Khajehnejad, Mahmoudreza Babaei, Krishna P. Gummadi 외

The potential for machine learning systems to amplify social inequities and unfairness is receiving increasing popular and academic attention. Much recent work has focused on developing algorithmic tools to assess and mi…

FairnessLink PredictionNode ClassificationRepresentation Learning

FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning

2024-12-14 · Renqiang Luo, Huafei Huang, Ivan Lee, Chengpei Xu 외

Recent studies have highlighted significant fairness issues in Graph Transformer (GT) models, particularly against subgroups defined by sensitive features. Additionally, GTs are computationally intensive and memory-deman…

Fairnessgraph partitioning

FairDrop: Biased Edge Dropout for Enhancing Fairness in Graph Representation Learning

2021-04-29 · Indro Spinelli, Simone Scardapane, Amir Hussain, Aurelio Uncini

Graph representation learning has become a ubiquitous component in many scenarios, ranging from social network analysis to energy forecasting in smart grids. In several applications, ensuring the fairness of the node (or…

FairnessGraph Representation LearningLink PredictionRepresentation Learning

FnRGNN: Distribution-aware Fairness in Graph Neural Network

2025-10-22 · Soyoung Park, Sungsu Lim arxiv

Graph Neural Networks (GNNs) excel at learning from structured data, yet fairness in regression tasks remains underexplored. Existing approaches mainly target classification and representation-level debiasing, which cann…

Graph Neural Network