This document proposes a method for deep anomaly detection using geometric transformations. It generates multiple transformed versions of images through translations, flips, and rotations to train a neural network. It then uses the network's softmax probabilities on the transformed images to calculate an anomaly score, with more anomalous images having lower average probabilities. The method is evaluated on CIFAR-10 by training on normal samples and testing to detect anomalies in separate test samples. In experiments, the pure version of anomaly detection is performed without labels for the test samples.
Related topics: