The Automatic Quasi-clique Merger algorithm (AQCM)
Scott Payne, Edgar Fuller, George Spirou, Cun-Quan Zhang

TL;DR
The AQCM algorithm is an adaptive hierarchical clustering method that automatically determines the number and size of clusters based on data structure, eliminating the need for parameter tuning, demonstrated on social network community detection.
Contribution
This paper introduces the AQCM algorithm, an improved quasi-clique merger method that automatically adapts to data structure without parameter tuning.
Findings
Automatically detects varying cluster sizes based on data
Efficiently handles large social network data
Eliminates parameter tuning in clustering process
Abstract
The Automatic Quasi-clique Merger algorithm is a new algorithm adapted from early work published under the name QCM (quasi-clique merger) [Ou2006, Ou2007, Zhao2011, Qi2014]. The AQCM algorithm performs hierarchical clustering in any data set for which there is an associated similarity measure quantifying the similarity of any data i and data j. Importantly, the method exhibits two valuable performance properties: 1) the ability to automatically return either a larger or smaller number of clusters depending on the inherent properties of the data rather than on a parameter 2) the ability to return a very large number of relatively small clusters automatically when such clusters are reasonably well defined in a data set. In this work we present the general idea of a quasi-clique agglomerative approach, provide the full details of the mathematical steps of the AQCM algorithm, and explain…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Genome Rearrangement Algorithms · Data Mining Algorithms and Applications
