paper-with-me

홈 › Papers

Re-embedding data to strengthen recovery guarantees of clustering

2023-01-26 · Tao Jiang, Samuel Tan, Stephen Vavasis

We propose a clustering method that involves chaining four known techniques into a pipeline yielding an algorithm with stronger recovery guarantees than any of the four components separately. Given $n$ points in $\mathbb R^d$, the first component of our pipeline, which we call leapfrog distances, is reminiscent of density-based clustering, yielding an $n\times n$ distance matrix. The leapfrog distances are then translated to new embeddings using multidimensional scaling and spectral methods, two other known techniques, yielding new embeddings of the $n$ points in $\mathbb R^{d'}$, where $d'$ satisfies $d'\ll d$ in general. Finally, sum-of-norms (SON) clustering is applied to the re-embedded points. Although the fourth step (SON clustering) can in principle be replaced by any other clustering method, our focus is on provable guarantees of recovery of underlying structure. Therefore, we establish that the re-embedding improves recovery SON clustering, since SON clustering is a well-studied method that already has provable guarantees.

📄 PDF Abstract BibTeX arXiv:2301.10901

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Graph Clustering: Block-models and model free results

2016-12-01 · NeurIPS 2016 12 · Yali Wan, Marina Meila

Clustering graphs under the Stochastic Block Model (SBM) and extensions are well studied. Guarantees of correctness exist under the assumption that the data is sampled from a model. In this paper, we propose a framework,…

ClusteringGraph ClusteringmodelStochastic Block Model

The Condition-Number Principle for Prototype Clustering

2026-04-09 · Romano Li, Jianfei Cao arxiv

We develop a geometric framework that links objective accuracy to structural recovery in prototype-based clustering. The analysis is algorithm-agnostic and applies to a broad class of admissible loss functions. We define…

Randomly Projected Convex Clustering Model: Motivation, Realization, and Cluster Recovery Guarantees

2023-03-29 · Ziwen Wang, Yancheng Yuan, Jiaming Ma, Tieyong Zeng 외

In this paper, we propose a randomly projected convex clustering model for clustering a collection of $n$ high dimensional data points in $\mathbb{R}^d$ with $K$ hidden clusters. Compared to the convex clustering model f…

Clustering

Community Detection Guarantees Using Embeddings Learned by Node2Vec

2023-10-26 · Andrew Davison, S. Carlyle Morgan, Owen G. Ward

Embedding the nodes of a large network into an Euclidean space is a common objective in modern machine learning, with a variety of tools available. These embeddings can then be used as features for tasks such as communit…

ClusteringCommunity DetectionLink PredictionNode Clustering

Recovery Guarantees for Kernel-based Clustering under Non-parametric Mixture Models

2021-10-18 · Leena Chennuru Vankadara, Sebastian Bordt, Ulrike Von Luxburg, Debarghya Ghoshdastidar

Despite the ubiquity of kernel-based clustering, surprisingly few statistical guarantees exist beyond settings that consider strong structural assumptions on the data generation process. In this work, we take a step towa…

Clustering