Automated Machine Learning for Unsupervised Tabular Tasks
Prabhant Singh, Pieter Gijsbers, Elif Ceren Gok Yildirim, Murat Onur Yildirim, Joaquin Vanschoren
TL;DR
LOTUS addresses unsupervised tabular AutoML by learning to select pipelines through meta-learning and dataset similarity. It relies on $GW$ (Gromov-Wasserstein) distance, computed on FastICA-transformed data, to identify the most similar prior dataset and transfer its optimal pipeline. Across outlier detection and clustering, LOTUS demonstrates strong performance against baselines and provides open-source AutoML tools, highlighting the practicality of a unified similarity-based model selection framework for unsupervised learning. By avoiding extensive meta-feature engineering and leveraging a two-phase learning strategy, LOTUS offers a scalable approach to automate unsupervised pipeline selection in diverse tabular domains.
Abstract
In this work, we present LOTUS (Learning to Learn with Optimal Transport for Unsupervised Scenarios), a simple yet effective method to perform model selection for multiple unsupervised machine learning(ML) tasks such as outlier detection and clustering. Our intuition behind this work is that a machine learning pipeline will perform well in a new dataset if it previously worked well on datasets with a similar underlying data distribution. We use Optimal Transport distances to find this similarity between unlabeled tabular datasets and recommend machine learning pipelines with one unified single method on two downstream unsupervised tasks: outlier detection and clustering. We present the effectiveness of our approach with experiments against strong baselines and show that LOTUS is a very promising first step toward model selection for multiple unsupervised ML tasks.
