SOTAVerified

Robust Subspace Recovery Layer for Unsupervised Anomaly Detection

2019-03-30ICLR 2020Code Available0· sign in to hype

Chieh-Hsin Lai, Dongmian Zou, Gilad Lerman

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a neural network for unsupervised anomaly detection with a novel robust subspace recovery layer (RSR layer). This layer seeks to extract the underlying subspace from a latent representation of the given data and removes outliers that lie away from this subspace. It is used within an autoencoder. The encoder maps the data into a latent space, from which the RSR layer extracts the subspace. The decoder then smoothly maps back the underlying subspace to a "manifold" close to the original inliers. Inliers and outliers are distinguished according to the distances between the original and mapped positions (small for inliers and large for outliers). Extensive numerical experiments with both image and document datasets demonstrate state-of-the-art precision and recall.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
20NEWSRSRAEAUC (outlier ratio = 0.5)0.83Unverified
Caltech-101RSRAEAUC (outlier ratio = 0.5)0.77Unverified
Fashion-MNISTRSRAEAUC-ROC0.85Unverified
Fashion-MNISTRSRAEAUC (outlier ratio = 0.5)0.83Unverified
Fashion-MNISTRSRAEAUC-ROC0.75Unverified
Fashion-MNISTRSRAEAUC-ROC0.69Unverified
Fashion-MNISTRSRAEAUC-ROC0.69Unverified
Reuters-21578RSRAEAUC (outlier ratio = 0.5)0.85Unverified

Reproductions