Out-of-Distribution Detection using BiGAN and MDL
Mojtaba Abolfazli, Mohammad Zaeri Arimani, Anders Host-Madsen, June, Zhang, Andras Bratincsak

TL;DR
This paper introduces a novel out-of-distribution detection method combining BiGANs and MDL, demonstrating improved accuracy on image and ECG datasets by modeling normal data and identifying deviations.
Contribution
The paper proposes a new approach using BiGANs and MDL for out-of-distribution detection, applying universal source coding to enhance detection performance.
Findings
Outperforms similar methods on MNIST in ROC metrics
Effective in detecting anomalies in ECG data
Uses Kolmogorov and Martin-Löf randomness principles
Abstract
We consider the following problem: we have a large dataset of normal data available. We are now given a new, possibly quite small, set of data, and we are to decide if these are normal data, or if they are indicating a new phenomenon. This is a novelty detection or out-of-distribution detection problem. An example is in medicine, where the normal data is for people with no known disease, and the new dataset people with symptoms. Other examples could be in security. We solve this problem by training a bidirectional generative adversarial network (BiGAN) on the normal data and using a Gaussian graphical model to model the output. We then use universal source coding, or minimum description length (MDL) on the output to decide if it is a new distribution, in an implementation of Kolmogorov and Martin-L\"{o}f randomness. We apply the methodology to both MNIST data and a real-world…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems
