paper-with-me

Papers

Explainable Contextual Anomaly Detection using Quantile Regression Forests

2023-02-22 · Zhong Li, Matthijs van Leeuwen

Traditional anomaly detection methods aim to identify objects that deviate from most other objects by treating all features equally. In contrast, contextual anomaly detection methods aim to detect objects that deviate from other objects within a context of similar objects by dividing the features into contextual features and behavioral features. In this paper, we develop connections between dependency-based traditional anomaly detection methods and contextual anomaly detection methods. Based on resulting insights, we propose a novel approach to inherently interpretable contextual anomaly detection that uses Quantile Regression Forests to model dependencies between features. Extensive experiments on various synthetic and real-world datasets demonstrate that our method outperforms state-of-the-art anomaly detection methods in identifying contextual anomalies in terms of accuracy and interpretability.

📄 PDF Abstract BibTeX arXiv:2302.11239

Code (1)

zhonglifr/qcad 공식 구현

Tasks

Anomaly DetectionContextual Anomaly Detectionquantile regressionregression

Similar Papers 제목 키워드 기반

Addressing Variance Shrinkage in Variational Autoencoders using Quantile Regression

2020-10-18 · Haleh Akrami, Anand A. Joshi, Sergul Aydore, Richard M. Leahy

Estimation of uncertainty in deep learning models is of vital importance, especially in medical imaging, where reliance on inference without taking into account uncertainty could lead to misdiagnosis. Recently, the proba…

Anomaly DetectionLesion Detectionquantile regressionregression

Beta quantile regression for robust estimation of uncertainty in the presence of outliers

2023-09-14 · Haleh Akrami, Omar Zamzam, Anand Joshi, Sergul Aydore 외

Quantile Regression (QR) can be used to estimate aleatoric uncertainty in deep neural networks and can generate prediction intervals. Quantifying uncertainty is particularly important in critical applications such as cli…

Anomaly DetectionImage ReconstructionPrediction Intervalsquantile regression+2

Dealing with Uncertainty in Contextual Anomaly Detection

2025-07-06 · Luca Bindini, Lorenzo Perini, Stefano Nistri, Jesse Davis 외 arxiv

Contextual anomaly detection (CAD) aims to identify anomalies in a target (behavioral) variable conditioned on a set of contextual variables that influence the normalcy of the target variable but are not themselves indic…

Anomaly Detection

Generative and Contrastive Self-Supervised Learning for Graph Anomaly Detection

2021-08-23 · Yu Zheng, Ming Jin, Yixin Liu, Lianhua Chi 외

Anomaly detection from graph data has drawn much attention due to its practical significance in many critical applications including cybersecurity, finance, and social networks. Existing data mining and machine learning …

Anomaly DetectionAttributeContrastive LearningGraph Anomaly Detection+2

A Survey on Explainable Anomaly Detection

2022-10-13 · Zhong Li, Yuxuan Zhu, Matthijs van Leeuwen

In the past two decades, most research on anomaly detection has focused on improving the accuracy of the detection, while largely ignoring the explainability of the corresponding methods and thus leaving the explanation …

Anomaly DetectionSurvey