Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

2765528271,103 · Jun 202019922001200920182026
48 results for graph clustering algorithms

AMOS automates model order selection for spectral graph clustering.

problem Automated selection of the correct number of clusters in spectral graph clustering.
method Incrementally increases the number of clusters, estimates cluster quality, and provides reliability tests.
result AMOS outputs clusters of minimal model order with statistical guarantees.

Improved spectral clustering algorithm for better performance.

problem Improving the performance of spectral clustering algorithms.
method Developed a new performance guarantee under a weaker assumption and evaluated using a different spectral embedding map.
result Better performance guarantee under a weaker assumption and evaluation of a new spectral embedding map.

KCoreMotif clusters large networks efficiently by exploiting k-core decomposition and motifs.

problem Efficiently clustering large networks for trust evaluation.
method Exploits k-core decomposition and motifs to perform motif-based spectral clustering on k-core subgraphs.
result The proposed algorithm is accurate and efficient for large networks.

A new spectral clustering algorithm uses convex programming for better cluster identification.

problem Improving spectral clustering for better cluster identification in well-clustered graphs.
method Uses convex programming in the grouping stage of spectral clustering.
result The algorithm can find clusters of nodes with minimal conductance for well-clustered graphs.

Two spectral algorithms detect clusters in directed graphs with cyclic or acyclic patterns.

problem Detecting clusters in directed graphs with cyclic or acyclic patterns.
method Computation of extremal eigenvalues of the transition matrix associated with the directed graph.
result The proposed methods outperform state-of-the-art methods on synthetic datasets and real-world networks.

A scalable framework for clustering large graphs using randomized sketching.

problem Clustering large partially observed graphs efficiently.
method Randomized graph sketching, correlation-based retrieval, uniform and degree-based node sampling.
result Improved phase transitions for clustering with reduced computational complexity and minimum cluster size.

New method clusters directed graphs using Koopman operators.

problem Challenges in clustering directed graphs, especially complex eigenvalues and lack of cluster definition.
method Relate graph Laplacians to transfer operators and metastable sets in stochastic systems, derive clustering algorithms for directed and time-evolving graphs.
result Clusters can be interpreted as coherent sets, useful for analyzing transport and mixing processes.

This paper develops a multilayer spectral clustering method for heterogeneous data.

problem Clustering in multilayer graphs with varying layer weights and structures.
method Convex layer aggregation for multilayer spectral graph clustering (SGC).
result Phase transition analysis and automated cluster assignment with statistical guarantees.

New clustering method avoids problematic properties of existing algorithms.

problem Existing clustering algorithms cannot satisfy all natural clustering properties.
method Developed Morse Clustering using Morse Theory to satisfy Kleinberg's axioms with a new property, Monotonic Consistency.
result Morse Clustering satisfies Kleinberg's original axioms with Consistency replaced by Monotonic Consistency.

New spectral clustering for directed graphs reveals socio-economic patterns.

problem Spectral clustering for directed graphs is unsatisfactory due to edge directionality.
method Proposes a complex-valued matrix representation and analysis for directed graphs.
result Our approach reveals socio-economic patterns in internal migration data.

Algorithm predicts graph label changes online with cluster specialists.

problem Online prediction of graph label changes with changing data.
method Specialist approach with cluster specialists, focusing on probabilistic cluster structure.
result Algorithm achieves O(logn)\mathcal{O}(\log n) time complexity, significantly faster than existing methods.

Given a similarity graph between items, correlation clustering (CC) groups similar items together and dissimilar ones apart. One of the most popular CC algorithms is KwikCluster: an algorithm that serially clusters neighborhoods of vertices, and obtains a 3-approximation ratio. Unfortunately, KwikCluster in practice re…

2015-07-17abs ↗pdf ↗

New algorithms detect outliers in high-dimensional data with arbitrary shapes.

problem Challenges of high dimensionality and varying cluster shapes in traditional outlier detection methods.
method Cluster Catch Digraphs (CCDs) and their variants (U-MCCD, UN-MCCD, SU-MCCD, SUN-MCCD).
result U-MCCD efficiently identifies outliers with high true negative rates, and SU-MCCD improves handling of non-uniform clusters.

Cluster-GCN efficiently trains deep GCNs on large graphs without memory or computational constraints.

problem Training large-scale GCNs is computationally and memory-intensive.
method Cluster-GCN exploits graph clustering to restrict neighborhood search to dense subgraphs, reducing memory and computational requirements.
result Cluster-GCN achieves comparable test accuracy to previous algorithms while being faster and using less memory.

New algorithms for clustering and dimension reduction using relative von Neumann entropy.

problem Clustering and dimension reduction for complex data sets.
method Construct graphs from data points, select graph maximizing relative von Neumann entropy, use eigenvectors for dimension reduction.
result Outperforms existing methods on non-trivial data sets.

This paper proposes a simple but effective graph-based agglomerative algorithm, for clustering high-dimensional data. We explore the different roles of two fundamental concepts in graph theory, indegree and outdegree, in the context of clustering. The average indegree reflects the density near a sample, and the average…

2012-08-25abs ↗pdf ↗

New methods cluster and test graphs without vertex correspondence.

problem Clustering and testing of networks without vertex correspondence.
method Inspired by graphon estimation, propose a novel graph distance and clustering algorithms.
result Prove statistical consistency of clustering algorithms under Lipschitz assumptions on graph degrees.

A new clustering algorithm GDT improves on HDBSCAN for uneven data.

problem Data clustering with uneven distribution and high noise.
method GDT combines local and global structures, forming local clusters and estimating a global topological graph based on connectivity between clusters.
result GDT achieves SOTA performance on various datasets with low time complexity.

A new algorithm PD improves stock-correlation network clustering and robustness.

problem Improving clustering and robustness of stock-correlation networks.
method Proposes a new proportional degree algorithm to filter information on a complete graph of normalised mutual information.
result The PD algorithm produces a network with better homogeneity and robustness compared to PMFG.

EAP clusters evolving data, promoting temporal smoothness and automatic cluster tracking.

problem Clustering time-evolving data with temporal smoothness and automatic cluster identification.
method Evolutionary Affinity Propagation (EAP) on a factor graph exchanging messages between adjacent data snapshots.
result EAP clusters data with temporal smoothness and automatically tracks clusters, outperforming existing methods.

Spectral clustering (SC) and graph-based semi-supervised learning (SSL) algorithms are sensitive to how graphs are constructed from data. In particular if the data has proximal and unbalanced clusters these algorithms can lead to poor performance on well-known graphs such as kk-NN, full-RBF, εε-graphs. This is becaus…

2013-02-20abs ↗pdf ↗

In this work we develop a theory of hierarchical clustering for graphs. Our modeling assumption is that graphs are sampled from a graphon, which is a powerful and general model for generating graphs and analyzing large networks. Graphons are a far richer class of graph models than stochastic blockmodels, the primary se…

2016-07-06abs ↗pdf ↗

New algorithm for multiway spectral clustering on Grassmann manifolds.

problem Efficiently computing multiple eigenvectors of a nonlinear graph Laplacian.
method Direct multiway spectral clustering in pp-norm, reformulated as minimization on Grassmann manifold.
result Monotonic decrease of balanced graph cuts leads to optimal solutions.