paper-with-me

Papers

Mitigating Homophily Disparity in Graph Anomaly Detection: A Scalable and Adaptive Approach

2026-03-09 · Yunhui Liu, Qizhuo Xie, Yinfeng Chen, Xudong Jin, Tao Zheng, Bin Chong, Tieke He arxiv

Graph anomaly detection (GAD) aims to identify nodes that deviate from normal patterns in structure or features. While recent GNN-based approaches have advanced this task, they struggle with two major challenges: 1) homophily disparity, where nodes exhibit varying homophily at both class and node levels; and 2) limited scalability, as many methods rely on costly whole-graph operations. To address them, we propose SAGAD, a Scalable and Adaptive framework for GAD. SAGAD precomputes multi-hop embeddings and applies reparameterized Chebyshev filters to extract low- and high-frequency information, enabling efficient training and capturing both homophilic and heterophilic patterns. To mitigate node-level homophily disparity, we introduce an Anomaly Context-Aware Adaptive Fusion, which adaptively fuses low- and high-pass embeddings using fusion coefficients conditioned on Rayleigh Quotient-guided anomalous subgraph structures for each node. To alleviate class-level disparity, we design a Frequency Preference Guidance Loss, which encourages anomalies to preserve more high-frequency information than normal nodes. SAGAD supports mini-batch training, achieves linear time and space complexity, and drastically reduces memory usage on large-scale graphs. Theoretically, SAGAD ensures asymptotic linear separability between normal and abnormal nodes under mild conditions. Extensive experiments on 10 benchmarks confirm SAGAD's superior accuracy and scalability over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2603.08137

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Anomaly Detection

Similar Papers 제목 키워드 기반

Towards Anomaly-Aware Pre-Training and Fine-Tuning for Graph Anomaly Detection

2025-04-19 · Yunhui Liu, Jiashun Cheng, Yiqing Lin, Qizhuo Xie 외

Graph anomaly detection (GAD) has garnered increasing attention in recent years, yet remains challenging due to two key factors: (1) label scarcity stemming from the high cost of annotations and (2) homophily disparity a…

Anomaly DetectionGraph Anomaly Detection

Generation is better than Modification: Combating High Class Homophily Variance in Graph Anomaly Detection

2024-03-15 · Rui Zhang, Dawei Cheng, Xin Liu, Jie Yang 외

Graph-based anomaly detection is currently an important research topic in the field of graph neural networks (GNNs). We find that in graph anomaly detection, the homophily distribution differences between different class…

Anomaly DetectionGraph Anomaly DetectionGraph ClassificationGraph Neural Network+1

Truncated Affinity Maximization: One-class Homophily Modeling for Graph Anomaly Detection

2023-05-29 · NeurIPS 2023 11 · Hezhe Qiao, Guansong Pang

We reveal a one-class homophily phenomenon, which is one prevalent property we find empirically in real-world graph anomaly detection (GAD) datasets, i.e., normal nodes tend to have strong connection/affinity with each o…

Anomaly DetectionGraph Anomaly Detection

Alleviating Structural Distribution Shift in Graph Anomaly Detection

2024-01-25 · Yuan Gao, Xiang Wang, Xiangnan He, Zhenguang Liu 외

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

Anomaly DetectionBinary ClassificationGraph Anomaly Detection

ADA-GAD: Anomaly-Denoised Autoencoders for Graph Anomaly Detection

2023-12-22 · Junwei He, Qianqian Xu, Yangbangyan Jiang, Zitai Wang 외

Graph anomaly detection is crucial for identifying nodes that deviate from regular behavior within graphs, benefiting various domains such as fraud detection and social network. Although existing reconstruction-based met…

Anomaly DetectionFraud DetectionGraph Anomaly Detection