Lumbermark: Resistant Clustering by Chopping Up Mutual Reachability Minimum Spanning Trees

📅 2026-04-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the sensitivity of traditional clustering methods to noise and outliers when handling clusters of varying sizes, densities, and shapes. To overcome this limitation, the authors propose a robust divisive clustering algorithm that integrates mutual reachability distance with minimum spanning trees. The method iteratively identifies cluster structures by pruning large branches connected via prominent edges and allows users to specify the desired number of clusters, offering an effective alternative to HDBSCAN. Extensive experiments on multiple benchmark datasets demonstrate that the proposed algorithm achieves superior performance, balancing computational efficiency and usability. Open-source implementations in both Python and R are provided to facilitate adoption and reproducibility.

Technology Category

Application Category

📝 Abstract
We introduce Lumbermark, a robust divisive clustering algorithm capable of detecting clusters of varying sizes, densities, and shapes. Lumbermark iteratively chops off large limbs connected by protruding segments of a dataset's mutual reachability minimum spanning tree. The use of mutual reachability distances smoothens the data distribution and decreases the influence of low-density objects, such as noise points between clusters or outliers at their peripheries. The algorithm can be viewed as an alternative to HDBSCAN that produces partitions with user-specified sizes. A fast, easy-to-use implementation of the new method is available in the open-source 'lumbermark' package for Python and R. We show that Lumbermark performs well on benchmark data and hope it will prove useful to data scientists and practitioners across different fields.
Problem

Research questions and friction points this paper is trying to address.

clustering
noise
outliers
varying densities
cluster shapes
Innovation

Methods, ideas, or system contributions that make the work stand out.

Lumbermark
mutual reachability
minimum spanning tree
divisive clustering
density-based clustering
🔎 Similar Papers
2023-06-01Journal of the American Statistical AssociationCitations: 2