paper-with-me

홈 › 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 nearby data points, with nearness being defined in terms of the Euclidean distance. Here we extend CLASSIX to other distance metrics, including the Manhattan distance and the Tanimoto distance. Instead of principal components, we use an appropriate norm of the data vectors as the sorting criterion, combined with the triangle inequality for search termination. In the case of Tanimoto distance, a provably sharper intersection inequality is used to further boost the performance of the new algorithm. On a real-world chemical fingerprint benchmark, CLASSIX Tanimoto is about 30 times faster than the Taylor--Butina algorithm, and about 80 times faster than DBSCAN, while computing higher-quality clusters in both cases.

📄 PDF Abstract BibTeX arXiv:2601.08781

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mathematical Morphology in Machine Learning

2026-05-29 · Erick Oliveira Rodrigues, Aura Conci arxiv

This work introduces mathematical morphology-an established visual computing theory-into machine learning to exploit shape and density aspects often overlooked by standard techniques. We propose a fast clustering algorit…

Tanimoto Random Features for Scalable Molecular Machine Learning

2023-06-26 · NeurIPS 2023 11 · Austin Tripp, Sergio Bacallado, Sukriti Singh, José Miguel Hernández-Lobato

The Tanimoto coefficient is commonly used to measure the similarity between molecules represented as discrete fingerprints, either as a distance metric or a positive definite kernel. While many kernel methods can be acce…

Molecular Property PredictionProperty Prediction

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 i…

Clustering

Quasi Manhattan Wasserstein Distance

2023-10-19 · Evan Unit Lim

The Quasi Manhattan Wasserstein Distance (QMWD) is a metric designed to quantify the dissimilarity between two matrices by combining elements of the Wasserstein Distance with specific transformations. It offers improved …

Weighted Tanimoto Coefficient for 3D Molecule Structure Similarity Measurement

2018-06-10 · Siti Asmah Bero, Azah Kamilah Muda, Yun-Huoy Choo, Noor Azilah Muda 외

Similarity searching of molecular structure has been an important application in the Chemoinformatics, especially in drug discovery. Similarity searching is a common method used for identification of molecular structure.…

Drug Discovery