LGAIJun 17, 2022

SOS: Score-based Oversampling for Tabular Data

arXiv:2206.08555v150 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses data imbalance issues for tabular data users, but it is incremental as it adapts an existing generative model to a new domain.

The authors tackled the problem of imbalanced classes in tabular data by developing a score-based oversampling method, which outperformed 10 baselines across 6 datasets in all cases.

Score-based generative models (SGMs) are a recent breakthrough in generating fake images. SGMs are known to surpass other generative models, e.g., generative adversarial networks (GANs) and variational autoencoders (VAEs). Being inspired by their big success, in this work, we fully customize them for generating fake tabular data. In particular, we are interested in oversampling minor classes since imbalanced classes frequently lead to sub-optimal training outcomes. To our knowledge, we are the first presenting a score-based tabular data oversampling method. Firstly, we re-design our own score network since we have to process tabular data. Secondly, we propose two options for our generation method: the former is equivalent to a style transfer for tabular data and the latter uses the standard generative policy of SGMs. Lastly, we define a fine-tuning method, which further enhances the oversampling quality. In our experiments with 6 datasets and 10 baselines, our method outperforms other oversampling methods in all cases.

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