paper-with-me

홈 › Papers

CoMadOut -- A Robust Outlier Detection Algorithm based on CoMAD

2022-11-23 · Andreas Lohrer, Daniyal Kazempour, Maximilian Hünemörder, Peer Kröger

Unsupervised learning methods are well established in the area of anomaly detection and achieve state of the art performances on outlier datasets. Outliers play a significant role, since they bear the potential to distort the predictions of a machine learning algorithm on a given dataset. Especially among PCA-based methods, outliers have an additional destructive potential regarding the result: they may not only distort the orientation and translation of the principal components, they also make it more complicated to detect outliers. To address this problem, we propose the robust outlier detection algorithm CoMadOut, which satisfies two required properties: (1) being robust towards outliers and (2) detecting them. Our CoMadOut outlier detection variants using comedian PCA define, dependent on its variant, an inlier region with a robust noise margin by measures of in-distribution (variant CMO) and optimized scores by measures of out-of-distribution (variants CMO*), e.g. kurtosis-weighting by CMO+k. These measures allow distribution based outlier scoring for each principal component, and thus, an appropriate alignment of the degree of outlierness between normal and abnormal instances. Experiments comparing CoMadOut with traditional, deep and other comparable robust outlier detection methods showed that the performance of the introduced CoMadOut approach is competitive to well established methods related to average precision (AP), area under the precision recall curve (AUPRC) and area under the receiver operating characteristic (AUROC) curve. In summary our approach can be seen as a robust alternative for outlier detection tasks.

📄 PDF Abstract BibTeX arXiv:2211.13314

Code (1)

lohrera/comadout 공식 구현

Tasks

Anomaly DetectionOutlier Detection

Similar Papers 제목 키워드 기반

Component-aware anomaly detection framework for adjustable and logical industrial visual inspection

2023-05-15 · Tongkun Liu, Bing Li, Xiao Du, Bingke Jiang 외

Industrial visual inspection aims at detecting surface defects in products during the manufacturing process. Although existing anomaly detection models have shown great performance on many public benchmarks, their limite…

Anomaly ClassificationAnomaly DetectionSemantic SegmentationUnsupervised Semantic Segmentation

ComaDICE: Offline Cooperative Multi-Agent Reinforcement Learning with Stationary Distribution Shift Regularization

2024-10-02 · The Viet Bui, Thanh Hong Nguyen, Tien Mai

Offline reinforcement learning (RL) has garnered significant attention for its ability to learn effective policies from pre-collected datasets without the need for further environmental interactions. While promising resu…

MuJoCoMulti-agent Reinforcement LearningOffline RLreinforcement-learning+4

CoMAD: A Multiple-Teacher Self-Supervised Distillation Framework

2025-08-06 · Sriram Mandalika, Lalitha V arxiv

Numerous self-supervised learning paradigms, such as contrastive learning and masked image modeling, learn powerful representations from unlabeled data but are typically pretrained in isolation, overlooking complementary…

Self-Supervised LearningContrastive Learning

OutlierDetection.jl: A modular outlier detection ecosystem for the Julia programming language

2022-11-08 · David Muhr, Michael Affenzeller, Anthony D. Blaom

OutlierDetection.jl is an open-source ecosystem for outlier detection in Julia. It provides a range of high-performance outlier detection algorithms implemented directly in Julia. In contrast to previous packages, our ec…

Outlier Detection

Comparison of Outlier Detection Algorithms on String Data

2026-01-13 · Philip Maus arxiv

Outlier detection is a well-researched and crucial problem in machine learning. However, there is little research on string data outlier detection, as most literature focuses on outlier detection of numerical data. A rob…

Outlier DetectionAnomaly Detection