paper-with-me

Papers

Data Augmentation for Supervised Graph Outlier Detection via Latent Diffusion Models

2023-12-29 · Kay Liu, Hengrui Zhang, Ziqing Hu, Fangxin Wang, Philip S. Yu

A fundamental challenge confronting supervised graph outlier detection algorithms is the prevalent problem of class imbalance, where the scarcity of outlier instances compared to normal instances often results in suboptimal performance. Recently, generative models, especially diffusion models, have demonstrated their efficacy in synthesizing high-fidelity images. Despite their extraordinary generation quality, their potential in data augmentation for supervised graph outlier detection remains largely underexplored. To bridge this gap, we introduce GODM, a novel data augmentation for mitigating class imbalance in supervised Graph Outlier detection via latent Diffusion Models. Extensive experiments conducted on multiple datasets substantiate the effectiveness and efficiency of GODM. The case study further demonstrated the generation quality of our synthetic data. To foster accessibility and reproducibility, we encapsulate GODM into a plug-and-play package and release it at PyPI: https://pypi.org/project/godm/.

📄 PDF Abstract BibTeX arXiv:2312.17679

Code (1)

kayzliu/godm 공식 구현 pytorch

Tasks

Data AugmentationDenoisingGraph Outlier DetectionOutlier Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

Unsupervised Event Outlier Detection in Continuous Time

2024-11-25 · Somjit Nath, Yik Chau Lui, SiQi Liu

Event sequence data record the occurrences of events in continuous time. Event sequence forecasting based on temporal point processes (TPPs) has been extensively studied, but outlier or anomaly detection, especially with…

Anomaly DetectionData AugmentationOutlier DetectionPoint Processes+1

Unilaterally Aggregated Contrastive Learning with Hierarchical Augmentation for Anomaly Detection

2023-08-20 · ICCV 2023 1 · Guodong Wang, Yunhong Wang, Jie Qin, Dongming Zhang 외

Anomaly detection (AD), aiming to find samples that deviate from the training distribution, is essential in safety-critical applications. Though recent self-supervised learning based attempts achieve promising results by…

Anomaly DetectionContrastive LearningData AugmentationSelf-Supervised Learning

BOND: Benchmarking Unsupervised Outlier Node Detection on Static Attributed Graphs

2022-06-21 · Kay Liu, Yingtong Dou, Yue Zhao, Xueying Ding 외

Detecting which nodes in graphs are outliers is a relatively new machine learning task with numerous applications. Despite the proliferation of algorithms developed in recent years for this task, there has been no standa…

Anomaly DetectionBenchmarkingGraph GenerationGraph Outlier Detection+1

Unsupervised Graph Outlier Detection: Problem Revisit, New Insight, and Superior Method

2022-10-24 · Yihong Huang, Liping Wang, Fan Zhang, Xuemin Lin

A large number of studies on Graph Outlier Detection (GOD) have emerged in recent years due to its wide applications, in which Unsupervised Node Outlier Detection (UNOD) on attributed networks is an important area. UNOD …

AttributeGraph Outlier DetectionOutlier Detection

Hierarchical Reference Sets for Robust Unsupervised Detection of Scattered and Clustered Outliers

2026-03-13 · Yiqun Zhang, Zexi Tan, Xiaopeng Luo, Yunlin Liu arxiv

Most real-world IoT data analysis tasks, such as clustering and anomaly event detection, are unsupervised and highly susceptible to the presence of outliers. In addition to sporadic scattered outliers caused by factors s…

Outlier Detection