A Generalized Theory of Mixup for Structure-Preserving Synthetic Data
Chungpa Lee, Jongho Im, Joseph H. T. Kim
TL;DR
This work analyzes the statistical properties of mixup-generated data, showing that standard mixup preserves the mean of continuous features but can distort variance and joint structure. It derives explicit conditions for preserving (co)variance and conditional moments, and introduces EpBeta, a four-parameter weight distribution that expands mixup support to $[-\epsilon_0,1+\epsilon_1]$ to bound distortion with a tunable $\delta$. The authors provide theoretical guarantees showing Var and Cov can be preserved under appropriate parameter choices satisfying equations involving $\alpha,\beta,\epsilon_0,\epsilon_1$, and demonstrate a practical parameter-selection workflow. Empirical results on tabular and image data show that EpBeta maintains key distributional properties and sustains model performance under repeated synthesis, addressing concerns about model collapse and performing comparably to existing synthetic-data methods.
Abstract
Mixup is a widely adopted data augmentation technique known for enhancing the generalization of machine learning models by interpolating between data points. Despite its success and popularity, limited attention has been given to understanding the statistical properties of the synthetic data it generates. In this paper, we delve into the theoretical underpinnings of mixup, specifically its effects on the statistical structure of synthesized data. We demonstrate that while mixup improves model performance, it can distort key statistical properties such as variance, potentially leading to unintended consequences in data synthesis. To address this, we propose a novel mixup method that incorporates a generalized and flexible weighting scheme, better preserving the original data's structure. Through theoretical developments, we provide conditions under which our proposed method maintains the (co)variance and distributional properties of the original dataset. Numerical experiments confirm that the new approach not only preserves the statistical characteristics of the original data but also sustains model performance across repeated synthesis, alleviating concerns of model collapse identified in previous research.
