AI Agents 相关度: 5/10

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

Yunhui Liu, Qizhuo Xie, Yinfeng Chen, Xudong Jin, Tao Zheng, Bin Chong, Tieke He
arXiv: 2603.08137v1 发布: 2026-03-09 更新: 2026-03-09

AI 摘要

SAGAD通过自适应融合和频率引导损失,解决图异常检测中的同质性差异和可扩展性问题。

主要贡献

  • 提出SAGAD框架,解决图异常检测的同质性差异和可扩展性问题
  • 设计异常上下文感知的自适应融合机制,缓解节点级别同质性差异
  • 设计频率偏好引导损失,缓解类别级别同质性差异

方法论

SAGAD预计算多跳嵌入,应用Chebyshev滤波器提取低高频信息,并使用自适应融合和频率引导损失。

原文摘要

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.

标签

图异常检测 图神经网络 同质性 可扩展性

arXiv 分类

cs.LG