English

Autoencoding Under Normalization Constraints

Machine Learning 2023-06-16 v3

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 generating in-distribution samples.

Keywords

Cite

@article{arxiv.2105.05735,
  title  = {Autoencoding Under Normalization Constraints},
  author = {Sangwoong Yoon and Yung-Kyun Noh and Frank Chongwoo Park},
  journal= {arXiv preprint arXiv:2105.05735},
  year   = {2023}
}

Comments

Accepted to ICML 2021. The code is released in https://github.com/swyoon/normalized-autoencoders . The interactive web demo on outlier reconstruction phenomenon and normalized autoencoders can be found in https://swyoon.github.io/outlier-reconstruction

R2 v1 2026-06-24T02:02:36.561Z