paper-with-me

홈 › Papers

Data Clustering and Graph Partitioning via Simulated Mixing

2016-03-15 · Shahzad Bhatti, Carolyn Beck, Angelia Nedic

Spectral clustering approaches have led to well-accepted algorithms for finding accurate clusters in a given dataset. However, their application to large-scale datasets has been hindered by computational complexity of eigenvalue decompositions. Several algorithms have been proposed in the recent past to accelerate spectral clustering, however they compromise on the accuracy of the spectral clustering to achieve faster speed. In this paper, we propose a novel spectral clustering algorithm based on a mixing process on a graph. Unlike the existing spectral clustering algorithms, our algorithm does not require computing eigenvectors. Specifically, it finds the equivalent of a linear combination of eigenvectors of the normalized similarity matrix weighted with corresponding eigenvalues. This linear combination is then used to partition the dataset into meaningful clusters. Simulations on real datasets show that partitioning datasets based on such linear combinations of eigenvectors achieves better accuracy than standard spectral clustering methods as the number of clusters increase. Our algorithm can easily be implemented in a distributed setting.

📄 PDF Abstract BibTeX arXiv:1603.04918

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioning

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 제목 키워드 기반

A Min-max Cult Algorithm for Graph Partitioning and Data Clustering

2002-08-07 · Proceedings 2001 IEEE International Conference on Data Mining 2002 8 · Chris H.Q. Ding, Xiaofeng He, Hongyuan Zhab, Ming Gu 외

An important application of graph partitioning is data clustering using a graph model - the pairwise similarities between all data objects form a weighted graph adjacency matrix that contains all necessary information fo…

Clusteringgraph partitioning

Inhomogeneous Hypergraph Clustering with Applications

2017-09-05 · NeurIPS 2017 12 · Pan Li, Olgica Milenkovic

Hypergraph partitioning is an important problem in machine learning, computer vision and network analytics. A widely used method for hypergraph partitioning relies on minimizing a normalized sum of the costs of partition…

Clusteringhypergraph partitioning

Fusion Moves for Correlation Clustering

2015-06-01 · CVPR 2015 6 · Thorsten Beier, Fred A. Hamprecht, Jorg H. Kappes

Correlation clustering, or multicut partitioning, is widely used in image segmentation for partitioning an undirected graph or image with positive and negative edge weights such that the sum of cut edge weights is minim…

ClusteringImage SegmentationSemantic Segmentationvalid

Partitioning Well-Clustered Graphs: Spectral Clustering Works!

2014-11-07 · Richard Peng, He Sun, Luca Zanetti

In this paper we study variants of the widely used spectral clustering that partitions a graph into k clusters by (1) embedding the vertices of a graph into a low-dimensional space using the bottom eigenvectors of the La…

Clustering

Flow-Based Algorithms for Local Graph Clustering

2013-07-10 · Lorenzo Orecchia, Zeyuan Allen Zhu

Given a subset S of vertices of an undirected graph G, the cut-improvement problem asks us to find a subset S that is similar to A but has smaller conductance. A very elegant algorithm for this problem has been given by …

ClusteringGraph Clusteringgraph partitioning