paper-with-me

홈 › Papers

Novelty Detection via Contrastive Learning with Negative Data Augmentation

2021-06-18 · Chengwei Chen, Yuan Xie, Shaohui Lin, Ruizhi Qiao, Jian Zhou, Xin Tan, Yi Zhang, Lizhuang Ma

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.

📄 PDF Abstract BibTeX arXiv:2106.09958

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningData AugmentationDecoderMutual Information EstimationNovelty DetectionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Universal Novelty Detection Through Adaptive Contrastive Learning

2024-08-20 · CVPR 2024 1 · Hossein Mirzaei, Mojtaba Nafez, Mohammad Jafari, Mohammad Bagher Soltani 외

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 Detection

CSI: Novelty Detection via Contrastive Learning on Distributionally Shifted Instances

2020-07-16 · NeurIPS 2020 12 · Jihoon Tack, Sangwoo Mo, Jongheon Jeong, Jinwoo Shin

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+2

Self-supervised New Activity Detection in Sensor-based Smart Environments

2024-01-17 · Hyunju Kim, Dongman Lee

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+4

AutoSciDACT: Automated Scientific Discovery through Contrastive Embedding and Hypothesis Testing

2025-10-24 · Samuel Bright-Thonney, Christina Reissel, Gaia Grosso, Nathaniel Woodward 외 arxiv

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 Detection

Contrastive Learning with Large Memory Bank and Negative Embedding Subtraction for Accurate Copy Detection

2021-12-08 · Shuhei Yokoo

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