paper-with-me

Papers

Unsupervised Parameter-free Outlier Detection using HDBSCAN* Outlier Profiles

2024-11-13 · Kushankur Ghosh, Murilo Coelho Naldi, Jörg Sander, Euijin Choo

In machine learning and data mining, outliers are data points that significantly differ from the dataset and often introduce irrelevant information that can induce bias in its statistics and models. Therefore, unsupervised methods are crucial to detect outliers if there is limited or no information about them. Global-Local Outlier Scores based on Hierarchies (GLOSH) is an unsupervised outlier detection method within HDBSCAN*, a state-of-the-art hierarchical clustering method. GLOSH estimates outlier scores for each data point by comparing its density to the highest density of the region they reside in the HDBSCAN* hierarchy. GLOSH may be sensitive to HDBSCAN*'s minpts parameter that influences density estimation. With limited knowledge about the data, choosing an appropriate minpts value beforehand is challenging as one or some minpts values may better represent the underlying cluster structure than others. Additionally, in the process of searching for `potential outliers'', one has to define the number of outliers n a dataset has, which may be impractical and is often unknown. In this paper, we propose an unsupervised strategy to find the `best'' minpts value, leveraging the range of GLOSH scores across minpts values to identify the value for which GLOSH scores can best identify outliers from the rest of the dataset. Moreover, we propose an unsupervised strategy to estimate a threshold for classifying points into inliers and (potential) outliers without the need to pre-define any value. Our experiments show that our strategies can automatically find the minpts value and threshold that yield the best or near best outlier detection results using GLOSH.

📄 PDF Abstract BibTeX arXiv:2411.08867

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationOutlier Detection

Similar Papers 제목 키워드 기반

Unsupervised Machine-Learning Pipeline for Data-Driven Defect Detection and Characterisation: Application to Displacement Cascades

2025-10-28 · Samuel Del Fré, Andrée de Backer, Christophe Domain, Ludovic Thuinet 외 arxiv

Neutron irradiation produces, within a few picoseconds, displacement cascades that are sequences of atomic collisions generating point and extended defects which subsequently affects the long-term evolution of materials.…

Meteoroid stream identification with HDBSCAN unsupervised clustering algorithm

2025-07-02 · Eloy Peña-Asensio, Fabio Ferrari arxiv

Accurate identification of meteoroid streams is central to understanding their origins and evolution. However, overlapping clusters and background noise hinder classification, an issue amplified for missions such as ESA'…

Contextual Unsupervised Outlier Detection in Sequences

2021-11-06 · Mohamed A. Zahran, Leonardo Teixeira, Vinayak Rao, Bruno Ribeiro

This work proposes an unsupervised learning framework for trajectory (sequence) outlier detection that combines ranking tests with user sequence models. The overall framework identifies sequence outliers at a desired fal…

Outlier Detection

DelTriC: A Novel Clustering Method with Accurate Outlier

2025-11-21 · Tomas Javurek, Michal Gregor, Sebastian Kula, Marian Simko arxiv

The paper introduces DelTriC (Delaunay Triangulation Clustering), a clustering algorithm which integrates PCA/UMAP-based projection, Delaunay triangulation, and a novel back-projection mechanism to form clusters in the o…

Outlier DetectionAnomaly Detection

ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions

2022-01-02 · Zheng Li, Yue Zhao, Xiyang Hu, Nicola Botta 외

Outlier detection refers to the identification of data points that deviate from a general data distribution. Existing unsupervised approaches often suffer from high computational cost, complex hyperparameter tuning, and …

Anomaly DetectionOutlier Detection