# Exploiting Synthetically Generated Data with Semi-Supervised Learning   for Small and Imbalanced Datasets

**Authors:** Maria Perez-Ortiz, Peter Tino, Rafal Mantiuk, Cesar Hervas-Martinez

arXiv: 1903.10022 · 2019-03-26

## TL;DR

This paper investigates generating synthetic data through convex combinations and leveraging it in semi-supervised learning with SVMs to improve performance on small, high-dimensional, and imbalanced datasets.

## Contribution

It introduces a novel approach of using convex combination-based synthetic data as unsupervised information in semi-supervised SVMs, avoiding the need for labeling synthetic examples.

## Key findings

- Improves classification accuracy on small datasets
- Enhances performance on imbalanced datasets
- Supports the cluster assumption in semi-supervised learning

## Abstract

Data augmentation is rapidly gaining attention in machine learning. Synthetic data can be generated by simple transformations or through the data distribution. In the latter case, the main challenge is to estimate the label associated to new synthetic patterns. This paper studies the effect of generating synthetic data by convex combination of patterns and the use of these as unsupervised information in a semi-supervised learning framework with support vector machines, avoiding thus the need to label synthetic examples. We perform experiments on a total of 53 binary classification datasets. Our results show that this type of data over-sampling supports the well-known cluster assumption in semi-supervised learning, showing outstanding results for small high-dimensional datasets and imbalanced learning problems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.10022/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1903.10022/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1903.10022/full.md

---
Source: https://tomesphere.com/paper/1903.10022