paper-with-me

홈 › Papers

Fast and explainable clustering based on sorting

2022-02-03 · Xinye Chen, Stefan Güttel

We introduce a fast and explainable clustering method called CLASSIX. It consists of two phases, namely a greedy aggregation phase of the sorted data into groups of nearby data points, followed by the merging of groups into clusters. The algorithm is controlled by two scalar parameters, namely a distance parameter for the aggregation and another parameter controlling the minimal cluster size. Extensive experiments are conducted to give a comprehensive evaluation of the clustering performance on synthetic and real-world datasets, with various cluster shapes and low to high feature dimensionality. Our experiments demonstrate that CLASSIX competes with state-of-the-art clustering algorithms. The algorithm has linear space complexity and achieves near linear time complexity on a wide range of problems. Its inherent simplicity allows for the generation of intuitive explanations of the computed clusters.

📄 PDF Abstract BibTeX arXiv:2202.01456

Code (1)

nla-group/classix 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Fast and explainable clustering in the Manhattan and Tanimoto distance

2026-01-13 · Stefan Güttel, Kaustubh Roy arxiv

The CLASSIX algorithm is a fast and explainable approach to data clustering. In its original form, this algorithm exploits the sorting of the data points by their first principal component to truncate the search for near…

Massively-Parallel Heat Map Sorting and Applications To Explainable Clustering

2023-09-14 · Sepideh Aghamolaei, Mohammad Ghodsi

Given a set of points labeled with $k$ labels, we introduce the heat map sorting problem as reordering and merging the points and dimensions while preserving the clusters (labels). A cluster is preserved if it remains co…

ClusteringDimensionality Reduction

Fast and accurate spike sorting of high-channel count probes with KiloSort

2016-12-01 · NeurIPS 2016 12 · Marius Pachitariu, Nicholas A. Steinmetz, Shabnam N. Kadir, Matteo Carandini 외

New silicon technology is enabling large-scale electrophysiological recordings in vivo from hundreds to thousands of channels. Interpreting these recordings requires scalable and accurate automated methods for spike sort…

ClusteringSpike SortingTemplate Matching

YASS: Yet Another Spike Sorter

2017-12-01 · NeurIPS 2017 12 · Jin Hyung Lee, David E. Carlson, Hooshmand Shokri Razaghi, Weichi Yao 외

Spike sorting is a critical first step in extracting neural signals from large-scale electrophysiological data. This manuscript describes an efficient, reliable pipeline for spike sorting on dense multi-electrode arrays…

ClusteringCPUSpike SortingTime Series Analysis

Spike Sorting using the Neural Clustering Process

2019-09-11 · NeurIPS Workshop Neuro_AI 2019 12 · Yueqi Wang, Ari Pakman, Catalin Mitelut, JinHyung Lee 외

We present a novel approach to spike sorting for high-density multielectrode probes using the Neural Clustering Process (NCP), a recently introduced neural architecture that performs scalable amortized approximate Bayesi…

Bayesian InferenceClusteringGPUSpike Sorting