DelTriC: A Novel Clustering Method with Accurate Outlier
Machine Learning
2025-11-24 v1
Abstract
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 original high-dimensional space. DelTriC decouples neighborhood construction from decision-making by first triangulating in a low-dimensional proxy to index local adjacency, and then back-projecting to the original space to perform robust edge pruning, merging, and anomaly detection. DelTriC can outperform traditional methods such as k-means, DBSCAN, and HDBSCAN in many scenarios; it is both scalable and accurate, and it also significantly improves outlier detection.
Keywords
Cite
@article{arxiv.2511.17219,
title = {DelTriC: A Novel Clustering Method with Accurate Outlier},
author = {Tomas Javurek and Michal Gregor and Sebastian Kula and Marian Simko},
journal= {arXiv preprint arXiv:2511.17219},
year = {2025}
}
Comments
10 pages, submitted to AISTATS