Label-Assisted Memory Autoencoder for Unsupervised Out-of-Distribution Detection

Abstract

Out-of-Distribution (OoD) detectors based on AutoEncoder (AE) rely on an underlying assumption that an AE network cannot reconstruct OoD data as good as in-distribution (ID) data when it is constructed based on ID data only. However, this assumption may be violated in practice, resulting in a degradation in detection performance. Therefore, alleviating the factors violating this assumption can potentially improve the robustness of OoD performance. Our empirical studies also show that image complexity can be another factor hindering detection performance for AE-based detectors. To cater for these issues, we propose two OoD detectors LAMAE and LAMAE+. Both can be trained without the availability of any OoD-related data. The key idea is to regularize the AE network architecture with a classifier and a label-assisted memory to confine the reconstruction of OoD data while retaining the reconstruction ability for ID data. We also adjust the reconstruction error by taking image complexity into consideration. Experimental studies show that the proposed OoD detectors can perform well on a wider range of OoD scenarios.

Cite

Text

Zhang et al. "Label-Assisted Memory Autoencoder for Unsupervised Out-of-Distribution Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021. doi:10.1007/978-3-030-86523-8_48

Markdown

[Zhang et al. "Label-Assisted Memory Autoencoder for Unsupervised Out-of-Distribution Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021.](https://mlanthology.org/ecmlpkdd/2021/zhang2021ecmlpkdd-labelassisted/) doi:10.1007/978-3-030-86523-8_48

BibTeX

@inproceedings{zhang2021ecmlpkdd-labelassisted,
  title     = {{Label-Assisted Memory Autoencoder for Unsupervised Out-of-Distribution Detection}},
  author    = {Zhang, Shuyi and Pan, Chao and Song, Liyan and Wu, Xiaoyu and Hu, Zheng and Pei, Ke and Tino, Peter and Yao, Xin},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2021},
  pages     = {795-810},
  doi       = {10.1007/978-3-030-86523-8_48},
  url       = {https://mlanthology.org/ecmlpkdd/2021/zhang2021ecmlpkdd-labelassisted/}
}