paper-with-me

홈 › Papers

Efficient Eigen-updating for Spectral Graph Clustering

2013-01-07 · Charanpal Dhanjal, Romaric Gaudel, Stéphan Clémençon

Partitioning a graph into groups of vertices such that those within each group are more densely connected than vertices assigned to different groups, known as graph clustering, is often used to gain insight into the organisation of large scale networks and for visualisation purposes. Whereas a large number of dedicated techniques have been recently proposed for static graphs, the design of on-line graph clustering methods tailored for evolving networks is a challenging problem, and much less documented in the literature. Motivated by the broad variety of applications concerned, ranging from the study of biological networks to the analysis of networks of scientific references through the exploration of communications networks such as the World Wide Web, it is the main purpose of this paper to introduce a novel, computationally efficient, approach to graph clustering in the evolutionary context. Namely, the method promoted in this article can be viewed as an incremental eigenvalue solution for the spectral clustering method described by Ng. et al. (2001). The incremental eigenvalue solution is a general technique for finding the approximate eigenvectors of a symmetric matrix given a change. As well as outlining the approach in detail, we present a theoretical bound on the quality of the approximate eigenvectors using perturbation theory. We then derive a novel spectral clustering algorithm called Incremental Approximate Spectral Clustering (IASC). The IASC algorithm is simple to implement and its efficacy is demonstrated on both synthetic and real datasets modelling the evolution of a HIV epidemic, a citation network and the purchase history graph of an e-commerce website.

📄 PDF Abstract BibTeX arXiv:1301.1318

Code (0)

등록된 구현이 없습니다.

Tasks

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

Spectral Modification of Graphs for Improved Spectral Clustering

2019-12-01 · NeurIPS 2019 12 · Ioannis Koutis, Huong Le

Spectral clustering algorithms provide approximate solutions to hard optimization problems that formulate graph partitioning in terms of the graph conductance. It is well understood that the quality of these approxima…

Clusteringgraph partitioning

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

Clusteringgraph partitioning

On Consistency of Compressive Spectral Clustering

2017-02-12 · Muni Sreenivas Pydi, Ambedkar Dukkipati

Spectral clustering is one of the most popular methods for community detection in graphs. A key step in spectral clustering algorithms is the eigen decomposition of the $n{\times}n$ graph Laplacian matrix to extract its …

ClusteringCommunity DetectionStochastic Block Model

Higher-Order Spectral Clustering for Geometric Graphs

2020-09-23 · Konstantin Avrachenkov, Andrei Bobu, Maximilien Dreveton

The present paper is devoted to clustering geometric graphs. While the standard spectral clustering is often not effective for geometric graphs, we present an effective generalization, which we call higher-order spectral…

Clustering

The Mathematics Behind Spectral Clustering And The Equivalence To PCA

2021-03-01 · T Shen

Spectral clustering is a popular algorithm that clusters points using the eigenvalues and eigenvectors of Laplacian matrices derived from the data. For years, spectral clustering has been working mysteriously. This paper…

ClusteringDimensionality Reduction