Anomaly Detection Requires Better Representations

Anomaly Detection Requires Better Representations

School of Computer Science and Engineering
The Hebrew University of Jerusalem, Israel
SSLWIN Workshop - ECCV 2022

Abstract

Anomaly detection seeks to identify unusual phenomena, a central task in science and industry. The task is inherently unsupervised as anomalies are unexpected and unknown during training. Recent advances in self-supervised representation learning have directly driven improvements in anomaly detection. In this position paper, we first explain how self-supervised representations can be easily used to achieve state-of-the-art performance in commonly reported anomaly detection benchmarks. We then argue that tackling the next-generation of anomaly detection tasks requires new technical and conceptual improvements in representation learning.

Anomaly Detection - A Two-stage Paradigm

Current, state-of-the-art anomaly detection methods follow this simple, two-stage paradigm:
(i) Each data point is transformed to a representation, often learned in a self-supervised manner.
(ii) A density estimation model, often as simple as a kNN estimator, is fitted to the normal data provided in a training set.
To classify a new sample as normal or anomalous, its estimated probability density is computed - low likelihood samples are denoted as anomalies.

Normal and Anomalous Representations

Bottlenecks in Representations Learning

Altough the above two-stage paradigm is successful in solving many anomaly detection problems, the reality is more complex

Discovery commences with the awareness of anomaly, i.e., with the recognition that nature has somehow violated the paradigm-induced expectations that govern normal science.

Thomas Kuhn

I do not know what I may appear to the world, but to myself I seem to have been only like a boy playing on the seashore, and diverting myself in now and then finding a smoother pebble or a prettier shell than ordinary, whilst the great ocean of truth lay all undiscovered before me.

Isaac Newton

BibTeX

@article{reiss2022anomaly,
  title={Anomaly Detection Requires Better Representations},
  author={Reiss, Tal and Cohen, Niv and Horwitz, Eliahu and Abutbul, Ron and Hoshen, Yedid},
  journal={arXiv preprint arXiv:2210.10773},
  year={2022}
}