paper-with-me

Papers

TransductGAN: a Transductive Adversarial Model for Novelty Detection

2022-03-29 · Najiba Toron, Janaina Mourao-Miranda, John Shawe-Taylor

Novelty detection, a widely studied problem in machine learning, is the problem of detecting a novel class of data that has not been previously observed. A common setting for novelty detection is inductive whereby only examples of the negative class are available during training time. Transductive novelty detection on the other hand has only witnessed a recent surge in interest, it not only makes use of the negative class during training but also incorporates the (unlabeled) test set to detect novel examples. Several studies have emerged under the transductive setting umbrella that have demonstrated its advantage over its inductive counterpart. Depending on the assumptions about the data, these methods go by different names (e.g. transductive novelty detection, semi-supervised novelty detection, positive-unlabeled learning, out-of-distribution detection). With the use of generative adversarial networks (GAN), a segment of those studies have adopted a transductive setup in order to learn how to generate examples of the novel class. In this study, we propose TransductGAN, a transductive generative adversarial network that attempts to learn how to generate image examples from both the novel and negative classes by using a mixture of two Gaussians in the latent space. It achieves that by incorporating an adversarial autoencoder with a GAN network, the ability to generate examples of novel data points offers not only a visual representation of novelties, but also overcomes the hurdle faced by many inductive methods of how to tune the model hyperparameters at the decision rule level. Our model has shown superior performance over state-of-the-art inductive and transductive methods. Our study is fully reproducible with the code available publicly.

📄 PDF Abstract BibTeX arXiv:2203.15406

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkmodelNovelty DetectionOut-of-Distribution Detection

Similar Papers 제목 키워드 기반

Adversarially Robust One-class Novelty Detection

2021-08-25 · Shao-Yuan Lo, Poojan Oza, Vishal M. Patel

One-class novelty detectors are trained with examples of a particular class and are tasked with identifying whether a query example belongs to the same known class. Most recent advances adopt a deep auto-encoder style ar…

Adversarial RobustnessNovelty Detection

Transductive conformal inference with adaptive scores

2023-10-27 · Ulysse Gazin, Gilles Blanchard, Etienne Roquain

Conformal inference is a fundamental and versatile tool that provides distribution-free guarantees for many machine learning tasks. We consider the transductive setting, where decisions are made on a test sample of $m$ n…

Novelty DetectionTransfer Learning

OAAE: Adversarial Autoencoders for Novelty Detection in Multi-modal Normality Case via Orthogonalized Latent Space

2021-01-07 · Sungkwon An, Jeonghoon Kim, Myungjoo Kang, Shahbaz Razaei 외

Novelty detection using deep generative models such as autoencoder, generative adversarial networks mostly takes image reconstruction error as novelty score function. However, image data, high dimensional as it is, conta…

Image ReconstructionNovelty Detection

Novelty Detection via Non-Adversarial Generative Network

2020-02-03 · Chengwei Chen, Wang Yuan, Yuan Xie, Yanyun Qu 외

One-class novelty detection is the process of determining if a query example differs from the training examples (the target class). Most of previous strategies attempt to learn the real characteristics of target sample b…

DecoderImage ReconstructionNovelty Detection

Multiple Class Novelty Detection Under Data Distribution Shift

2020-08-01 · ECCV 2020 8 · Poojan Oza, Hien V. Nguyen, Vishal M. Patel

The novelty detection models learn a decision boundary around multiple categories of a given dataset. This helps such models in detecting any novel classes encountered during testing. However, in many cases, the test dat…

Domain AdaptationNovelty DetectionObject Recognition