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

Published: 21 Oct 2022, Last Modified: 21 Apr 2024TRL @ NeurIPS 2022 PosterReaders: Everyone
Keywords: Tabular representation learning, Few-shot learning, Unsupervised meta-learning
TL;DR: We propose a few-shot tabular learning framework that meta-learns over the self-generated tasks from unlabeled tables.
Abstract: Learning with few-labeled tabular samples is an essential requirement for industrial machine learning applications as varieties of tabular data suffer from high annotation costs or have difficulties in collecting new samples for novel tasks. Despite the utter importance, such a problem is quite under-explored in the field of tabular learning, and existing few-shot learning schemes from other domains are not straightforward to apply, mainly due to the heterogeneous characteristics of tabular data. In this paper, we propose a simple yet effective framework for few-shot semi-supervised tabular learning, coined Self-generated Tasks from UNlabeled Tables (STUNT). Our key idea is to self-generate diverse few-shot tasks by treating randomly chosen columns as a target label. We then employ a meta-learning scheme to learn generalizable knowledge over the constructed tasks. Moreover, we introduce an unsupervised validation scheme for hyperparameter search (and early stopping) by generating a pseudo-validation set using STUNT from unlabeled data. Our experimental results demonstrate that our simple framework brings significant performance gain under various tabular few-shot learning benchmarks, compared to prior semi- and self-supervised baselines.
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2303.00918/code)
0 Replies

Loading