Understanding Anomaly Detection with Deep Invertible Networks through Hierarchies of Distributions and Features
Robin Tibor Schirrmeister, Yuxuan Zhou, Tonio Ball, Dan Zhang

TL;DR
This paper investigates why deep invertible networks often fail at anomaly detection, identifies the causes as model bias and domain prior, and proposes methods leveraging likelihood ratios and multi-scale features to improve detection of high-level anomalies.
Contribution
The paper introduces novel likelihood ratio methods and a multi-scale approach to enhance anomaly detection in invertible generative networks, addressing high-level feature differences.
Findings
Likelihood ratio methods improve anomaly detection performance.
Multi-scale models effectively capture high-level features.
Proposed methods outperform baseline approaches in unsupervised settings.
Abstract
Deep generative networks trained via maximum likelihood on a natural image dataset like CIFAR10 often assign high likelihoods to images from datasets with different objects (e.g., SVHN). We refine previous investigations of this failure at anomaly detection for invertible generative networks and provide a clear explanation of it as a combination of model bias and domain prior: Convolutional networks learn similar low-level feature distributions when trained on any natural image dataset and these low-level features dominate the likelihood. Hence, when the discriminative features between inliers and outliers are on a high-level, e.g., object shapes, anomaly detection becomes particularly challenging. To remove the negative impact of model bias and domain prior on detecting high-level differences, we propose two methods, first, using the log likelihood ratios of two identical models, one…
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 · Network Security and Intrusion Detection · Adversarial Robustness in Machine Learning
