paper-with-me

홈 › Papers

Dynamic Spectral Clustering with Provable Approximation Guarantee

2024-06-05 · Steinar Laenen, He Sun

This paper studies clustering algorithms for dynamically evolving graphs $\{G_t\}$, in which new edges (and potential new vertices) are added into a graph, and the underlying cluster structure of the graph can gradually change. The paper proves that, under some mild condition on the cluster-structure, the clusters of the final graph $G_T$ of $n_T$ vertices at time $T$ can be well approximated by a dynamic variant of the spectral clustering algorithm. The algorithm runs in amortised update time $O(1)$ and query time $o(n_T)$. Experimental studies on both synthetic and real-world datasets further confirm the practicality of our designed algorithm.

📄 PDF Abstract BibTeX arXiv:2406.03152

Code (1)

SteinarLaenen/Dynamic-Spectral-Clustering-With-Provable-Approximation-Guarantee 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

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

Clustering

Near-Optimal Correlation Clustering with Privacy

2022-03-02 · Vincent Cohen-Addad, Chenglin Fan, Silvio Lattanzi, Slobodan Mitrović 외

Correlation clustering is a central problem in unsupervised learning, with applications spanning community detection, duplicate detection, automated labelling and many more. In the correlation clustering problem one rece…

ClusteringCommunity Detection

Path-Based Spectral Clustering: Guarantees, Robustness to Outliers, and Fast Algorithms

2017-12-17 · Anna Little, Mauro Maggioni, James M. Murphy

We consider the problem of clustering with the longest-leg path distance (LLPD) metric, which is informative for elongated and irregularly shaped clusters. We prove finite-sample guarantees on the performance of clusteri…

Clustering

Structure-Aware Spectral Sparsification via Uniform Edge Sampling

2025-10-14 · Kaiwen He, Petros Drineas, Rajiv Khanna arxiv

Spectral clustering is a fundamental method for graph partitioning, but its reliance on eigenvector computation limits scalability to massive graphs. Classical sparsification methods preserve spectral properties by sampl…

graph partitioning

On hyperparameter tuning in general clustering problemsm

2020-01-01 · ICML 2020 1 · Xinjie Fan, Yuguang Yue, Purnamrita Sarkar, Y. X. Rachel Wang

Tuning hyperparameters for unsupervised learning problems is difficult in general due to the lack of ground truth for validation. However, the success of most clustering methods depends heavily on the correct choice of t…

ClusteringCommunity DetectionModel Selection