paper-with-me

홈 › Papers

Clustering by Mining Density Distributions and Splitting Manifold Structure

2024-08-20 · Zhichang Xu, Zhiguo Long, Hua Meng

Spectral clustering requires the time-consuming decomposition of the Laplacian matrix of the similarity graph, thus limiting its applicability to large datasets. To improve the efficiency of spectral clustering, a top-down approach was recently proposed, which first divides the data into several micro-clusters (granular-balls), then splits these micro-clusters when they are not `compact'', and finally uses these micro-clusters as nodes to construct a similarity graph for more efficient spectral clustering. However, this top-down approach is challenging to adapt to unevenly distributed or structurally complex data. This is because constructing micro-clusters as a rough ball struggles to capture the shape and structure of data in a local range, and the simplistic splitting rule that solely targets `compactness'' is susceptible to noise and variations in data density and leads to micro-clusters with varying shapes, making it challenging to accurately measure the similarity between them. To resolve these issues and improve spectral clustering, this paper first proposes to start from local structures to obtain micro-clusters, such that the complex structural information inside local neighborhoods is well captured by them. Moreover, by noting that Euclidean distance is more suitable for convex sets, this paper further proposes a data splitting rule that couples local density and data manifold structures, so that the similarities of the obtained micro-clusters can be easily characterized. A novel similarity measure between micro-clusters is then proposed for the final spectral clustering. A series of experiments based on synthetic and real-world datasets demonstrate that the proposed method has better adaptability to structurally complex data than granular-ball based methods.

📄 PDF Abstract BibTeX arXiv:2408.10493

Code (1)

SWJTU-ML/MDMSC 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

LGBQPC: Local Granular-Ball Quality Peaks Clustering

2025-05-16 · Zihang Jia, Zhen Zhang, Witold Pedrycz

The density peaks clustering (DPC) algorithm has attracted considerable attention for its ability to detect arbitrarily shaped clusters based on a simple yet effective assumption. Recent advancements integrating granular…

ClusteringComputational EfficiencyDensity Estimation

Mining Large Quasi-cliques with Quality Guarantees from Vertex Neighborhoods

2020-08-18 · Aritra Konar, Nicholas D. Sidiropoulos

Mining dense subgraphs is an important primitive across a spectrum of graph-mining tasks. In this work, we formally establish that two recurring characteristics of real-world graphs, namely heavy-tailed degree distributi…

ClusteringGraph Mining

A review of mean-shift algorithms for clustering

2015-03-02 · Miguel Á. Carreira-Perpiñán

A natural way to characterize the cluster structure of a dataset is by finding regions containing a high density of data. This can be done in a nonparametric way with a kernel density estimate, whose modes and hence clus…

ClusteringDenoisingImage SegmentationSemantic Segmentation

Density Ratio Estimation via Sampling along Generalized Geodesics on Statistical Manifolds

2024-06-27 · Masanari Kimura, Howard Bondell

The density ratio of two probability distributions is one of the fundamental tools in mathematical and computational statistics and machine learning, and it has a variety of known applications. Therefore, density ratio e…

Density Ratio Estimation

Hyperbolic VAE via Latent Gaussian Distributions

2022-09-30 · NeurIPS 2023 11 · Seunghyuk Cho, Juyong Lee, Dongwoo Kim

We propose a Gaussian manifold variational auto-encoder (GM-VAE) whose latent space consists of a set of Gaussian distributions. It is known that the set of the univariate Gaussian distributions with the Fisher informati…

Density EstimationModel-based Reinforcement Learningreinforcement-learningReinforcement Learning