Synthesising Multi-Modal Minority Samples for Tabular Data
Sajad Darabi, Yotam Elor

TL;DR
This paper introduces a novel latent space interpolation method using autoencoders to generate high-quality synthetic minority samples for imbalanced tabular data, improving classification performance.
Contribution
It proposes a new framework for synthesizing minority samples in multi-modal tabular data by leveraging autoencoders for latent space interpolation, outperforming existing methods.
Findings
Generated synthetic data is of higher quality than existing methods.
Improved classification accuracy on multiple real-world datasets.
Effective handling of multi-modal and categorical features in data synthesis.
Abstract
Real-world binary classification tasks are in many cases imbalanced, where the minority class is much smaller than the majority class. This skewness is challenging for machine learning algorithms as they tend to focus on the majority and greatly misclassify the minority. Adding synthetic minority samples to the dataset before training the model is a popular technique to address this difficulty and is commonly achieved by interpolating minority samples. Tabular datasets are often multi-modal and contain discrete (categorical) features in addition to continuous ones which makes interpolation of samples non-trivial. To address this, we propose a latent space interpolation framework which (1) maps the multi-modal samples to a dense continuous latent space using an autoencoder; (2) applies oversampling by interpolation in the latent space; and (3) maps the synthetic samples back to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Machine Learning in Healthcare · Machine Learning and Data Classification
