TeraHAC: Hierarchical Agglomerative Clustering of Trillion-Edge Graphs

August 07, 2023 Β· Declared Dead Β· πŸ› Proc. ACM Manag. Data

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Laxman Dhulipala, Jason Lee, Jakub Łącki, Vahab Mirrokni arXiv ID 2308.03578 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DB, cs.DC, cs.IR Citations 16 Venue Proc. ACM Manag. Data Last Checked 3 months ago
Abstract
We introduce TeraHAC, a $(1+Ξ΅)$-approximate hierarchical agglomerative clustering (HAC) algorithm which scales to trillion-edge graphs. Our algorithm is based on a new approach to computing $(1+Ξ΅)$-approximate HAC, which is a novel combination of the nearest-neighbor chain algorithm and the notion of $(1+Ξ΅)$-approximate HAC. Our approach allows us to partition the graph among multiple machines and make significant progress in computing the clustering within each partition before any communication with other partitions is needed. We evaluate TeraHAC on a number of real-world and synthetic graphs of up to 8 trillion edges. We show that TeraHAC requires over 100x fewer rounds compared to previously known approaches for computing HAC. It is up to 8.3x faster than SCC, the state-of-the-art distributed algorithm for hierarchical clustering, while achieving 1.16x higher quality. In fact, TeraHAC essentially retains the quality of the celebrated HAC algorithm while significantly improving the running time.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted