Autoencoding Under Normalization Constraints
Sangwoong Yoon, Yung-Kyun Noh, Frank Chongwoo Park

TL;DR
This paper introduces the Normalized Autoencoder (NAE), a probabilistic model that enhances outlier detection by incorporating normalization constraints into autoencoders, leading to improved detection of OOD samples.
Contribution
The paper proposes NAE, a novel autoencoder-based probabilistic model that enforces normalization to better detect outliers and generate in-distribution samples.
Findings
NAE outperforms traditional autoencoders in outlier detection.
Normalization improves the model's ability to distinguish OOD samples.
NAE effectively generates in-distribution samples.
Abstract
Likelihood is a standard estimate for outlier detection. The specific role of the normalization constraint is to ensure that the out-of-distribution (OOD) regime has a small likelihood when samples are learned using maximum likelihood. Because autoencoders do not possess such a process of normalization, they often fail to recognize outliers even when they are obviously OOD. We propose the Normalized Autoencoder (NAE), a normalized probabilistic model constructed from an autoencoder. The probability density of NAE is defined using the reconstruction error of an autoencoder, which is differently defined in the conventional energy-based model. In our model, normalization is enforced by suppressing the reconstruction of negative samples, significantly improving the outlier detection performance. Our experimental results confirm the efficacy of NAE, both in detecting outliers and in…
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 · Generative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection
