paper-with-me

Papers

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 other, while the homophily in abnormal nodes is significantly weaker than normal nodes. However, this anomaly-discriminative property is ignored by existing GAD methods that are typically built using a conventional anomaly detection objective, such as data reconstruction. In this work, we explore this property to introduce a novel unsupervised anomaly scoring measure for GAD, local node affinity, that assigns a larger anomaly score to nodes that are less affiliated with their neighbors, with the affinity defined as similarity on node attributes/representations. We further propose Truncated Affinity Maximization (TAM) that learns tailored node representations for our anomaly measure by maximizing the local affinity of nodes to their neighbors. Optimizing on the original graph structure can be biased by nonhomophily edges (i.e., edges connecting normal and abnormal nodes). Thus, TAM is instead optimized on truncated graphs where non-homophily edges are removed iteratively to mitigate this bias. The learned representations result in significantly stronger local affinity for normal nodes than abnormal nodes. Extensive empirical results on 10 real-world GAD datasets show that TAM substantially outperforms seven competing models, achieving over 10% increase in AUROC/AUPRC compared to the best contenders on challenging datasets. Our code is available at https://github.com/mala-lab/TAM-master/.

📄 PDF Abstract BibTeX arXiv:2306.00006

Code (1)

mala-lab/tam-master 공식 구현 pytorch

Tasks

Anomaly DetectionGraph Anomaly Detection

Methods 이 논문이 사용한 방법론

TAM TAM is designed to capture complex temporal relationships both efficiently and flexibly, It adopts an adaptive kernel instead of self-attention to capture global contextual…

Similar Papers 제목 키워드 기반

GCTAM: Global and Contextual Truncated Affinity Combined Maximization Model For Unsupervised Graph Anomaly Detection

2026-03-02 · Xiong Zhang, Hong Peng, Zhenli He, Cheng Xie 외 arxiv

Anomalies often occur in real-world information networks/graphs, such as malevolent users, malicious comments, banned users, and fake news in social graphs. The latest graph anomaly detection methods use a novel mechanis…

Graph Anomaly Detection

Scalable Nonlinear AUC Maximization Methods

2017-10-02 · Majdi Khalid, Indrakshi Ray, Hamidreza Chitsaz

The area under the ROC curve (AUC) is a measure of interest in various machine learning and data mining applications. It has been widely used to evaluate classification performance on heavily imbalanced data. The kerneli…

General Classification

Simple Truncated SVD based Model for Node Classification on Heterophilic Graphs

2021-06-24 · Vijay Lingam, Rahul Ragesh, Arun Iyer, Sundararajan Sellamanickam

Graph Neural Networks (GNNs) have shown excellent performance on graphs that exhibit strong homophily with respect to the node labels i.e. connected nodes have same labels. However, they perform poorly on heterophilic gr…

Node Classification

Going beyond accuracy: estimating homophily in social networks using predictions

2020-01-30 · George Berry, Antonio Sirianni, Ingmar Weber, Jisun An 외

In online social networks, it is common to use predictions of node categories to estimate measures of homophily and other relational properties. However, online social network data often lacks basic demographic informati…

General Classification

Nonlinear Statistical Learning with Truncated Gaussian Graphical Models

2016-06-02 · Qinliang Su, Xuejun Liao, Changyou Chen, Lawrence Carin

We introduce the truncated Gaussian graphical model (TGGM) as a novel framework for designing statistical models for nonlinear learning. A TGGM is a Gaussian graphical model (GGM) with a subset of variables truncated to …

General Classification