paper-with-me

Papers

Deep Visual Anomaly detection with Negative Learning

2021-05-24 · Jin-ha Lee, Marcella Astrid, Muhammad Zaigham Zaheer, Seung-Ik Lee

With the increase in the learning capability of deep convolution-based architectures, various applications of such models have been proposed over time. In the field of anomaly detection, improvements in deep learning opened new prospects of exploration for the researchers whom tried to automate the labor-intensive features of data collection. First, in terms of data collection, it is impossible to anticipate all the anomalies that might exist in a given environment. Second, assuming we limit the possibilities of anomalies, it will still be hard to record all these scenarios for the sake of training a model. Third, even if we manage to record a significant amount of abnormal data, it's laborious to annotate this data on pixel or even frame level. Various approaches address the problem by proposing one-class classification using generative models trained on only normal data. In such methods, only the normal data is used, which is abundantly available and doesn't require significant human input. However, these are trained with only normal data and at the test time, given abnormal data as input, may often generate normal-looking output. This happens due to the hallucination characteristic of generative models. Next, these systems are designed to not use abnormal examples during the training. In this paper, we propose anomaly detection with negative learning (ADNL), which employs the negative learning concept for the enhancement of anomaly detection by utilizing a very small number of labeled anomaly data as compared with the normal data during training. The idea is to limit the reconstruction capability of a generative model using the given a small amount of anomaly examples. This way, the network not only learns to reconstruct normal data but also encloses the normal distribution far from the possible distribution of anomalies.

📄 PDF Abstract BibTeX arXiv:2105.11058

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionHallucinationOne-Class Classification

Similar Papers 제목 키워드 기반

Curved Geometric Networks for Visual Anomaly Recognition

2022-08-02 · Jie Hong, Pengfei Fang, Weihao Li, Junlin Han 외

Learning a latent embedding to understand the underlying nature of data distribution is often formulated in Euclidean spaces with zero curvature. However, the success of the geometry constraints, posed in the embedding s…

Anomaly DetectionAnomaly SegmentationOut of Distribution (OOD) DetectionSegmentation

Contrastive Language Prompting to Ease False Positives in Medical Anomaly Detection

2024-11-12 · YeongHyeon Park, Myung Jin Kim, Hyeong Seok Kim

A pre-trained visual-language model, contrastive language-image pre-training (CLIP), successfully accomplishes various downstream tasks with text prompts, such as finding images or localizing regions within the image. De…

Anomaly DetectionLanguage ModelingLanguage Modelling

Spatially-weighted Anomaly Detection

2018-10-05 · Minori Narita, Daiki Kimura, Ryuki Tachibana

Many types of anomaly detection methods have been proposed recently, and applied to a wide variety of fields including medical screening and production quality checking. Some methods have utilized images, and, in some ca…

Anomaly Detection

Don't Miss Out on Novelty: Importance of Novel Features for Deep Anomaly Detection

2023-10-01 · Sarath Sivaprasad, Mario Fritz

Anomaly Detection (AD) is a critical task that involves identifying observations that do not conform to a learned model of normality. Prior work in deep AD is predominantly based on a familiarity hypothesis, where famili…

Anomaly Detection

BoundAD: Boundary-Aware Negative Generation for Time Series Anomaly Detection

2026-03-18 · Xiancheng Wang, Lin Wang, Zhibo Zhang, Rui Wang 외 arxiv

Contrastive learning methods for time series anomaly detection (TSAD) heavily depend on the quality of negative sample construction. However, existing strategies based on random perturbations or pseudo-anomaly injection …

Time Series Anomaly DetectionRepresentation LearningReinforcement LearningContrastive Learning