paper-with-me

Papers

PyGOD: A Python Library for Graph Outlier Detection

2022-04-26 · Kay Liu, Yingtong Dou, Xueying Ding, Xiyang Hu, Ruitong Zhang, Hao Peng, Lichao Sun, Philip S. Yu

PyGOD is an open-source Python library for detecting outliers in graph data. As the first comprehensive library of its kind, PyGOD supports a wide array of leading graph-based methods for outlier detection under an easy-to-use, well-documented API designed for use by both researchers and practitioners. PyGOD provides modularized components of the different detectors implemented so that users can easily customize each detector for their purposes. To ease the construction of detection workflows, PyGOD offers numerous commonly used utility functions. To scale computation to large graphs, PyGOD supports functionalities for deep models such as sampling and mini-batch processing. PyGOD uses best practices in fostering code reliability and maintainability, including unit testing, continuous integration, and code coverage. To facilitate accessibility, PyGOD is released under a BSD 2-Clause license at https://pygod.org and at the Python Package Index (PyPI).

📄 PDF Abstract BibTeX arXiv:2204.12095

Code (1)

pygod-team/pygod 공식 구현 pytorch

Tasks

Graph Outlier Detection

Similar Papers 제목 키워드 기반

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

PyOD 2: A Python Library for Outlier Detection with LLM-powered Model Selection

2024-12-11 · Sihan Chen, Zhuangzhuang Qian, Wingchun Siu, Xingcan Hu 외

Outlier detection (OD), also known as anomaly detection, is a critical machine learning (ML) task with applications in fraud detection, network intrusion detection, clickstream analysis, recommendation systems, and socia…

Anomaly DetectionFraud DetectionIntrusion DetectionLarge Language Model+4

AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection

2025-05-19 · Tiankai Yang, Junjun Liu, Wingchun Siu, Jiahang Wang 외

Anomaly detection (AD) is essential in areas such as fraud detection, network monitoring, and scientific research. However, the diversity of data modalities and the increasing number of specialized AD libraries pose chal…

Anomaly DetectionCode GenerationDiversityFraud Detection+1

tegdet: An extensible Python Library for Anomaly Detection using Time-Evolving Graphs

2022-10-17 · Simona Bernardi, José Merseguer, Raúl Javierre

This paper presents a new Python library for anomaly detection in unsupervised learning approaches. The input for the library is a univariate time series representing observations of a given phenomenon. Then, it can iden…

Anomaly DetectionTime SeriesTime Series Analysis

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…