paper-with-me

홈 › Papers

Towards Fair Deep Anomaly Detection

2020-12-29 · Hongjing Zhang, Ian Davidson

Anomaly detection aims to find instances that are considered unusual and is a fundamental problem of data science. Recently, deep anomaly detection methods were shown to achieve superior results particularly in complex data such as images. Our work focuses on deep one-class classification for anomaly detection which learns a mapping only from the normal samples. However, the non-linear transformation performed by deep learning can potentially find patterns associated with social bias. The challenge with adding fairness to deep anomaly detection is to ensure both making fair and correct anomaly predictions simultaneously. In this paper, we propose a new architecture for the fair anomaly detection approach (Deep Fair SVDD) and train it using an adversarial network to de-correlate the relationships between the sensitive attributes and the learned representations. This differs from how fairness is typically added namely as a regularizer or a constraint. Further, we propose two effective fairness measures and empirically demonstrate that existing deep anomaly detection methods are unfair. We show that our proposed approach can remove the unfairness largely with minimal loss on the anomaly detection performance. Lastly, we conduct an in-depth analysis to show the strength and limitations of our proposed model, including parameter analysis, feature visualization, and run-time analysis.

📄 PDF Abstract BibTeX arXiv:2012.14961

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFairnessOne-Class Classification

Similar Papers 제목 키워드 기반

Achieving Counterfactual Fairness for Anomaly Detection

2023-03-04 · Xiao Han, Lu Zhang, Yongkai Wu, Shuhan Yuan

Ensuring fairness in anomaly detection models has received much attention recently as many anomaly detection applications involve human beings. However, existing fair anomaly detection approaches mainly focus on associat…

Anomaly DetectioncounterfactualFairness

Fairness-aware Anomaly Detection via Fair Projection

2025-05-16 · Feng Xiao, Xiaoying Tang, Jicong Fan

Unsupervised anomaly detection is a critical task in many high-social-impact applications such as finance, healthcare, social media, and cybersecurity, where demographics involving age, gender, race, disease, etc, are us…

Anomaly DetectionFairnessUnsupervised Anomaly Detection

Fair Anomaly Detection For Imbalanced Groups

2024-09-17 · Ziwei Wu, Lecheng Zheng, Yuancheng Yu, Ruizhong Qiu 외

Anomaly detection (AD) has been widely studied for decades in many real-world applications, including fraud detection in finance, and intrusion detection for cybersecurity, etc. Due to the imbalanced nature between prote…

Anomaly DetectionContrastive LearningFairnessFraud Detection+1

Towards Fair Graph Anomaly Detection: Problem, Benchmark Datasets, and Evaluation

2024-02-25 · Neng Kai Nigel Neo, Yeon-Chang Lee, Yiqiao Jin, Sang-Wook Kim 외

The Fair Graph Anomaly Detection (FairGAD) problem aims to accurately detect anomalous nodes in an input graph while avoiding biased predictions against individuals from sensitive subgroups. However, the current literatu…

Anomaly DetectionFairnessGraph Anomaly DetectionMisinformation

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

Graph Anomaly DetectionNode Classification