paper-with-me

Papers

Alleviating Structural Distribution Shift in Graph Anomaly Detection

2024-01-25 · Yuan Gao, Xiang Wang, Xiangnan He, Zhenguang Liu, Huamin Feng, Yongdong Zhang

Graph anomaly detection (GAD) is a challenging binary classification problem due to its different structural distribution between anomalies and normal nodes -- abnormal nodes are a minority, therefore holding high heterophily and low homophily compared to normal nodes. Furthermore, due to various time factors and the annotation preferences of human experts, the heterophily and homophily can change across training and testing data, which is called structural distribution shift (SDS) in this paper. The mainstream methods are built on graph neural networks (GNNs), benefiting the classification of normals from aggregating homophilous neighbors, yet ignoring the SDS issue for anomalies and suffering from poor generalization. This work solves the problem from a feature view. We observe that the degree of SDS varies between anomalies and normal nodes. Hence to address the issue, the key lies in resisting high heterophily for anomalies meanwhile benefiting the learning of normals from homophily. We tease out the anomaly features on which we constrain to mitigate the effect of heterophilous neighbors and make them invariant. We term our proposed framework as Graph Decomposition Network (GDN). Extensive experiments are conducted on two benchmark datasets, and the proposed framework achieves a remarkable performance boost in GAD, especially in an SDS environment where anomalies have largely different structural distribution across training and testing environments. Codes are open-sourced in https://github.com/blacksingular/wsdm_GDN.

📄 PDF Abstract BibTeX arXiv:2401.14155

Code (1)

blacksingular/wsdm_gdn 공식 구현 pytorch

Tasks

Anomaly DetectionBinary ClassificationGraph Anomaly Detection

Similar Papers 제목 키워드 기반

Energy-based Epistemic Uncertainty for Graph Neural Networks

2024-06-06 · Dominik Fuchsgruber, Tom Wollschläger, Stephan Günnemann

In domains with interdependent data, such as graphs, quantifying the epistemic uncertainty of a Graph Neural Network (GNN) is challenging as uncertainty can arise at different structural scales. Existing techniques negle…

Graph Neural Network

Causal Graph Profiling via Structural Divergence for Robust Anomaly Detection in Cyber-Physical Systems

2025-08-13 · Arun Vignesh Malarkkan, Haoyue Bai, Dongjie Wang, Yanjie Fu arxiv

With the growing complexity of cyberattacks targeting critical infrastructures such as water treatment networks, there is a pressing need for robust anomaly detection strategies that account for both system vulnerabiliti…

Anomaly Detection

CANDI: Curated Test-Time Adaptation for Multivariate Time-Series Anomaly Detection Under Distribution Shift

2026-04-02 · HyunGi Kim, Jisoo Mok, Hyungyu Lee, Juhyeon Shin 외 arxiv

Multivariate time-series anomaly detection (MTSAD) aims to identify deviations from normality in multivariate time-series and is critical in real-world applications. However, in real-world deployments, distribution shift…

Test-time AdaptationAnomaly Detection

Robust Anomaly Detection Under Normality Distribution Shift in Dynamic Graphs

2025-09-22 · Xiaoyang Xu, Xiaofeng Lin, Koh Takeuchi, Kyohei Atarashi 외 arxiv

Anomaly detection in dynamic graphs is a critical task with broad real-world applications, including social networks, e-commerce, and cybersecurity. Most existing methods assume that normal patterns remain stable over ti…

Unsupervised Anomaly DetectionGraph Anomaly Detection

GraphSAC: Detecting anomalies in large-scale graphs

2019-10-21 · Vassilis N. Ioannidis, Dimitris Berberidis, Georgios B. Giannakis

A graph-based sampling and consensus (GraphSAC) approach is introduced to effectively detect anomalous nodes in large-scale graphs. Existing approaches rely on connectivity and attributes of all nodes to assign an anomal…

Anomaly Detection