paper-with-me

Papers

Parallel Algorithms for Median Consensus Clustering in Complex Networks

2024-08-21 · Md Taufique Hussain, Mahantesh Halappanavar, Samrat Chatterjee, Filippo Radicchi, Santo Fortunato, Ariful Azad

We develop an algorithm that finds the consensus of many different clustering solutions of a graph. We formulate the problem as a median set partitioning problem and propose a greedy optimization technique. Unlike other approaches that find median set partitions, our algorithm takes graph structure into account and finds a comparable quality solution much faster than the other approaches. For graphs with known communities, our consensus partition captures the actual community structure more accurately than alternative approaches. To make it applicable to large graphs, we remove sequential dependencies from our algorithm and design a parallel algorithm. Our parallel algorithm achieves 35x speedup when utilizing 64 processing cores for large real-world graphs from single-cell experiments.

📄 PDF Abstract BibTeX arXiv:2408.11331

Code (1)

taufique71/pamcon 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parallel and Efficient Hierarchical k-Median Clustering

2021-12-01 · NeurIPS 2021 12 · Vincent Cohen-Addad, Silvio Lattanzi, Ashkan Norouzi-Fard, Christian Sohler 외

As a fundamental unsupervised learning task, hierarchical clustering has been extensively studied in the past decade. In particular, standard metric formulations as hierarchical $k$-center, $k$-means, and $k$-median rec…

Clustering

Sample-and-Search: An Effective Algorithm for Learning-Augmented k-Median Clustering in High dimensions

2026-03-11 · Kangke Cheng, Shihong Song, Guanlin Mo, Hu Ding arxiv

In this paper, we investigate the learning-augmented $k$-median clustering problem, which aims to improve the performance of traditional clustering algorithms by preprocessing the point set with a predictor of error rate…

Distributed k-Means and k-Median Clustering on General Topologies

2013-06-03 · NeurIPS 2013 12 · Maria Florina Balcan, Steven Ehrlich, YIngyu Liang

This paper provides new algorithms for distributed clustering for two popular center-based objectives, k-median and k-means. These algorithms have provable guarantees and improve communication complexity over existing ap…

Clustering

Impossibility of Depth Reduction in Explainable Clustering

2023-05-04 · Chengyuan Deng, Surya Teja Gavva, Karthik C. S., Parth Patel 외

Over the last few years Explainable Clustering has gathered a lot of attention. Dasgupta et al. [ICML'20] initiated the study of explainable k-means and k-median clustering problems where the explanation is captured by a…

Clustering

A Generic Framework for Fair Consensus Clustering in Streams

2026-02-12 · Diptarka Chakraborty, Kushagra Chatterjee, Debarati Das, Tien-Long Nguyen arxiv

Consensus clustering seeks to combine multiple clusterings of the same dataset, potentially derived by considering various non-sensitive attributes by different agents in a multi-agent environment, into a single partitio…