LGMay 15, 2025

ZEUS: Zero-shot Embeddings for Unsupervised Separation of Tabular Data

arXiv:2505.10704v24 citationsh-index: 15
Originality Highly original
AI Analysis

It addresses the problem of dataset-dependent similarity and unstable performance in unsupervised clustering for data analysis and machine learning, offering a more efficient solution.

The paper tackles the challenge of clustering tabular data without per-dataset tuning by proposing ZEUS, a zero-shot method that generates embeddings for unsupervised clustering, achieving performance on par with or better than existing methods while being faster and more user-friendly.

Clustering tabular data remains a significant open challenge in data analysis and machine learning. Unlike for image data, similarity between tabular records often varies across datasets, making the definition of clusters highly dataset-dependent. Furthermore, the absence of supervised signals complicates hyperparameter tuning in deep learning clustering methods, frequently resulting in unstable performance. To address these issues and reduce the need for per-dataset tuning, we adopt an emerging approach in deep learning: zero-shot learning. We propose ZEUS, a self-contained model capable of clustering new datasets without any additional training or fine-tuning. It operates by decomposing complex datasets into meaningful components that can then be clustered effectively. Thanks to pre-training on synthetic datasets generated from a latent-variable prior, it generalizes across various datasets without requiring user intervention. To the best of our knowledge, ZEUS is the first zero-shot method capable of generating embeddings for tabular data in a fully unsupervised manner. Experimental results demonstrate that it performs on par with or better than traditional clustering algorithms and recent deep learning-based methods, while being significantly faster and more user-friendly.

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