paper-with-me

홈 › Papers

Unsupervised Outlier Detection using Memory and Contrastive Learning

2021-07-27 · Ning Huyan, Dou Quan, Xiangrong Zhang, Xuefeng Liang, Jocelyn Chanussot, Licheng Jiao

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.

📄 PDF Abstract BibTeX arXiv:2107.12642

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningOutlier Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Intra-Class Variation Contrastive Learning for Unsupervised Person Re-Identification

2024-04-06 · Lingzhi Liu, Haiyang Zhang, Chengwei Tang, Tiantian Zhang

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-Identification

TCMM: Token Constraint and Multi-Scale Memory Bank of Contrastive Learning for Unsupervised Person Re-identification

2025-01-15 · Zheng-An Zhu, Hsin-Che Chien, Chen-Kuo Chiang

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-Identification

Regularized Contrastive Partial Multi-view Outlier Detection

2024-08-02 · Yijia Wang, Qianqian Xu, Yangbangyan Jiang, Siran Dai 외

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 Detection

Quantile-based Maximum Likelihood Training for Outlier Detection

2023-08-20 · Masoud Taghikhah, Nishant Kumar, Siniša Šegvić, Abouzar Eslami 외

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+2

Dual Cluster Contrastive learning for Object Re-Identification

2021-12-09 · Hantao Yao, Changsheng Xu

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