paper-with-me

Papers

Explainable outlier detection through decision tree conditioning

2020-01-02 · David Cortes

This work describes an outlier detection procedure (named "OutlierTree") loosely based on the GritBot software developed by RuleQuest research, which works by evaluating and following supervised decision tree splits on variables, in whose branches 1-d confidence intervals are constructed for the target variable and potential outliers flagged according to these confidence intervals. Under this logic, it's possible to produce human-readable explanations for why a given value of a variable in an observation can be considered as outlier, by considering the decision tree branch conditions along with general distribution statistics among the non-outlier observations that fell into the same branch, which can then be contrasted against the value which lies outside the CI. The supervised splits help to ensure that the generated conditions are not spurious, but rather related to the target variable and having logical breakpoints.

📄 PDF Abstract BibTeX arXiv:2001.00636

Code (2)

david-cortes/outliertree 공식 구현
RafaJPSantos/bagged.outliertrees

Tasks

Outlier Detection

Similar Papers 제목 키워드 기반

Extending Decision Predicate Graphs for Comprehensive Explanation of Isolation Forest

2025-05-06 · Matteo Ceschin, Leonardo Arrighi, Luca Longo, Sylvio Barbon Junior

The need to explain predictive models is well-established in modern machine learning. However, beyond model interpretability, understanding pre-processing methods is equally essential. Understanding how data modification…

Outlier Detection

How to Find a Good Explanation for Clustering?

2021-12-13 · Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, William Lochet 외

$k$-means and $k$-median clustering are powerful unsupervised machine learning techniques. However, due to complicated dependences on all the features, it is challenging to interpret the resulting cluster assignments. Mo…

Clustering

Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection

2025-12-08 · Mengqi Wang, Jianwei Wang, Qing Liu, Xiwei Xu 외 arxiv

Error detection (ED), which aims to identify incorrect or inconsistent cell values in tabular data, is important for ensuring data quality. Recent state-of-the-art ED methods leverage the pre-trained knowledge and semant…

Graph Neural Network

Outlier Detection in Plantar Pressure: Human-Centered Comparison of Statistical Parametric Mapping and Explainable Machine Learning

2025-09-26 · Carlo Dindorf, Jonas Dully, Steven Simon, Dennis Perchthaler 외 arxiv

Plantar pressure mapping is essential in clinical diagnostics and sports science, yet large heterogeneous datasets often contain outliers from technical errors or procedural inconsistencies. Statistical Parametric Mappin…

Outlier Detection

Interpretable Outlier Summarization

2023-03-11 · Yu Wang, Lei Cao, Yizhou Yan, Samuel Madden

Outlier detection is critical in real applications to prevent financial fraud, defend network intrusions, or detecting imminent device failures. To reduce the human effort in evaluating outlier detection results and effe…

Anomaly DetectionOutlier Detection