LGAIJan 29

AC2L-GAD: Active Counterfactual Contrastive Learning for Graph Anomaly Detection

arXiv:2601.21171v1h-index: 32
Originality Incremental advance
AI Analysis

This work addresses graph anomaly detection for applications like financial transaction analysis, offering an incremental improvement over existing contrastive learning methods.

The paper tackles the problem of graph anomaly detection by addressing label scarcity and class imbalance through an active counterfactual contrastive learning framework, achieving competitive or superior performance on nine benchmark datasets with a 65% reduction in computational overhead.

Graph anomaly detection aims to identify abnormal patterns in networks, but faces significant challenges from label scarcity and extreme class imbalance. While graph contrastive learning offers a promising unsupervised solution, existing methods suffer from two critical limitations: random augmentations break semantic consistency in positive pairs, while naive negative sampling produces trivial, uninformative contrasts. We propose AC2L-GAD, an Active Counterfactual Contrastive Learning framework that addresses both limitations through principled counterfactual reasoning. By combining information-theoretic active selection with counterfactual generation, our approach identifies structurally complex nodes and generates anomaly-preserving positive augmentations alongside normal negative counterparts that provide hard contrasts, while restricting expensive counterfactual generation to a strategically selected subset. This design reduces computational overhead by approximately 65% compared to full-graph counterfactual generation while maintaining detection quality. Experiments on nine benchmark datasets, including real-world financial transaction graphs from GADBench, show that AC2L-GAD achieves competitive or superior performance compared to state-of-the-art baselines, with notable gains in datasets where anomalies exhibit complex attribute-structure interactions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes