Table of Contents
Fetching ...

Generative Expansion of Small Datasets: An Expansive Graph Approach

Vahid Jebraeeli, Bo Jiang, Hamid Krim, Derya Cansever

TL;DR

An Expansive Synthesis model generating large-scale, information-rich datasets from minimal samples, which leverages neural networks' non-linear latent space, captured by a Koopman operator, to create a linear feature space for dataset expansion.

Abstract

Limited data availability in machine learning significantly impacts performance and generalization. Traditional augmentation methods enhance moderately sufficient datasets. GANs struggle with convergence when generating diverse samples. Diffusion models, while effective, have high computational costs. We introduce an Expansive Synthesis model generating large-scale, information-rich datasets from minimal samples. It uses expander graph mappings and feature interpolation to preserve data distribution and feature relationships. The model leverages neural networks' non-linear latent space, captured by a Koopman operator, to create a linear feature space for dataset expansion. An autoencoder with self-attention layers and optimal transport refines distributional consistency. We validate by comparing classifiers trained on generated data to those trained on original datasets. Results show comparable performance, demonstrating the model's potential to augment training data effectively. This work advances data generation, addressing scarcity in machine learning applications.

Generative Expansion of Small Datasets: An Expansive Graph Approach

TL;DR

An Expansive Synthesis model generating large-scale, information-rich datasets from minimal samples, which leverages neural networks' non-linear latent space, captured by a Koopman operator, to create a linear feature space for dataset expansion.

Abstract

Limited data availability in machine learning significantly impacts performance and generalization. Traditional augmentation methods enhance moderately sufficient datasets. GANs struggle with convergence when generating diverse samples. Diffusion models, while effective, have high computational costs. We introduce an Expansive Synthesis model generating large-scale, information-rich datasets from minimal samples. It uses expander graph mappings and feature interpolation to preserve data distribution and feature relationships. The model leverages neural networks' non-linear latent space, captured by a Koopman operator, to create a linear feature space for dataset expansion. An autoencoder with self-attention layers and optimal transport refines distributional consistency. We validate by comparing classifiers trained on generated data to those trained on original datasets. Results show comparable performance, demonstrating the model's potential to augment training data effectively. This work advances data generation, addressing scarcity in machine learning applications.
Paper Structure (20 sections, 9 equations, 3 figures, 2 tables, 1 algorithm)

This paper contains 20 sections, 9 equations, 3 figures, 2 tables, 1 algorithm.

Figures (3)

  • Figure 1: Overall architecture of Expansive Synthesis model. (a) Pretraining phase using a similar larger dataset $X"$ to learn general features, which are encoded and decoded to produce $Y"$. (b) Fine-tuning phase on the smaller minimal sample dataset $X$ to adapt the model's weights, followed by the expansion of $X$ to generate the synthesized dataset $X'$ using expander graph mapping and self-attention mechanisms. The expanded dataset $X'$ is then used to train a classifier.
  • Figure 2: Architecture of Expander Graph Mapping
  • Figure 3: Stages of Implementation and evaluation of a expansion model