中文
相关论文

相关论文: Parallel Correlation Clustering on Big Graphs

200 篇论文

Correlation clustering is a well-studied problem, first proposed by Bansal, Blum, and Chawla [Mach. Learn. '04]. The input is an unweighted, undirected graph. The problem is to cluster the vertices so as to minimize the number of edges…

Hierarchical clustering is a stronger extension of one of today's most influential unsupervised learning methods: clustering. The goal of this method is to create a hierarchy of clusters, thus constructing cluster evolutionary history and…

数据结构与算法 · 计算机科学 2021-01-14 MohammadTaghi Hajiaghayi , Marina Knittel

We study large-scale, distributed graph clustering. Given an undirected graph, our objective is to partition the nodes into disjoint sets called clusters. A cluster should contain many internal edges while being sparsely connected to other…

数据结构与算法 · 计算机科学 2020-04-28 Michael Hamann , Ben Strasser , Dorothea Wagner , Tim Zeitz

We study the correlation clustering problem in the node-arrival data stream model. Unlike previous work, where the stream consists of the graph's edges, we focus on the setting in which the stream contains only the nodes. This model better…

数据结构与算法 · 计算机科学 2026-05-11 Kaiwen Liu , Seba Daniela Villalobos , Qin Zhang

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…

机器学习 · 计算机科学 2016-03-17 Shahzad Bhatti , Carolyn Beck , Angelia Nedic

We have proposed a model based upon flocking on a complex network, and then developed two clustering algorithms on the basis of it. In the algorithms, firstly a \textit{k}-nearest neighbor (knn) graph as a weighted and directed graph is…

机器学习 · 计算机科学 2008-12-31 Qiang Li , Yan He , Jing-ping Jiang

One important tool is the optimal clustering of data into useful categories. Dividing similar objects into a smaller number of clusters is of importance in many applications. These include search engines, monitoring of academic performance,…

分布式、并行与集群计算 · 计算机科学 2017-09-21 Gavriel Yarmish , Philip Listowsky , Simon Dexter

Motivated by applications in community detection and dense subgraph discovery, we consider new clustering objectives in hypergraphs and bipartite graphs. These objectives are parameterized by one or more resolution parameters in order to…

数据结构与算法 · 计算机科学 2020-06-22 Nate Veldt , Anthony Wirth , David F. Gleich

Correlation Clustering (CC) is a foundational problem in unsupervised learning that models binary similarity relations using labeled graphs. While classical CC has been widely studied, many real-world applications involve more nuanced…

数据结构与算法 · 计算机科学 2025-09-23 Chenglin Fan , Dahoon Lee , Euiwoong Lee

We study the problem of graph clustering under a broad class of objectives in which the quality of a cluster is defined based on the ratio between the number of edges in the cluster, and the total weight of vertices in the cluster. We show…

数据结构与算法 · 计算机科学 2023-01-02 Jakub Łącki , Vahab Mirrokni , Christian Sohler

Spectral clustering is a popular and effective algorithm designed to find $k$ clusters in a graph $G$. In the classical spectral clustering algorithm, the vertices of $G$ are embedded into $\mathbb{R}^k$ using $k$ eigenvectors of the graph…

数据结构与算法 · 计算机科学 2023-10-18 Peter Macgregor

Clustering is a NP-hard problem. Thus, no optimal algorithm exists, heuristics are applied to cluster the data. Heuristics can be very resource-intensive, if not applied properly. For substantially large data sets computational efficiencies…

数据库 · 计算机科学 2020-03-11 Mujahid Sultan

How do graph clustering techniques compare with respect to their summarization power? How well can they summarize a million-node graph with a few representative structures? Graph clustering or community detection algorithms can summarize a…

信息检索 · 计算机科学 2015-11-24 Yike Liu , Neil Shah , Danai Koutra

Graph clustering problems typically aim to partition the graph nodes such that two nodes belong to the same partition set if and only if they are similar. Correlation Clustering is a graph clustering formulation which: (1) takes as input a…

社会与信息网络 · 计算机科学 2021-10-19 Jimit Majmudar , Stephen Vavasis

Large-scale L1-regularized loss minimization problems arise in high-dimensional applications such as compressed sensing and high-dimensional supervised learning, including classification and regression problems. High-performance algorithms…

机器学习 · 统计学 2012-12-19 Chad Scherrer , Ambuj Tewari , Mahantesh Halappanavar , David Haglin

One of the most useful measures of cluster quality is the modularity of a partition, which measures the difference between the number of the edges joining vertices from the same cluster and the expected number of such edges in a random…

数据分析、统计与概率 · 物理学 2009-09-29 Hristo Djidjev

Grouping together similar elements in datasets is a common task in data mining and machine learning. In this paper, we study streaming algorithms for correlation clustering, where each pair of elements is labeled either similar or…

数据结构与算法 · 计算机科学 2025-03-05 Mélanie Cambus , Fabian Kuhn , Etna Lindy , Shreyas Pai , Jara Uitto

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 Laplacian matrix, and…

数据结构与算法 · 计算机科学 2017-02-01 Richard Peng , He Sun , Luca Zanetti

Chromatic Correlation Clustering (CCC) generalizes Correlation Clustering by assigning multiple categorical relationships (colors) to edges and imposing chromatic constraints on the clusters. Unlike traditional Correlation Clustering, which…

数据结构与算法 · 计算机科学 2025-07-22 Dahoon Lee , Chenglin Fan , Euiwoong Lee

Hierarchical Agglomerative Clustering (HAC) is an extensively studied and widely used method for hierarchical clustering in $\mathbb{R}^k$ based on repeatedly merging the closest pair of clusters according to an input linkage function $d$.…