Out-of-Distribution Example Detection

DIME, or Distance to Modelled Embedding, is a method for detecting out-of-distribution examples during prediction time. Given a trained neural network, the training data drawn from some high-dimensional distribution in data space $X$ is transformed into the model’s intermediate feature vector space $\mathbb{R}^{p}$. The training set embedding is linearly approximated as a hyperplane. When we then receive new observations it is difficult to assess if observations are out-of-distribution directly in data space, so we transform them into the same intermediate feature space. Finally, the Distance-to-Modelled-Embedding (DIME) can be used to assess whether new observations fit into the expected embedding covariance structure.

Source: Out-of-Distribution Example Detection in Deep Neural Networks using Distance to Modelled Embedding

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Imitation Learning 1 25.00%
Decision Making 1 25.00%
Disentanglement 1 25.00%
Time Series Analysis 1 25.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories