paper-with-me

Papers

Counterfactual Data Augmentation with Denoising Diffusion for Graph Anomaly Detection

2024-07-02 · Chunjing Xiao, Shikang Pang, Xovee Xu, Xuan Li, Goce Trajcevski, Fan Zhou

A critical aspect of Graph Neural Networks (GNNs) is to enhance the node representations by aggregating node neighborhood information. However, when detecting anomalies, the representations of abnormal nodes are prone to be averaged by normal neighbors, making the learned anomaly representations less distinguishable. To tackle this issue, we propose CAGAD -- an unsupervised Counterfactual data Augmentation method for Graph Anomaly Detection -- which introduces a graph pointer neural network as the heterophilic node detector to identify potential anomalies whose neighborhoods are normal-node-dominant. For each identified potential anomaly, we design a graph-specific diffusion model to translate a part of its neighbors, which are probably normal, into anomalous ones. At last, we involve these translated neighbors in GNN neighborhood aggregation to produce counterfactual representations of anomalies. Through aggregating the translated anomalous neighbors, counterfactual representations become more distinguishable and further advocate detection performance. The experimental results on four datasets demonstrate that CAGAD significantly outperforms strong baselines, with an average improvement of 2.35% on F1, 2.53% on AUC-ROC, and 2.79% on AUC-PR.

📄 PDF Abstract BibTeX arXiv:2407.02143

Code (1)

ChunjingXiao/CAGAD 공식 구현 pytorch

Tasks

Anomaly DetectioncounterfactualData AugmentationDenoisingGraph Anomaly Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Counterfactual MRI Data Augmentation using Conditional Denoising Diffusion Generative Models

2024-10-31 · Pedro Morão, Joao Santinha, Yasna Forghani, Nuno Loução 외

Deep learning (DL) models in medical imaging face challenges in generalizability and robustness due to variations in image acquisition parameters (IAP). In this work, we introduce a novel method using conditional denoisi…

AnatomycounterfactualData AugmentationDenoising

Mitigating topology biases in Graph Diffusion via Counterfactual Intervention

2026-03-02 · Wendi Wang, Jiaxi Yang, Yongkang Du, Lu Lin arxiv

Graph diffusion models have gained significant attention in graph generation tasks, but they often inherit and amplify topology biases from sensitive attributes (e.g. gender, age, region), leading to unfair synthetic gra…

Graph Generation

Generating healthy counterfactuals with denoising diffusion bridge models

2025-10-15 · Ana Lawry Aguila, Peirong Liu, Marina Crespo Aguirre, Juan Eugenio Iglesias arxiv

Generating healthy counterfactuals from pathological images holds significant promise in medical imaging, e.g., in anomaly detection or for application of analysis tools that are designed for healthy scans. These counter…

Anomaly Detection

Mask-Guided Attention Regulation for Anatomically Consistent Counterfactual CXR Synthesis

2026-03-04 · Zichun Zhang, Weizhi Nie, Honglin Guo, Yuting Su arxiv

Counterfactual generation for chest X-rays (CXR) aims to simulate plausible pathological changes while preserving patient-specific anatomy. However, diffusion-based editing methods often suffer from structural drift, whe…

Data Augmentation

Guided Diffusion-based Counterfactual Augmentation for Robust Session-based Recommendation

2024-10-29 · Muskan Gupta, Priyanka Gupta, Lovekesh Vig

Session-based recommendation (SR) models aim to recommend top-K items to a user, based on the user's behaviour during the current session. Several SR models are proposed in the literature, however,concerns have been rais…

counterfactualData AugmentationSession-Based Recommendations