paper-with-me

Papers

Natural Hierarchical Cluster Analysis by Nearest Neighbors with Near-Linear Time Complexity

2022-03-15 · Kaan Gokcesu, Hakan Gokcesu

We propose a nearest neighbor based clustering algorithm that results in a naturally defined hierarchy of clusters. In contrast to the agglomerative and divisive hierarchical clustering algorithms, our approach is not dependent on the iterative working of the algorithm, in the sense that the partitions of the hierarchical clusters are purely defined in accordance with the input dataset. Our method is a universal hierarchical clustering approach since it can be implemented as bottom up or top down versions, both of which result in the same clustering. We show that for certain types of datasets, our algorithm has near-linear time and space complexity.

📄 PDF Abstract BibTeX arXiv:2203.08027

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Hierarchical Clustering Supported by Reciprocal Nearest Neighbors

2019-07-09 · Wen-Bo Xie, Yan-Li Lee, Cong Wang, Duan-Bing Chen 외

Clustering is a fundamental analysis tool aiming at classifying data points into groups based on their similarity or distance. It has found successful applications in all natural and social sciences, including biology, p…

AstronomyClusteringCommunity Detection

Clustering with UMAP: Why and How Connectivity Matters

2021-08-12 · Ayush Dalmia, Suzanna Sia

Topology based dimensionality reduction methods such as t-SNE and UMAP have seen increasing success and popularity in high-dimensional data. These methods have strong mathematical foundations and are based on the intuiti…

ClusteringDimensionality Reduction

THCRL: Trusted Hierarchical Contrastive Representation Learning for Multi-View Clustering

2025-11-29 · Jian Zhu arxiv

Multi-View Clustering (MVC) has garnered increasing attention in recent years. It is capable of partitioning data samples into distinct groups by learning a consensus representation. However, a significant challenge rema…

Representation LearningContrastive Learning

ParChain: A Framework for Parallel Hierarchical Agglomerative Clustering using Nearest-Neighbor Chain

2021-06-08 · Shangdi Yu, Yiqiu Wang, Yan Gu, Laxman Dhulipala 외

This paper studies the hierarchical clustering problem, where the goal is to produce a dendrogram that represents clusters at varying scales of a data set. We propose the ParChain framework for designing parallel hierarc…

Clustering

Neighborhood Selection for Thresholding-based Subspace Clustering

2014-03-13 · Reinhard Heckel, Eirikur Agustsson, Helmut Bölcskei

Subspace clustering refers to the problem of clustering high-dimensional data points into a union of low-dimensional linear subspaces, where the number of subspaces, their dimensions and orientations are all unknown. In …

Clustering