paper-with-me

Papers

Scalable Community Detection via Parallel Correlation Clustering

2021-07-27 · Jessica Shi, Laxman Dhulipala, David Eisenstat, Jakub Łącki, Vahab Mirrokni

Graph clustering and community detection are central problems in modern data mining. The increasing need for analyzing billion-scale data calls for faster and more scalable algorithms for these problems. There are certain trade-offs between the quality and speed of such clustering algorithms. In this paper, we design scalable algorithms that achieve high quality when evaluated based on ground truth. We develop a generalized sequential and shared-memory parallel framework based on the LambdaCC objective (introduced by Veldt et al.), which encompasses modularity and correlation clustering. Our framework consists of highly-optimized implementations that scale to large data sets of billions of edges and that obtain high-quality clusters compared to ground-truth data, on both unweighted and weighted graphs. Our empirical evaluation shows that this framework improves the state-of-the-art trade-offs between speed and quality of scalable community detection. For example, on a 30-core machine with two-way hyper-threading, our implementations achieve orders of magnitude speedups over other correlation clustering baselines, and up to 28.44x speedups over our own sequential baselines while maintaining or improving quality.

📄 PDF Abstract BibTeX arXiv:2108.01731

Code (1)

jeshi96/parallel-correlation-clustering 공식 구현

Tasks

ClusteringCommunity DetectionGraph Clustering

Similar Papers 제목 키워드 기반

High Quality, Scalable and Parallel Community Detectionfor Large Real Graphs

2014-03-19 · WWW 2014 3 · Arnau Prat-Pérez, David Dominguez-Sal, Josep-Lluis Larriba-Pey

Community detection has arisen as one of the most relevant topics in the field of graph mining, principally for its applications in domains such as social or biological networks analysis. Different community detection al…

ClusteringCommunity DetectionGraph MiningVocal Bursts Intensity Prediction

The ParClusterers Benchmark Suite (PCBS): A Fine-Grained Analysis of Scalable Graph Clustering

2024-11-15 · Shangdi Yu, Jessica Shi, Jamison Meindl, David Eisenstat 외

We introduce the ParClusterers Benchmark Suite (PCBS) -- a collection of highly scalable parallel graph clustering algorithms and benchmarking tools that streamline comparing different graph clustering algorithms and imp…

BenchmarkingClusteringCommunity DetectionGraph Clustering

Near-Optimal Correlation Clustering with Privacy

2022-03-02 · Vincent Cohen-Addad, Chenglin Fan, Silvio Lattanzi, Slobodan Mitrović 외

Correlation clustering is a central problem in unsupervised learning, with applications spanning community detection, duplicate detection, automated labelling and many more. In the correlation clustering problem one rece…

ClusteringCommunity Detection

Agglomerative Likelihood Clustering

2019-08-02 · Lionel Yelibi, Tim Gebbie

We consider the problem of fast time-series data clustering. Building on previous work modeling the correlation-based Hamiltonian of spin variables we present an updated fast non-expensive Agglomerative Likelihood Cluste…

ClusteringCommunity DetectionTime SeriesTime Series Analysis

Scalable and Robust Community Detection with Randomized Sketching

2018-05-25 · Mostafa Rahmani, Andre Beckus, Adel Karimian, George Atia

This article explores and analyzes the unsupervised clustering of large partially observed graphs. We propose a scalable and provable randomized framework for clustering graphs generated from the stochastic block model. …

ClusteringCommunity DetectionMatrix CompletionRetrieval+1