Phased Data Augmentation for Training a Likelihood-Based Generative Model with Limited Data
Yuta Mimura
TL;DR
The paper tackles the data-inefficiency problem of training generative models on small datasets by introducing phased data augmentation, which gradually tightens augmentation to nudge the model toward the true data distribution. It applies this strategy to PC-VQ2, a likelihood-based model combining PixelCNNs with VQ-VAE-2, and demonstrates consistent improvements in both quantitative (FID) and qualitative assessments across multiple datasets. The work shows that phased augmentation offers a robust, GAN-free avenue for data-efficient training of complex autoregressive generators, potentially widening the applicability of augmentation techniques beyond GANs. Overall, the approach provides a practical method to improve image synthesis when data are costly or scarce, with broad relevance to likelihood-based architectures.
Abstract
Generative models excel in creating realistic images, yet their dependency on extensive datasets for training presents significant challenges, especially in domains where data collection is costly or challenging. Current data-efficient methods largely focus on GAN architectures, leaving a gap in training other types of generative models. Our study introduces "phased data augmentation" as a novel technique that addresses this gap by optimizing training in limited data scenarios without altering the inherent data distribution. By limiting the augmentation intensity throughout the learning phases, our method enhances the model's ability to learn from limited data, thus maintaining fidelity. Applied to a model integrating PixelCNNs with VQ-VAE-2, our approach demonstrates superior performance in both quantitative and qualitative evaluations across diverse datasets. This represents an important step forward in the efficient training of likelihood-based models, extending the usefulness of data augmentation techniques beyond just GANs.
