CVJul 27, 2021

Unsupervised Outlier Detection using Memory and Contrastive Learning

arXiv:2107.12642v132 citations
Originality Incremental advance
AI Analysis

This addresses outlier detection for data reliability in machine learning, with incremental improvements over existing methods.

The paper tackled the problem of outlier detection by proposing a framework that uses memory and contrastive learning to measure feature distances, achieving considerable performance and outperforming nine state-of-the-art methods on four benchmark datasets.

Outlier detection is one of the most important processes taken to create good, reliable data in machine learning. The most methods of outlier detection leverage an auxiliary reconstruction task by assuming that outliers are more difficult to be recovered than normal samples (inliers). However, it is not always true, especially for auto-encoder (AE) based models. They may recover certain outliers even outliers are not in the training data, because they do not constrain the feature learning. Instead, we think outlier detection can be done in the feature space by measuring the feature distance between outliers and inliers. We then propose a framework, MCOD, using a memory module and a contrastive learning module. The memory module constrains the consistency of features, which represent the normal data. The contrastive learning module learns more discriminating features, which boosts the distinction between outliers and inliers. Extensive experiments on four benchmark datasets show that our proposed MCOD achieves a considerable performance and outperforms nine state-of-the-art methods.

Foundations

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

Your Notes