paper-with-me

Papers

Automated Machine Learning for Unsupervised Tabular Tasks

2025-10-08 · Prabhant Singh, Pieter Gijsbers, Elif Ceren Gok Yildirim, Murat Onur Yildirim, Joaquin Vanschoren arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.07569

Code (0)

등록된 구현이 없습니다.

Tasks

Outlier Detection

Similar Papers 제목 키워드 기반

Leveraging Automated Machine Learning for Text Classification: Evaluation of AutoML Tools and Comparison with Human Performance

2020-12-07 · Matthias Blohm, Marc Hanussek, Maximilien Kintz

Recently, Automated Machine Learning (AutoML) has registered increasing success with respect to tabular data. However, the question arises whether AutoML can also be applied effectively to text classification tasks. This…

AutoMLBIG-bench Machine Learningtext-classificationText Classification

STUNT: Few-shot Tabular Learning with Self-generated Tasks from Unlabeled Tables

2023-03-02 · Jaehyun Nam, Jihoon Tack, Kyungmin Lee, Hankook Lee 외

Learning with few labeled tabular samples is often an essential requirement for industrial machine learning applications as varieties of tabular data suffer from high annotation costs or have difficulties in collecting n…

Few-Shot LearningMeta-Learning

JarviX: A LLM No code Platform for Tabular Data Analysis and Optimization

2023-12-03 · Shang-Ching Liu, Shengkun Wang, Wenqi Lin, Chung-Wei Hsiung 외

In this study, we introduce JarviX, a sophisticated data analytics framework. JarviX is designed to employ Large Language Models (LLMs) to facilitate an automated guide and execute high-precision data analyzes on tabular…

AutoML

Squeezing Lemons with Hammers: An Evaluation of AutoML and Tabular Deep Learning for Data-Scarce Classification Applications

2024-05-13 · Ricardo Knauer, Erik Rodner

Many industry verticals are confronted with small-sized tabular data. In this low-data regime, it is currently unclear whether the best performance can be expected from simple baselines, or more complex machine learning …

AutoMLMeta-Learningregressiontabular-classification

Deep Learning with Tabular Data: A Self-supervised Approach

2024-01-26 · Tirth Kiranbhai Vyas

We have described a novel approach for training tabular data using the TabTransformer model with self-supervised learning. Traditional machine learning models for tabular data, such as GBDT are being widely used though o…

Deep LearningSelf-Supervised Learning