paper-with-me

홈 › Papers

Neural Transformation Learning for Deep Anomaly Detection Beyond Images

2021-03-30 · Chen Qiu, Timo Pfrommer, Marius Kloft, Stephan Mandt, Maja Rudolph

Data transformations (e.g. rotations, reflections, and cropping) play an important role in self-supervised learning. Typically, images are transformed into different views, and neural networks trained on tasks involving these views produce useful feature representations for downstream tasks, including anomaly detection. However, for anomaly detection beyond image data, it is often unclear which transformations to use. Here we present a simple end-to-end procedure for anomaly detection with learnable transformations. The key idea is to embed the transformed data into a semantic space such that the transformed data still resemble their untransformed form, while different transformations are easily distinguishable. Extensive experiments on time series demonstrate that our proposed method outperforms existing approaches in the one-vs.-rest setting and is competitive in the more challenging n-vs.-rest anomaly detection task. On tabular datasets from the medical and cyber-security domains, our method learns domain-specific transformations and detects anomalies more accurately than previous work.

📄 PDF Abstract BibTeX arXiv:2103.16440

Code (3)

boschresearch/NeuTraL-AD 공식 구현 pytorch
intrudetection/robevalanodetect pytorch
xuhongzuo/DeepOD pytorch

Tasks

Anomaly DetectionSelf-Supervised LearningTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

A Hierarchical Transformation-Discriminating Generative Model for Few Shot Anomaly Detection

2021-04-29 · ICCV 2021 10 · Shelly Sheynin, Sagie Benaim, Lior Wolf

Anomaly detection, the task of identifying unusual samples in data, often relies on a large set of training samples. In this work, we consider the setting of few-shot anomaly detection in images, where only a few images …

Anomaly DetectionDefect Detection

Transformation Based Deep Anomaly Detection in Astronomical Images

2020-05-15 · Esteban Reyes, Pablo A. Estévez

In this work, we propose several enhancements to a geometric transformation based model for anomaly detection in images (GeoTranform). The model assumes that the anomaly class is unknown and that only inlier samples are …

Anomaly DetectionDimensionality Reduction

Deep Anomaly Detection Using Geometric Transformations

2018-05-28 · NeurIPS 2018 12 · Izhak Golan, Ran El-Yaniv

We consider the problem of anomaly detection in images, and present a new detection technique. Given a sample of images, all known to belong to a "normal" class (e.g., dogs), we show how to train a deep neural model that…

Anomaly Detection

Detecting Anomalies within Time Series using Local Neural Transformations

2022-02-08 · Tim Schneider, Chen Qiu, Marius Kloft, Decky Aspandi Latif 외

We develop a new method to detect anomalies within time series, which is essential in many application domains, reaching from self-driving cars, finance, and marketing to medical diagnosis and epidemiology. The method is…

Anomaly DetectionEpidemiologyMarketingMedical Diagnosis+3

Dissolving Is Amplifying: Towards Fine-Grained Anomaly Detection

2023-02-28 · Jian Shi, Pengyi Zhang, Ni Zhang, Hakim Ghazzai 외

Medical imaging often contains critical fine-grained features, such as tumors or hemorrhages, crucial for diagnosis yet potentially too subtle for detection with conventional methods. In this paper, we introduce \textit{…

Anomaly DetectionContrastive LearningImage Generation