paper-with-me

홈 › Papers

Semi-supervised Outlier Detection using Generative And Adversary Framework

2018-01-01 · ICLR 2018 1 · Jindong Gu, Matthias Schubert, Volker Tresp

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-class ClassificationOne-Class ClassificationOne-class classifierOutlier Detection

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Generative Semi-supervised Graph Anomaly Detection

2024-02-19 · Hezhe Qiao, Qingsong Wen, XiaoLi Li, Ee-Peng Lim 외

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 classifier

Universal Data Anomaly Detection via Inverse Generative Adversary Network

2020-01-23 · Kursat Rasim Mestav, Lang Tong

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 Detection

Consistency-guided semi-supervised outlier detection in heterogeneous data using fuzzy rough sets

2025-12-22 · Baiyang Chen, Zhong Yuan, Dezhong Peng, Xiaoliang Chen 외 arxiv

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 Detection

Deep evolving semi-supervised anomaly detection

2024-12-01 · Jack Belham, Aryan Bhosale, Samrat Mukherjee, Biplab Banerjee 외

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 Detection

Semi-Supervised Generative Adversarial Hashing for Image Retrieval

2018-09-01 · ECCV 2018 9 · Guan'an Wang, Qinghao Hu, Jian Cheng, Zeng-Guang Hou

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