LGIRMLNov 16, 2020

Automatic selection of clustering algorithms using supervised graph embedding

arXiv:2011.08225v320 citations
Originality Incremental advance
AI Analysis

This addresses the algorithm selection challenge in clustering, reducing the need for human expertise in data mining, though it is an incremental improvement over existing meta-learning approaches.

The paper tackles the problem of automatically selecting clustering algorithms for new datasets by introducing MARCO-GE, a meta-learning approach that uses graph embeddings and neural networks to recommend top-performing algorithms, achieving superior predictive and generalization performance over state-of-the-art methods as demonstrated on 210 datasets, 13 algorithms, and 10 measures.

The widespread adoption of machine learning (ML) techniques and the extensive expertise required to apply them have led to increased interest in automated ML solutions that reduce the need for human intervention. One of the main challenges in applying ML to previously unseen problems is algorithm selection - the identification of high-performing algorithm(s) for a given dataset, task, and evaluation measure. This study addresses the algorithm selection challenge for data clustering, a fundamental task in data mining that is aimed at grouping similar objects. We present MARCO-GE, a novel meta-learning approach for the automated recommendation of clustering algorithms. MARCO-GE first transforms datasets into graphs and then utilizes a graph convolutional neural network technique to extract their latent representation. Using the embedding representations obtained, MARCO-GE trains a ranking meta-model capable of accurately recommending top-performing algorithms for a new dataset and clustering evaluation measure. Extensive evaluation on 210 datasets, 13 clustering algorithms, and 10 clustering measures demonstrates the effectiveness of our approach and its superiority in terms of predictive and generalization performance over state-of-the-art clustering meta-learning approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes