Semi-supervised Outlier Detection using Generative And Adversary Framework
In a conventional binary/multi-class classification task, the decision boundary is supported by data from two or more classes. However, in one-class classification task, only data from one class are available. To build an robust outlier detector using only data from a positive class, we propose a corrupted GAN(CorGAN), a deep convolutional Generative Adversary Network requiring no convergence during training. In the adversarial process of training CorGAN, the Generator is supposed to generate outlier samples for negative class, and the Discriminator as an one-class classifier is trained to distinguish data from training datasets (i.e. positive class) and generated data from the Generator (i.e. negative class). To improve the performance of the Discriminator (one-class classifier), we also propose a lot of techniques to improve the performance of the model. The proposed model outperforms the traditional method PCA + PSVM and the solution based on Autoencoder.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationMulti-class ClassificationOne-Class ClassificationOne-class classifierOutlier DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Generative Semi-supervised Graph Anomaly Detection
This work considers a practical semi-supervised graph anomaly detection (GAD) scenario, where part of the nodes in a graph are known to be normal, contrasting to the extensively explored unsupervised setting with a fully…
Anomaly DetectionGraph Anomaly DetectionOne-class classifierUniversal Data Anomaly Detection via Inverse Generative Adversary Network
The problem of detecting data anomaly is considered. Under the null hypothesis that models anomaly-free data, measurements are assumed to be from an unknown distribution with some authenticated historical samples. Under …
Anomaly DetectionConsistency-guided semi-supervised outlier detection in heterogeneous data using fuzzy rough sets
Outlier detection aims to find samples that behave differently from the majority of the data. Semi-supervised detection methods can utilize the supervision of partial labels, thus reducing false positive rates. However, …
Outlier DetectionDeep evolving semi-supervised anomaly detection
The aim of this paper is to formalise the task of continual semi-supervised anomaly detection (CSAD), with the aim of highlighting the importance of such a problem formulation which assumes as close to real-world conditi…
Anomaly DetectionContinual LearningSemi-supervised Anomaly DetectionSupervised Anomaly DetectionSemi-Supervised Generative Adversarial Hashing for Image Retrieval
With explosive growth of image and video data on the Internet, hashing technique has been extensively studied for large-scale visual search. Benefiting from the advance of deep learning, deep hashing methods have achieve…
Deep HashingImage RetrievalRetrievalSemantic Similarity+2