paper-with-me

홈 › Papers

Generative Adversarial Active Learning for Unsupervised Outlier Detection

2018-09-28 · Yezheng Liu, Zhe Li, Chong Zhou, Yuanchun Jiang, Jianshan Sun, Meng Wang, Xiangnan He

Outlier detection is an important topic in machine learning and has been used in a wide range of applications. In this paper, we approach outlier detection as a binary-classification issue by sampling potential outliers from a uniform reference distribution. However, due to the sparsity of data in high-dimensional space, a limited number of potential outliers may fail to provide sufficient information to assist the classifier in describing a boundary that can separate outliers from normal data effectively. To address this, we propose a novel Single-Objective Generative Adversarial Active Learning (SO-GAAL) method for outlier detection, which can directly generate informative potential outliers based on the mini-max game between a generator and a discriminator. Moreover, to prevent the generator from falling into the mode collapsing problem, the stop node of training should be determined when SO-GAAL is able to provide sufficient information. But without any prior information, it is extremely difficult for SO-GAAL. Therefore, we expand the network structure of SO-GAAL from a single generator to multiple generators with different objectives (MO-GAAL), which can generate a reasonable reference distribution for the whole dataset. We empirically compare the proposed approach with several state-of-the-art outlier detection methods on both synthetic and real-world datasets. The results show that MO-GAAL outperforms its competitors in the majority of cases, especially for datasets with various cluster types or high irrelevant variable ratio.

📄 PDF Abstract BibTeX arXiv:1809.10816

Code (2)

leibinghe/GAAL-based-outlier-detection 공식 구현 tf
qarchli/pytorch-gan-for-outlier-detection pytorch

Tasks

Active LearningBinary ClassificationOutlier Detection

Similar Papers 제목 키워드 기반

Generative Subspace Adversarial Active Learning for Outlier Detection in Multiple Views of High-dimensional Data

2024-04-20 · Jose Cribeiro-Ramallo, Vadim Arzamasov, Federico Matteucci, Denis Wambold 외

Outlier detection in high-dimensional tabular data is an important task in data mining, essential for many downstream tasks and applications. Existing unsupervised outlier detection algorithms face one or more problems, …

Active LearningGenerative Adversarial NetworkOutlier Detection

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

Memorize Early, Then Query: Inlier-Memorization-Guided Active Outlier Detection

2026-01-16 · Minseo Kang, Seunghwan Park, Dongha Kim arxiv

Outlier detection (OD) aims to identify abnormal instances, known as outliers or anomalies, by learning typical patterns of normal data, or inliers. Performing OD under an unsupervised regime-without any information abou…

Outlier DetectionActive Learning

Unsupervised anomaly detection in digital pathology using GANs

2021-03-16 · Milda Pocevičiūtė, Gabriel Eilertsen, Claes Lundström

Machine learning (ML) algorithms are optimized for the distribution represented by the training data. For outlier data, they often deliver predictions with equal confidence, even though these should not be trusted. In or…

Anomaly DetectionUnsupervised Anomaly Detection

Outlier Detection Using Generative Models with Theoretical Performance Guarantees

2023-10-16 · Jirong Yi, Jingchao Gao, Tianming Wang, Xiaodong Wu 외

This paper considers the problem of recovering signals modeled by generative models from linear measurements contaminated with sparse outliers. We propose an outlier detection approach for reconstructing the ground-truth…

Outlier Detection