Unsupervised Outlier Detection using Memory and Contrastive Learning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Contrastive LearningOutlier DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Adaptive Intra-Class Variation Contrastive Learning for Unsupervised Person Re-Identification
The memory dictionary-based contrastive learning method has achieved remarkable results in the field of unsupervised person Re-ID. However, The method of updating memory based on all samples does not fully utilize the ha…
ClusteringContrastive LearningPerson Re-IdentificationUnsupervised Person Re-IdentificationTCMM: Token Constraint and Multi-Scale Memory Bank of Contrastive Learning for Unsupervised Person Re-identification
This paper proposes the ViT Token Constraint and Multi-scale Memory bank (TCMM) method to address the patch noises and feature inconsistency in unsupervised person re-identification works. Many excellent methods use ViT …
Contrastive LearningPerson Re-IdentificationPseudo LabelUnsupervised Person Re-IdentificationRegularized Contrastive Partial Multi-view Outlier Detection
In recent years, multi-view outlier detection (MVOD) methods have advanced significantly, aiming to identify outliers within multi-view datasets. A key point is to better detect class outliers and class-attribute outlier…
AttributeContrastive LearningOutlier DetectionQuantile-based Maximum Likelihood Training for Outlier Detection
Discriminative learning effectively predicts true object class for image classification. However, it often results in false positives for outliers, posing critical concerns in applications like autonomous driving and vid…
Autonomous DrivingContrastive Learningimage-classificationImage Classification+2Dual Cluster Contrastive learning for Object Re-Identification
Recently, cluster contrastive learning has been proven effective for object ReID by computing the contrastive loss between the individual features and the cluster memory. However, existing methods that use the individual…
Contrastive LearningObjectPerson Re-Identification