paper-with-me

홈 › Papers

An Incremental Reseeding Strategy for Clustering

2014-06-15 · Xavier Bresson, Huiyi Hu, Thomas Laurent, Arthur Szlam, James Von Brecht

In this work we propose a simple and easily parallelizable algorithm for multiway graph partitioning. The algorithm alternates between three basic components: diffusing seed vertices over the graph, thresholding the diffused seeds, and then randomly reseeding the thresholded clusters. We demonstrate experimentally that the proper combination of these ingredients leads to an algorithm that achieves state-of-the-art performance in terms of cluster purity on standard benchmarks datasets. Moreover, the algorithm runs an order of magnitude faster than the other algorithms that achieve comparable results in terms of accuracy. We also describe a coarsen, cluster and refine approach similar to GRACLUS and METIS that removes an additional order of magnitude from the runtime of our algorithm while still maintaining competitive accuracy.

📄 PDF Abstract BibTeX arXiv:1406.3837

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioning

Similar Papers 제목 키워드 기반

Unsupervised vehicle recognition using incremental reseeding of acoustic signatures

2018-02-17 · Justin Sunu, Blake Hunter, Allon G. Percus

Vehicle recognition and classification have broad applications, ranging from traffic flow management to military target identification. We demonstrate an unsupervised method for automated identification of moving vehicle…

ClusteringDimensionality ReductionGeneral ClassificationManagement

Adaptive Markov State Model estimation using short reseeding trajectories

2019-12-12

In the last decade, advances in molecular dynamics (MD) and Markov State Model (MSM) methodologies have made possible accurate and efficient estimation of kinetic rates and reactive pathways for complex biomolecular dyna…

Protein Folding

Incremental Clustering: The Case for Extra Clusters

2014-06-24 · NeurIPS 2014 12 · Margareta Ackerman, Sanjoy Dasgupta

The explosion in the amount of data available for analysis often necessitates a transition from batch to incremental clustering methods, which process one element at a time and typically store only a small subset of the …

Clustering

Incremental Minimax Optimization based Fuzzy Clustering for Large Multi-view Data

2016-08-25 · Yangtao Wang, Lihui Chen, Xiao-Li Li

Incremental clustering approaches have been proposed for handling large data when given data set is too large to be stored. The key idea of these approaches is to find representatives to represent each cluster in each da…

Clustering

Toward Efficient and Incremental Spectral Clustering via Parametric Spectral Clustering

2023-11-14 · Jo-Chun Chen, Hung-Hsuan Chen

Spectral clustering is a popular method for effectively clustering nonlinearly separable data. However, computational limitations, memory requirements, and the inability to perform incremental learning challenge its wide…

ClusteringComputational EfficiencyIncremental Learning