Neural Transformation Learning for Deep Anomaly Detection Beyond Images
Chen Qiu, Timo Pfrommer, Marius Kloft, Stephan Mandt, Maja Rudolph

TL;DR
This paper introduces a learnable transformation-based method for deep anomaly detection that effectively handles various data types beyond images, including time series and tabular data, by embedding transformed data into a semantic space.
Contribution
It proposes an end-to-end approach for anomaly detection using neural networks to learn transformations that distinguish normal from anomalous data across multiple data domains.
Findings
Outperforms existing methods on time series anomaly detection.
Achieves higher accuracy on domain-specific tabular datasets.
Effective in both one-vs.-rest and n-vs.-rest settings.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Data-Driven Disease Surveillance
