Novelty Detection via Contrastive Learning with Negative Data Augmentation
Novelty detection is the process of determining whether a query example differs from the learned training distribution. Previous methods attempt to learn the representation of the normal samples via generative adversarial networks (GANs). However, they will suffer from instability training, mode dropping, and low discriminative ability. Recently, various pretext tasks (e.g. rotation prediction and clustering) have been proposed for self-supervised learning in novelty detection. However, the learned latent features are still low discriminative. We overcome such problems by introducing a novel decoder-encoder framework. Firstly, a generative network (a.k.a. decoder) learns the representation by mapping the initialized latent vector to an image. In particular, this vector is initialized by considering the entire distribution of training data to avoid the problem of mode-dropping. Secondly, a contrastive network (a.k.a. encoder) aims to ``learn to compare'' through mutual information estimation, which directly helps the generative network to obtain a more discriminative representation by using a negative data augmentation strategy. Extensive experiments show that our model has significant superiority over cutting-edge novelty detectors and achieves new state-of-the-art results on some novelty detection benchmarks, e.g. CIFAR10 and DCASE. Moreover, our model is more stable for training in a non-adversarial manner, compared to other adversarial based novelty detection methods.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringContrastive LearningData AugmentationDecoderMutual Information EstimationNovelty DetectionSelf-Supervised LearningSimilar Papers 제목 키워드 기반
Universal Novelty Detection Through Adaptive Contrastive Learning
Novelty detection is a critical task for deploying machine learning models in the open world. A crucial property of novelty detection methods is universality, which can be interpreted as generalization across various dis…
Contrastive LearningNovelty DetectionCSI: Novelty Detection via Contrastive Learning on Distributionally Shifted Instances
Novelty detection, i.e., identifying whether a given sample is drawn from outside the training distribution, is essential for reliable machine learning. To this end, there have been many attempts at learning a representa…
Anomaly DetectionContrastive LearningNovelty DetectionOut-of-Distribution Detection+2Self-supervised New Activity Detection in Sensor-based Smart Environments
With the rapid advancement of ubiquitous computing technology, human activity analysis based on time series data from a diverse range of sensors enables the delivery of more intelligent services. Despite the importance o…
Action DetectionActivity DetectionActivity RecognitionContrastive Learning+4AutoSciDACT: Automated Scientific Discovery through Contrastive Embedding and Hypothesis Testing
Novelty detection in large scientific datasets faces two key challenges: the noisy and high-dimensional nature of experimental data, and the necessity of making statistically robust statements about any observed outliers…
Dimensionality ReductionData AugmentationAnomaly DetectionContrastive Learning with Large Memory Bank and Negative Embedding Subtraction for Accurate Copy Detection
Copy detection, which is a task to determine whether an image is a modified copy of any image in a database, is an unsolved problem. Thus, we addressed copy detection by training convolutional neural networks (CNNs) with…
Contrastive LearningCopy DetectionData Augmentation