新しいロバストな部分空間回復層(RSR層)を使用した、教師なし異常検出のためのニューラルネットワークを提案します。このレイヤーは、与えられたデータの潜在表現から基礎となるサブスペースを抽出し、このサブスペースから離れている外れ値を削除します。自動エンコーダー内で使用されます。エンコーダーはデータを潜在空間にマッピングし、そこからRSRレイヤーが部分空間を抽出します。デコーダは、元の部分空間を元のインライアーに近い「多様体」にスムーズにマップします。インライアとアウトライアは、元の位置とマップされた位置の間の距離に応じて区別されます(インライアの場合は小さく、アウトライアの場合は大きい)。画像とドキュメントの両方のデータセットを使用した広範な数値実験により、最先端の精度と再現性が実証されています。
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.