LGCVApr 1, 2022

Autoencoder Attractors for Uncertainty Estimation

arXiv:2204.00382v210 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses the problem of reliable uncertainty estimation for safety-critical applications like autonomous vehicles, though it is an incremental improvement over existing deep learning methods.

The paper tackles uncertainty estimation in machine learning by proposing a novel approach using autoencoder attractors, which interprets recursive autoencoder application as a dynamical system to detect out-of-distribution samples; it achieves competitive results on several datasets and an industrial occupant classification task, with a new synthetic dataset released.

The reliability assessment of a machine learning model's prediction is an important quantity for the deployment in safety critical applications. Not only can it be used to detect novel sceneries, either as out-of-distribution or anomaly sample, but it also helps to determine deficiencies in the training data distribution. A lot of promising research directions have either proposed traditional methods like Gaussian processes or extended deep learning based approaches, for example, by interpreting them from a Bayesian point of view. In this work we propose a novel approach for uncertainty estimation based on autoencoder models: The recursive application of a previously trained autoencoder model can be interpreted as a dynamical system storing training examples as attractors. While input images close to known samples will converge to the same or similar attractor, input samples containing unknown features are unstable and converge to different training samples by potentially removing or changing characteristic features. The use of dropout during training and inference leads to a family of similar dynamical systems, each one being robust on samples close to the training distribution but unstable on new features. Either the model reliably removes these features or the resulting instability can be exploited to detect problematic input samples. We evaluate our approach on several dataset combinations as well as on an industrial application for occupant classification in the vehicle interior for which we additionally release a new synthetic dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes